I want to inspect container images that are running in a microk8s test cluster and don't want to use the in built tooling? And tips on where the container runtime is for microk8s?
Normally when I use kubeadm to deploy a single node cluster it comes with crictl or docker and I'm used to using those tools to inspect the container images, not the case with microk8s
Crictl config is located @ /etc/crictl.yaml
.
Run sudo crictl ps and view your container images
Found containerd sock grepping ps faux