Micro can be installed onto a Kubernetes cluster using helm. Micro will be deployed in full and leverage zero-dep implementations designed for Kubernetes. For example, micro store will internally leverage a file store on a persistant volume, meaning there are no infrastructure dependancies required.
You will need to be connected to a Kubernetes cluster
Install micro with the following commands:
helm repo add micro https://micro-community.github.io/helm
helm install micro micro/micro
Uninstall micro with the following commands:
helm uninstall micro
helm repo remove micro
Micro official verion is available via Artifact Hub