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

CKA study material · question 740 of 1000

Which two statements about Ingress TLS are correct? Choose two.

  1. Only port 443 is supported for TLS
  2. Traffic from the ingress on to the Pods is also encrypted
  3. TLS is assumed to terminate at the ingress point
  4. Each host requires its own Ingress object
Show the answer

Answer: A. Only port 443 is supported for TLS
C. TLS is assumed to terminate at the ingress point

An Ingress supports a single TLS port, 443, and terminates there, so traffic on to the Service and its Pods is plaintext. Several hosts share the port through SNI.

Source: Ingress (Kubernetes) — TLS

Challenge yourself on this topic → Study as cards