3 ways to install a database with Helm charts

2 · Red Hat · April 7, 2022, 7:23 a.m.
Helm is a package manager for Kubernetes. Helm uses a packaging format called charts, which include all of the Kubernetes resources that are required to deploy an application, such as deployments, services, ingress, and so on. Helm charts are very useful for installing applications and performing upgrades on a Kubernetes cluster. In chapter 3 of my book Getting GitOps: A Practical Platform with OpenShift, Argo CD and Tekton, I discuss the basics of creating and using Helm charts. I also dig into...