DEV Community

Rahul Wagh
Rahul Wagh

Posted on • Updated on • Originally published at jhooq.com

Convert Kubernetes yaml to Helm Chart yaml

In this session on "Install WordPress using Helm Chart," we are going to see

  1. How to convert a Kubernetes yamls into Helm chart yamls
  2. First we will do Kubernetes deployment where we are going to create deployment.yaml and service.yaml
  3. After Kubernetes successful deployment we are going to convert deployment.yaml into helm chart deployment.yaml
  4. Next we need to convert service.yaml
  5. Finally we need to update values.yaml of Helm chart

Top comments (0)