mirror of
https://github.com/bregman-arie/devops-exercises.git
synced 2026-02-05 16:19:10 +00:00
472 B
472 B
Kustomize - Common Labels
Requirements
- Running Kubernetes cluster
- Kustomize binary installed
Objectives
In the current directory there is an app composed of a Deployment and Service.
- Write a kustomization.yml file that will add to both the Service and Deployment the label "team-name: aces"
- Execute a kustomize command that will generate the customized k8s files with the label appended
Solution
Click here to view the solution