Skip to main content

Kubernetes (Helm)

Helm

Helm is a package manager for Kubernetes that allows developers and operators to more easily package, configure, and deploy applications and services onto Kubernetes clusters.

Prerequisites

  • Kubernetes 1.28.0+
  • Helm 3.13.0+

Installing

To install the chart with the release name law-knowledge:

# Download Helm
curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3

# Install Helm
chmod 700 get_helm.sh

./get_helm.sh

Usage

To install the chart with the release name law-knowledge:

# Add the Helm repository
helm repo add law-knowledge https://foxminchan.github.io/law-knowledge/charts

# Install the chart
helm install law-knowledge law-knowledge/law-knowledge

Uninstalling

To uninstall/delete the law-knowledge deployment:

# Uninstall the chart
helm uninstall law-knowledge