Summary
In this chapter, we have learned how to install applications using Kustomize.
We have learned how to apply Kustomize to nginx
deployments and services, changing their names, adding namespace, and changing the image tag in the deployment. All that was done without changing the application's original templates by using kustomization.yaml
files with Kustomize to make the required changes.
In the next chapter, we are going to learn how to use Helm—the Kubernetes package manager.