Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Yes, it is possible to utilize both kustomize and helm together. They both serve different purposes and can be used to manage different aspects of a Kubernetes application. Kustomize is a tool for managing Kubernetes manifests and offers fine-grained control over the configuration of resources. Helm is a package manager for Kubernetes and offers a templating system for deploying complex applications.

Kustomize can be used to manage the base configuration of Kubernetes resources, and Helm can be used to layer additional configuration on top. This allows for greater flexibility in managing multiple deployments of the same application with different configurations.

In summary, using both kustomize and helm together can help in managing complex Kubernetes applications by offering fine-grained control over configuration and flexible deployment options.