Follow
Series

Kubernetes Deep Dive

In this series, i will brainstorm basic to advanced topics with examples,with commands,with usecases

Articles in this series

Kubernetes NodePort

Shyju KrishnanShyju Krishnan
May 6, 20221 min read 425 views

# What is a NodePort? A NodePort is an open port on every node of your cluster. Kubernetes transparently routes incoming traffic on the NodePort to...

Kubernetes NodePort
Kubernetes ClusterIP
Kubernetes LoadBalancer
Pods in Kubernetes
Kubernetes Namespaces
Kubernetes ReplicaSet