services / Azure / AKS Fleet member Kubernetes pods
Kubernetes Pods on a member cluster of an AKS Fleet, accessed through the Azure RBAC data plane. A Pod is the running unit of workload; its spec includes container images, command args, environment variables, and references to mounted secrets/configmaps and service-account tokens.
Pods are the production workload of a single cluster (one organizational function). Pod specs frequently embed sensitive configuration and reference credentials, and the cluster's service-account tokens grant in-cluster identity.
Microsoft.ContainerService/fleets/members/pods/delete
Deleting pods (including DeleteCollection) terminates running workloads, disrupting the services they back and destroying any in-pod ephemeral/stateful workload state.
Risks
Scope: HIGH
This privilege may grant access to sensitive data from a single organizational function, or allow interruption of a service supporting a single organizational function.
Links
Contributed by P0 Security