Skip to content

jgkirschbaum/jk-test

Repository files navigation

jk-test

Docker Hub Kubernetes YAML manifests Helm chart codebeat badge release license pre-commit

Features

Provides a naked alpine container for testing only with bash and python added.

Deploy to Kubernetes

Manifests

Get the K8s manifests from the folder /kubernetes.

Helm

Helm repo setup

Once Helm is locally installed, add the repo as follows:

helm repo add jk-test https://jgkirschbaum.github.io/jk-test

If you had already added this repo earlier, run helm repo update to retrieve the latest versions of the packages. You can then run helm search repo jgkirschbaum to see the charts.

App installation

To install the jk-test chart:

helm upgrade --install -n mynamespace my-jk-test jgkirschbaum/jk-test

App uninstallation

To uninstall the chart:

helm delete -n mynamespace my-jk-test