Cloud Security
Kubernetes Security
Also known as: K8s security
Definition
The protection of a Kubernetes cluster — its API server, control plane, nodes, workloads, and network — from misconfiguration, compromise, and lateral movement.
Examples
- Enforcing the restricted Pod Security Standard and NetworkPolicy defaults across all namespaces.
- Using kube-bench, kubescape, or Wiz to score a cluster against the CIS Benchmark.
Related terms
Container Security
The practice of securing container images, registries, orchestrators, and the runtime in which containers execute.
CWPP (Cloud Workload Protection Platform)
A platform that protects cloud workloads — virtual machines, containers, and serverless functions — across their entire lifecycle, from build to runtime.
CNAPP (Cloud-Native Application Protection)
An integrated security platform that combines CSPM, CWPP, CIEM, IaC scanning, and runtime detection to protect cloud-native applications from build to runtime.
Cloud Security
The set of policies, controls, and technologies that protect data, applications, and infrastructure hosted in public, private, or hybrid cloud environments.
Microsegmentation
Microsegmentation — definition coming soon.
Role-Based Access Control (RBAC)
An authorization model that grants permissions to roles rather than directly to users, so users inherit access by virtue of their role assignments.