Slide 18
Slide 18 text
Kubernetes Deployment
challenges
- Each application has multiple components
- Every component has its own k8s resources
How to:
- Deploy, Manage, Edit and Update multiple k8s configurations
- Deploy multiple k8s configurations as a single application
- Parameterise and support multiple environments
- Manage application releases: rollout, rollback, history, ...
- ...