Kubernetes - Networking
You want to ensure that your multi-tier app in Kubernetes allows only the frontend Pods to communicate with backend Pods, and backend Pods to communicate with database Pods, but no other traffic. Which combination of Kubernetes networking features should you use?
