Kubernetes Interview Quiz Test and Challenge: Core Concepts to Advanced Orchestration | Interview questions and answers
Kubernetes Interview Challenge: Core Concepts to Advanced Orchestration
Test your expertise in **Kubernetes architecture, objects, networking, and advanced orchestration features**. **Pass with 80% to proceed to the next difficulty level.**
Level 1: Fundamentals & Core Objects: 0/10 (0%)
Level 2: Networking, Config & Storage: 0/10 (0%)
Level 3: Advanced Concepts & Ecosystem: 0/10 (0%)
Level 1: Fundamentals & Core Objects
1.1 What is the smallest deployable unit in Kubernetes that can host one or more containers?
**Correct Answer: B. Pod.** A Pod is the abstraction that represents a single instance of a running process in a cluster.
**End of Fundamentals & Core Objects. Click "Next Level" to continue.**
Level 2: Networking, Config & Storage
2.1 Which Kubernetes object allows external HTTP/HTTPS access to Services within the cluster based on rules (e.g., path-based routing)?
**Correct Answer: C. Ingress**. Ingress is not a Service type itself, but a layer 7 (HTTP) rule set managed by an Ingress Controller.
**End of Networking, Config & Storage. Click "Next Level" to continue.**
Level 3: Advanced Concepts & Ecosystem
3.1 What are **Custom Resource Definitions (CRDs)** primarily used for in Kubernetes?
**Correct Answer: B. Extending the Kubernetes API...** CRDs enable the "declarative" management of virtually any application or resource.
**Kubernetes Mastered! Click "Finish Quiz" to see your final summary.**
Comments
Post a Comment