View on GitHub

Field Kit Enablement CoP

Enablement Practices for the Field-Kit Team

Helm Basics on OpenShift

Helm is the package manager for Kubernetes, and it’s extensively used to simplify the deployment and management of applications on Kubernetes clusters, including OpenShift. For a developer working on OpenShift, understanding Helm basics is crucial for deploying and managing their applications efficiently.

Here’s a summary of the basics for developers using Helm on OpenShift:

What is Helm? Helm helps you manage Kubernetes applications. Helm Charts are packages of pre-configured Kubernetes resources. Think of it like a package manager for your operating system (e.g., apt, yum, brew) but for Kubernetes applications. It simplifies defining, installing, and upgrading even complex applications.

Why use Helm on OpenShift?

Essential Helm Commands

By mastering these basic Helm commands and concepts, developers can efficiently package, deploy, and manage their containerized applications on OpenShift.