Which two statements are correct about the targetPort specification shown in the exhibit? (Choose two.) The service is exposed on port 9376 external to the cluster. The service is exposed on port 9376 internal to the cluster. The service forwards requests to all MyApp pods on port 9376. The MyApp pods listen to requests on port 9376. apiVersion: v1 kind: Service metadata: name: my-service spec: selector: app: MyApp ports: - protocol: TCP port: 80 targetPort: 9376
Added by Christopher S.
Close
Step 1
The YAML snippet defines a Kubernetes Service named "my-service" that is intended to route traffic to pods with the label `app: MyApp`. Show more…
Show all steps
Your feedback will help us improve your experience
Supreeta N and 91 other AP CS educators are ready to help you.
Ask a new question
Labs
Want to see this concept in action?
Explore this concept interactively to see how it behaves as you change inputs.
Key Concepts
Recommended Videos
Which of the following statements are correct? TCP flow control is implemented at the sender with the use of receive window variable set by the receiver. Congestion window variable that is maintained by the sender is used for TCP congestion control. TCP flow control is implemented at the sender with the use of receive window variable set by the sender. TCP congestion control have 4 different phases and it starts with congestion avoidance.
Akash M.
Which of the following best characterizes how firewalls work? Firewalls filter data according to MAC address. Rules in the firewall table are ignored to enforce better security. None of these. Packets arriving at the firewall are handled by the first rule in the table that they match.
Recommended Textbooks
Computer Science and Information Technology
Introduction to Programming Using Python
Computer Science - An Overview
Transcript
Watch the video solution with this free unlock.
EMAIL
PASSWORD