Q1. Which of the following is true about multi-container Pod design patterns in Kubernetes?
A.A Pod can only contain a single container.
B. Multi-container Pods allow containers to share networking and storage.
C. Each container in a Pod has its own separate IP address.
D. Kubernetes does not support multi-container Pods.
Correct Answer: B
Q2. What is the primary benefit of using rolling updates in Kubernetes?
A.It immediately replaces all running instances of an application.
B. It ensures zero downtime by gradually updating Pods.
C. It deletes the current version before starting a new one.
D. It does not support version rollback.
Correct Answer: B
Q3. Which Kubernetes feature is used to check the health of an application inside a container?
A.Helm Charts
B. Network Policies
C. Liveness and Readiness Probes
D. Persistent Volumes
Correct Answer: C
Q4. In Kubernetes, which of the following is NOT a method of authentication?
A.Static Token Files
B. Basic Authentication
C. API Keys
D. ConfigMaps
Correct Answer: D
$ 39
Reviews
There are no reviews yet.