Skip to content

Helm chart for judge0 and Muescheli the antivirus

Notifications You must be signed in to change notification settings

saikatharryc/helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HELM charts for Kubernetes

All the charts here provided are ready to launch on Kubernetes using Kubernetes Helm.

TL;DR

$ helm repo add saikatharryc https://saikatharryc.github.io/helm/
$ helm search repo saikatharryc
$ helm install my-release saikatharryc/<chart>

Before you begin

Install Helm

Helm is a tool for managing Kubernetes charts. Charts are packages of pre-configured Kubernetes resources.

To install Helm, refer to the Helm install guide and ensure that the helm binary is in the PATH of your shell.

Add Repo

The following command allows you to download and install all the charts from this repository:

$ helm repo add saikatharryc https://saikatharryc.github.io/helm/

Using Helm

Once you have installed the Helm client, you can deploy a saikatharryc Helm Chart into a Kubernetes cluster.

Please refer to the Quick Start guide if you wish to get running in just a few commands, otherwise the Using Helm Guide provides detailed instructions on how to use the Helm client to manage packages on your Kubernetes cluster.

Useful Helm Client Commands:

  • View available charts: helm search repo
  • Install a chart: helm install my-release saikatharryc/<package-name>
  • Upgrade your application: helm upgrade

Available Charts:

For any kind of help/issue, please raise here.