shell More Kubernetes commands
// Stop, start, then check status: microk8s stop microk8s start microk8s status --wait-ready // Uninstall: sudo snap remove microk8s --purge // Storage checks: sudo microk8s kubectl get pvc -n slickhouse sudo microk8s kubectl get pv // Restart storage: sudo microk8s kubectl rollout restart deployment/hostpath-provisioner -n kube-system sudo microk8s kubectl get pvc -n aperture -w // Check microk8s status (best to worst): snap services microk8s sudo microk8s kubectl get nodes microk8s status
A few more commands useful for determining the state of MicroK8s.
Updated: Tuesday 22nd September 2026, 22:01pm
There are 0 comments
Comments are currently closed.