QuestionQ25

Cloud Orchestration with Kubernetes

Click the Exhibit button.

Question Image

With reference to the exhibit, which port number would external users use to reach the WEB application?

  • A 80
  • B 8080
  • C 31000
  • D 5000
Explanation

A Kubernetes Service of type NodePort exposes the Service externally on the configured nodePort of every node. Here, that externally reachable port is 31000; 8080 is the Service port and 5000 is the target application port.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!