0
0
Kubernetesdevops~5 mins

Pod security standards in Kubernetes - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What are Pod Security Standards in Kubernetes?
Pod Security Standards are predefined security profiles that help control the security settings of pods to protect the cluster from unsafe configurations.
Click to reveal answer
beginner
Name the three main Pod Security Standards profiles.
The three main profiles are: Privileged, Baseline, and Restricted. Each defines different levels of security restrictions for pods.
Click to reveal answer
intermediate
What does the 'Restricted' Pod Security Standard profile enforce?
The Restricted profile enforces the highest security level by limiting permissions and capabilities, preventing privilege escalation, and enforcing strict policies.
Click to reveal answer
intermediate
How can Pod Security Standards be applied in a Kubernetes cluster?
They can be applied using the Pod Security Admission Controller to enforce security profiles on pods during creation or update.
Click to reveal answer
beginner
Why is it important to use Pod Security Standards?
Using Pod Security Standards helps prevent security risks like privilege escalation, unauthorized access, and unsafe container configurations, protecting the cluster and workloads.
Click to reveal answer
Which Pod Security Standard profile allows the most permissions?
ABaseline
BRestricted
CPrivileged
DNone
What tool in Kubernetes enforces Pod Security Standards during pod creation?
Aetcd
Bkubectl apply
Ckube-proxy
DPod Security Admission Controller
Which Pod Security Standard profile is recommended for most production workloads?
APrivileged
BBaseline
CRestricted
DNone
What is a key restriction in the Restricted Pod Security Standard?
ADisallowing privilege escalation
BNo restrictions
CAllowing all capabilities
DAllowing privilege escalation
Pod Security Standards help prevent which of the following?
AUnsafe container configurations
BFaster pod startup
CIncreased resource usage
DAutomatic scaling
Explain the differences between the Privileged, Baseline, and Restricted Pod Security Standard profiles.
Think about how each profile controls pod permissions and security.
You got /3 concepts.
    Describe how Pod Security Standards improve security in a Kubernetes cluster.
    Focus on the security risks these standards help to reduce.
    You got /4 concepts.