Kubernetes Security: Missing Network Segmentation Controls
Introduction
Kubernetes has numerous layers for communication, and providing security across all of those layers is a difficult task. One of the challenges is the establishment of an isolating environment in which clusters, pods, and namespaces can communicate with one another. All of this is possible with the correct implementation of a network on…