CKA: Kubernetes Network Policy
Introduction
By default, In k8s all pods can communicate to others across all namespaces and we can restrict or control that using network policy.
Network Policy (netpol) is a namespace-level component.
Network policy can be applied to pod or namespa...
arun944.hashnode.dev4 min read