patg.net

home

Percona Chart now in Kubernetes Charts

15 Apr 2017

Percona Helm Chart

I’m happy to see that my pull request was approved. Pretty simply, it was a Percona Chart. We needed the setup at HPE for our cluster and it was a good excuse to put together a chart, so there ya go!

To use it, simply run helm install --name my-release stable/percona

What is a Helm chart?

Well, for those that don’t know, some prerequisite questions:

What is Helm?

Helm is a package manager for Kubernetes, these packages called “charts

What is Kubernetes?

Kubernetes is an open-sourced system for managing containerized applications across multiple hosts

What are containers?

Containers are concept of technology in an operating system that isolation such that you can package an application and ship it anywhere and have it run the same exact way.

comments powered by Disqus