Kubernetes Deep Dive Room

Sign Up Free or Log In to participate!

Can multiple pods running on one single node, or must it be a 1 to 1 relationship?

Hi, in the Demo, only 3 Pods have been created, and the reason is that because the cluster has only 3 nodes. Is there any way to configure the cluster to allow it running multiple Pods on each node? Thank you.

1 Answers

As the k8s documentation says, a node can have multiple pods: https://kubernetes.io/docs/tutorials/kubernetes-basics/explore/explore-intro/

nigelpoulton

Yes ipccheng. Later in the demo and course we scale the number of Pods up so that multiple Pods run per node.

Sign In
Welcome Back!

Psst…this one if you’ve been moved to ACG!

Get Started
Who’s going to be learning?