Back to Ohmyzsh

MicroK8s plugin

plugins/microk8s/README.md

latest1.8 KB
Original Source

MicroK8s plugin

This plugin provides completion and useful aliases for MicroK8s.

To use it, add microk8s to the plugins array in your zshrc file.

zsh
plugins=(... microk8s)

Aliases

AliasCommandDescription
mcomicrok8s.configShows the Kubernetes config file.
mctmicrok8s.ctrInteract with containerd CLI.
mdimicrok8s.disableDisables an addon.
memicrok8s.enableEnables an addon.
mhmicrok8s.helmInteract with Helm CLI.
mismicrok8s.istioInteract with Istio CLI.
mkmicrok8s.kubectlInteract with Kubernetes CLI.
mspmicrok8s.stopStops all Kubernetes services.
mstmicrok8s.startStarts MicroK8s after it is being stopped.
mstsmicrok8s.statusProvides an overview of the MicroK8s state (running / not running) as well as the set of enabled addons.