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

CKA study material · question 741 of 1000

Which keys must a Secret contain to be used as an Ingress TLS certificate?

  1. cert and key
  2. ca.crt and tls.key
  3. server.pem and server-key.pem
  4. tls.crt and tls.key
Show the answer

Answer: D. tls.crt and tls.key

The Secret must carry tls.crt and tls.key, which is exactly what the kubernetes.io/tls Secret type validates.

Source: Ingress (Kubernetes) — TLS

Challenge yourself on this topic → Study as cards