$ 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/
Latest posts by Rajesh Kumar (see all)
- Best AI tools for Software Engineers - November 4, 2024
- Installing Jupyter: Get up and running on your computer - November 2, 2024
- An Introduction of SymOps by SymOps.com - October 30, 2024