Study. uk . com
  1. Home
  2. All questions
  3. Question 222

CKA study material · question 222 of 1000

How do the Exact and Prefix path types differ? Choose two.

  1. Exact matches the URL path exactly and case-sensitively
  2. Prefix matches any substring of the path
  3. Prefix matches element by element on the segments between slashes
  4. Exact is case-insensitive
Show the answer

Answer: A. Exact matches the URL path exactly and case-sensitively
C. Prefix matches element by element on the segments between slashes

Exact requires a full case-sensitive match; Prefix compares path elements split on the slash.

Source: Ingress (Kubernetes) — Path types

Challenge yourself on this topic → Study as cards