📄️ Security - CKA Content
Security roadmap for CKAD: security primitives, authentication, kubeconfig, API groups, authorization, roles, rolebindings, and cluster roles based on CKA content
📄️ Admission Controllers
Complete guide to Admission Controllers in Kubernetes: validation flow, mutating and validating webhooks, configuration, and development of custom controllers
📄️ API Version
Kubernetes API versions: alpha, beta, and GA (stable), evolution cycle, feature enablement, and resource versioning
📄️ API Deprecations
Lifecycle and API deprecation in Kubernetes: versioning policies, alpha/beta/GA version support, and kubectl convert
📄️ Custom Resources
Custom Resource Definitions (CRD) in Kubernetes: API extension, custom resource creation, custom controllers, and Operators Framework