Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 620 Bytes

06. Day 6 -- StatefulSets to Threat Modelling Kubernetes.md

File metadata and controls

31 lines (19 loc) · 620 Bytes

Day 6 -- StatefulSets to Threat Modelling Kubernetes.

✨ StatefulSets in Kubernetes

✨ The Kubernetes API Deep Dive

✨ API Security - AuthN, AuthZ and Admission Control

✨ RBAC

✨ Threat Modelling Kubernetes

StatefulSets handle Pods much more delicately than Deployments.
API Server runs as a set of Pods on kube-system Namespace on Control Plane Nodes because it is a Control Plane Service.
RESTful API --> Modern Web API dealing with CRUD-style requests with HTTP.
Role Based Access Control Model (RBAC):

Which USER can perform which ACTIONS against which RESOURCES.