This is an introductory course for Kustomize, a Kubernetes configuration management tool.
Kustomize provides developers a declarative way to create variations in their Kubernetes configs by creating overlays. By using these overlays a list of changes/modifications can be applied to the base configuration. A layered solution like this can be leveraged, the original base configuration can remain untouched.
Kustomise is most beneficial when working with multiple environments with unique config requirements.It can accommodate these easily by creating a separate overlay for each environment.
Kustomize makes use of YAML artifacts instead of a templating syntax for the overlays. This is why the configurations remain readable and the overlays look and behave like traditional Kubernetes configs.
Lectures alone won’t give you the skills you need to make it as a DevOps engineer. In this course, you will learn by doing. Each exercise will help you make sure you have truly mastered the concepts and will help you have the confidence to apply your Kustomize knowledge in real-world situations.
Sanjeev Thiyagarajan — Cloud and DevOps Trainer
Sanjeev has 8+ years of IT experience working primarily as a network engineer for prominent network vendors.
He has worked on designing & testing large networks for Fortune 500 companies ranging from Enterprise Customers to Cloud & Service providers.
Sanjeev has been creating online courses for several years, teaching various topics, including programming, automation, and cloud.