로딩
티스토리 데이터 처리 중입니다.

[Cloud] 12. using Kubernetes Helm

 [Cloud] 12. using Kubernetes Helm

Helm Ovierview In Kubernetes, there is a Package Managing Tool called Helm. This tool is similar to npm of node.js, it is a tool that makes it possible to distribute packages of Kuberentes.

The structure of this Helm is as follows. Helm uses a Package Format called Chart, which is a set of files that define Kubernetes Resources.

You can think of it as yaml + templates = helm. In Helm, pa.....