K8 Objects - pracip96/K8s-Learning GitHub Wiki
Deployments kubectl get all
SERVICES
Node has an IP, POD has a different network.
K8s service, listens to port on the node and forward req on NODE port to a port on the pod running the web apps, this is NODE PORT beacuse it listens to the req on the port on the NODE
NODEPORT:
CLUSTER IP
LOAD-BALANCER
NAMESPACES
Namespaces have their own resource quota and can be defined as below: