Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Linux Foundation CKA Exam - Topic 3 Question 35 Discussion

Score: 7%TaskCreate a new nginx Ingress resource as follows:* Name: ping* Namespace: ing-internal* Exposing service hi on path /hi using service port 5678
A) Explanation: Solution: vi ingress.yaml # apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: ping namespace: ing-internal spec: rules: - http: paths: - path: /hi pathType: Prefix backend: service: name: hi port: number: 5678 # kubectl create -f ingress.yaml

Linux Foundation CKA Exam - Topic 3 Question 35 Discussion

Actual exam question for Linux Foundation's CKA exam
Question #: 35
Topic #: 3
[All CKA Questions]

Score: 7%

Task

Create a new nginx Ingress resource as follows:

* Name: ping

* Namespace: ing-internal

* Exposing service hi on path /hi using service port 5678

Show Suggested Answer Hide Answer
Suggested Answer: A

Contribute your Thoughts:

0/2000 characters
Raylene
9 months ago
Definitely the right service port, 5678 is correct for 'hi'.
upvoted 0 times
...
Felicidad
9 months ago
Wait, is it really that simple? I thought Ingress was more complicated.
upvoted 0 times
...
Junita
9 months ago
That’s the standard way to expose services, right?
upvoted 0 times
...
Rodolfo
9 months ago
Looks good, but why use pathType: Prefix?
upvoted 0 times
...
Leota
10 months ago
Just created an Ingress named 'ping' in the 'ing-internal' namespace.
upvoted 0 times
...
Whitley
10 months ago
I practiced creating Ingress resources, but I can't recall if the namespace needs to be created beforehand.
upvoted 0 times
...
Twanna
10 months ago
I feel a bit confused about the pathType; I hope I remember to use "Prefix" correctly.
upvoted 0 times
...
Eleni
10 months ago
This looks similar to the practice questions we did on Ingress resources, especially with the backend service configuration.
upvoted 0 times
...
Michal
10 months ago
I think I remember the structure of the Ingress resource, but I'm not entirely sure about the correct indentation in YAML.
upvoted 0 times
...
Marilynn
10 months ago
Wait, can vendors really communicate with each other through the portal? That seems a bit odd. Let me double-check the options to make sure I'm not missing anything.
upvoted 0 times
...
Tresa
10 months ago
I'm a bit confused by the wording of the question. What does it mean by "if other developers expand the environment"? Does that mean we need to account for future changes to the entities and fields?
upvoted 0 times
...
Sharan
10 months ago
Wait, I'm confused. Does that mean the service inventory architecture has a broader scope than the service-oriented enterprise architecture? I'm not sure I fully understand the relationship between these different SOA types. I'll have to review my notes before answering this.
upvoted 0 times
...

Save Cancel