preloader

Helm Chart Parameters

🗓️ Last updated on June 17, 2024 | 1 | Improve this page

Introduction

One easy way of installing Microcks is via a Helm Chart . Kubernetes version 1.17 or greater is required. It is assumed that you have some kind of Kubernetes cluster up and running available. This can take several forms depending on your environment and needs:

  • Lightweight Minikube on your laptop, see Minikube project page ,
  • A Google Cloud Engine account in the cloud, see how to start a Free trial ,
  • Any other Kubernetes distribution provider.

Helm 3 Chart

Microcks provides a Helm 3 chart that is now available on our own repository: https://microcks.io/helm . This allows you to install Microcks with just 3 commands:

$ helm repo add microcks https://microcks.io/helm

$ kubectl create namespace microcks

$ helm install microcks microcks/microcks --version 1.9.1 --namespace microcks \
   --set microcks.url=microcks.$(minikube ip).nip.io \
   --set keycloak.url=keycloak.$(minikube ip).nip.io \
   --set keycloak.privateUrl=http://microcks-keycloak.microcks.svc.cluster.local:8080

Values Reference

For full instructions and deployment options, we recommend reading the README on GitHub repository.

Still Didn’t Find Your Answer?

Join our community and get the help you need. Engage with other members, ask questions, and share knowledge to resolve your queries and expand your understanding.

Join the community