Skip to main content

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

  • December 14, 2021
  • 1 comment
  • 217 views

saintdle
Forum|alt.badge.img+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

Chris.Childerhose
Forum|alt.badge.img+21
  • Veeam Legend, Veeam Vanguard
  • 8506 comments
  • December 14, 2021

Thanks for sharing.


Comment