© 2023 Hashnode
#kustomize
Develop Kustomize custom plugin with containerized KRM function using Go In this blog we will see how to develop custom plugin for Kustomize using containers KRM function. The customized plugin in this blog, will add annotation with spec…
Manage Kubernetes manifest using Kustomize In this blog have demonstrated, how we can use Kustomize to manage Kubernetes manifest with simple example and also how to render Kubernetes manifest using Kustomize CLI. Pre-requisites: Basic u…
Introduction In Kubernetes, like in any other ecosystem in computer sciences, we need to use the notion of Configuration to pilot our different processes. With Kubernetes, we drive the different resou…