Hello Stackers, This time we will discuss what Helm is and how it is used to make it easier for us to manage the Kubernetes package. Because instead of making the configuration from scratch, let’s make a package manager and publish it. So if a new developer comes along, they can easily create a new one that is exactly the same.
The package manager for Kubernetes
Helm
QuickStart
sudo snap install helm --classic
and our example will use a public repository.
helm search hub wordpress
and install.
helm install happy-panda bitnami/wordpress
for more instruction please refer on here.. and the helm hub you can visit here.. Okay that’s all cyaaa…