1 Answers
As the k8s documentation says, a node can have multiple pods: https://kubernetes.io/docs/tutorials/kubernetes-basics/explore/explore-intro/
Sign Up Free or Log In to participate!
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.
As the k8s documentation says, a node can have multiple pods: https://kubernetes.io/docs/tutorials/kubernetes-basics/explore/explore-intro/
Psst…this one if you’ve been moved to ACG!
Yes ipccheng. Later in the demo and course we scale the number of Pods up so that multiple Pods run per node.