Terminology Index
Glossary
1801 terms
Showing 1-32 of 1801 terms
#1
A31
API Server Security
Protecting the Kubernetes API server, the central control plane component that every cluster action passes through. Because it governs the whole cluster, hardening its authentication, authorization, and exposure is critical.
An exposed or weakly protected API server can hand an attacker control of every workload in the cluster. Hardening includes restricting network exposure, enforcing strong authentication and RBAC, enabling audit logging, and pairing it with admission control to govern what gets deployed.
Introduced in: Cloud Workload Protection
Examples
- Restricting the API server so it is not reachable from the public internet.
- Enforcing least-privilege RBAC for service accounts that call the API server.
- Enabling API server audit logs to monitor cluster control-plane activity.
No related terms linked yet.
