Helm Tutorials: How to create Basic Custom Charts


$ sudo -s
$ apt-get install tree -y
$ helm create devopsx
$ cd devopsx/templates/
$ rm -rf deployment.yaml hpa.yaml ingress.yaml service.yaml serviceaccount.yaml
$ vi pod.yaml # https://www.devopsschool.com/blog/kubernetes-pod-example-programs/
$ cd ..
$ vi Chart.yaml
$ cd ..
$ helm install -h
$ helm install devopsx ./devopsx/

Rajesh Kumar
Follow me
Latest posts by Rajesh Kumar (see all)
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x