📄️ Ingress
An ingress controller consists of:
📄️ Network
A NetworkPolicy in Kubernetes is a set of rules that controls ingress and egress traffic to and from Pods, based on labels, namespaces, and ports. It acts like a firewall at the Pod level, allowing you to define which Pods can talk to which other Pods or external endpoints.
📄️ Service Account
Tokens are automatically mounted in /var/run/secrets/kubernetes.io/serviceaccount/ in pods.
📄️ Service
Best Practice Flow