MicroK8s Pentesting
MicroK8s is a small, fast, single-package Kubernetes for developers.
Last updated
MicroK8s is a small, fast, single-package Kubernetes for developers.
Last updated
Port 10250 - kubelet
Port 10255 - kubelet (read only)
Port 10257 - kube-controller
Port 10259 - kube-scheduler
Port 16443 - API server
Port 25000 - cluster-agent
Port 32000 - Docker registry
It is the same as .
Replace the value of spec.containers.image with the image which we found in target system.
After getting a shell, we can explore the directories under /opt/root which is mounted volume.
See for details.