Securing Pods Communication in Kubernetes | Certified Kubernetes Administrator

Опубликовано: 05 Октябрь 2024
на канале: networknutsdotnet
1,378
32

Learn how to secure pod communication in kubernetes. Pods tends to get a service account token, which can be used by pods to initiate communication with api-server. Most pods don't and never need to talk to api-server. How to stop that token being granted to pods and how to avoid un-necessary chit chat from pods to api-server. We will learn all this in this video.