IBM
C1000-041 · Question #1
How does Kubernetes apply IP addresses?
The correct answer is D. Using the Pod scope, containers within a Pod share their network namespaces, including their IP. See the full explanation below for the reasoning.
Question
How does Kubernetes apply IP addresses?
Options
- AThere must be allocated ports on the machine's own IP address.
- BEach container gets its own IP address even if they are within a given Pod
- CKubernetes orchestrates IP address at the cluster level and designates a variety of ports
- DUsing the Pod scope, containers within a Pod share their network namespaces, including their IP
How the community answered
(24 responses)- A8% (2)
- B4% (1)
- C4% (1)
- D83% (20)
Community Discussion
No community discussion yet for this question.