Ask Your Question
3

Is it possible to utilize both kustomize and helm?

asked 2022-07-30 11:00:00 +0000

bukephalos gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-05-09 00:00:00 +0000

david gravatar image

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.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-07-30 11:00:00 +0000

Seen: 14 times

Last updated: May 09 '22