How to create a Helm Chart to deploy Pac-Man on Kubernetes

  • 14 December 2021
  • 1 comment
  • 177 views

Userlevel 5
Badge +3

If you’ve have been following any of my blogs that relate to Kubernetes, I am sure that you will have seen the use of my demo application Pac-Man, designed to replicate a small production application with a front end UI service, DB back end service and load balancing service.

If not, you can find it here:

In this blog post, I am going to cover how I create a Helm Chart package to install the application on a Kubernetes cluster, and then host it on GitHub so that it can be re-used as necessary between different clusters.

This was on my to-do list for quite a while, as I wanted to explore Helm in more detail and understand how the charts work. What better way to do this than create my own?

Blog Post Link - https://veducate.co.uk/how-to-create-helm-chart/

 

 

 

 


1 comment

Userlevel 7
Badge +20

Thanks for sharing.

Comment