1장. Kubernetes 인증과 인가 개요1.1 Authentication vs Authorization1.2 Kubernetes API 요청 흐름1.3 RBAC가 필요한 이유2장. Role과 RoleBinding2.1 Role: 네임스페이스 레벨 권한2.2 RoleBinding: 주체에 Role 연결하기2.3 실습: 개발자를 위한 네임스페이스 권한 설정3장. ClusterRole과 ClusterRoleBinding3.1 클러스터 레벨 권한의 필요성3.2 ClusterRole의 활용 패턴3.3 ClusterRole을 네임스페이스에서 사용하기3.4 실습: 모니터링 서비스를 위한 클러스터 권한4장. ServiceAccount와 RBAC4.1 Pod의 정체성: ServiceAccount4.2 ServiceA..