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

CKA study material · question 582 of 1000

You are restricting an etcd cluster so that only the API servers may talk to it. Which two etcd settings accomplish that? Choose two.

  1. --client-cert-auth=true
  2. --peer-cert-file
  3. --trusted-ca-file
  4. --advertise-client-urls
Show the answer

Answer: A. --client-cert-auth=true
C. --trusted-ca-file

Together these make etcd verify client certificates against a named CA, so only holders of a certificate from that CA get in. The peer flags secure member-to-member traffic and the advertise URL is addressing.

Source: Operating etcd clusters for Kubernetes (Kubernetes) — Securing etcd clusters › Limiting access of etcd clusters

Challenge yourself on this topic → Study as cards