Network Policies in K☸️S - CKA
Introduction
By default, pods in Kubernetes are non-isolated, meaning they can freely communicate with any other pod within the cluster. For example, a frontend pod can interact with both the backend and database pods, the backend pod can communicat...
harshitsahu2311.hashnode.dev5 min read