- List resources
$ microk8s.kubectl get
- Show detailed information about a resource
$ microk8s.kubectl describe
- Print the logs from a container in a pod
$ microk8s.kubectl logs
- Execute a command on a container in a pod
$ microk8s.kubectl exec
- Get all info from all namespaces
$ microk8s.kubectl get all --all-namespaces
- Get node log
$ microk8s.kubectl describe nodes
Sources: