Kubernetes#
Kubernetes is the container-orchestration system the operator finds running most modern workloads. It schedules containers onto nodes, exposes them via the API server, and stores cluster state in etcd. Originally Google’s Borg-inspired open release; now CNCF. The operator’s reach on a Kubernetes target depends almost entirely on the API-server posture and the RBAC bound to whatever service-account or kubeconfig got recovered.
References#
Kubectl for the operator’s CLI surface.
Kubernetes Exploit for offensive technique.