Custom Helm Chart

Job ID: 34055200

Budget: $10 – $30 USD

Infra : Running 3 node microk8s cluster

Requirement : Deploy 2 elastic search pods to the cluster.

Blocker : Microk8s uses mocrok8s-hostpath for the underlying PV provisioning for the elastic search stateful sets. When we use hostpath storage provisioner unfortunately the elastic search cluster does not come up and it seems the both pods are trying to access one PV. Also in k8s documents it is mentioned that we cannot use host-path for the cluster scenarios. In that case we have decided to go for local volumes. I have prepared individual yamls to achieve my goal. Which is to create the storage class, create the pv and pvc for the es pods.

Current Requirement : Basically I need to helmify (use helm charts and templates) the above yamls to make this infra creation automated.
Related categories: Linux Kubernetes DevOps