Kubernetes - Namespaces
You have a multi-tenant Kubernetes cluster with namespaces
team-a and team-b. How can you ensure that services in team-a namespace are only accessible by pods in team-a namespace and not from team-b?