- Home
- All questions
- Question 540
CKA study material · question 540 of 1000
An operator reaches a Service through the API server proxy and prefixes the name with https: to secure it. What guarantee does that give?
Show the answer
Answer: A. Encryption, but no certificate validation and no client credentials
The https: prefix encrypts the API server's proxy connection but validates no certificate and presents no credentials, so it offers no integrity guarantee and is still unsafe over an untrusted network.
Source: Communication between Nodes and the Control Plane (Kubernetes) — Control plane to node › API server to nodes, pods, and services