Build Custom Helm Chart

Build Custom Helm Chart

Creating Kubernetes manifests for an application can be a very tedious job. Luckily, Helm addresses this problem.

In this project, we will deploy a pet-clinic Java application on the Kubernetes cluster with only a few steps. Starting from scratch, we will generate all the necessary Helm files and adjust them to our needs. Moreover, we will add another chart as a dependency and deploy it on the Kubernetes cluster.