- Which of the following best describes Kubernetes Operators?
View Answer
Correct answer: A — Custom controllers to manage complex applications
- Kubernetes RBAC (Role-Based Access Control) is used to:
View Answer
Correct answer: B — Control access to cluster resources
- Which of the following is true about Kubernetes CRDs (Custom Resource Definitions)?
View Answer
Correct answer: B — They extend Kubernetes API with new resource types
- Kubernetes admission controllers are used to:
View Answer
Correct answer: B — Intercept requests to the API server before persistence
- Which of the following is true about Kubernetes Network Policies?
View Answer
Correct answer: B — They control traffic flow between pods
- Kubernetes CSI (Container Storage Interface) allows:
View Answer
Correct answer: B — Integration of third-party storage providers
- Which of the following is true about Kubernetes PodDisruptionBudgets?
View Answer
Correct answer: B — They limit voluntary disruptions to maintain availability
- Kubernetes API aggregation layer enables:
View Answer
Correct answer: B — Extension of Kubernetes API with additional services
- Which of the following is true about Kubernetes federation?
View Answer
Correct answer: B — It coordinates multiple clusters for global deployments
- Kubernetes audit logs are used to:
View Answer
Correct answer: B — Track API requests for security and compliance
- Which of the following is true about Kubernetes taints and tolerations?
View Answer
Correct answer: B — They control pod placement on nodes
- Kubernetes resource quotas are used to:
View Answer
Correct answer: B — Limit resource usage per namespace
- Which of the following is true about Kubernetes API server aggregation?
View Answer
Correct answer: B — It allows custom APIs to be served alongside core APIs
- Kubernetes cluster federation provides:
View Answer
Correct answer: B — Unified management across multiple clusters
- Which of the following is true about Kubernetes admission webhooks?
View Answer
Correct answer: B — They validate or mutate requests before persistence
- Kubernetes node affinity rules are used to:
View Answer
Correct answer: B — Control pod placement based on node labels
- Which of the following is true about Kubernetes cluster autoscaler?
View Answer
Correct answer: B — It adjusts the number of nodes based on demand
- Kubernetes Horizontal Pod Autoscaler adjusts:
View Answer
Correct answer: B — Pods based on CPU/memory usage
- Which of the following is true about Kubernetes Vertical Pod Autoscaler?
View Answer
Correct answer: B — It adjusts resource requests and limits for pods
- Kubernetes custom controllers are used to:
View Answer
Correct answer: B — Extend Kubernetes functionality by managing custom resources
- Which of the following is true about Kubernetes Custom Controllers?
View Answer
Correct answer: C — They extend Kubernetes by managing custom resources
- Kubernetes API aggregation layer allows:
View Answer
Correct answer: C — Serving custom APIs alongside core APIs
- Which of the following is true about Kubernetes Pod Security Policies?
View Answer
Correct answer: C — They define security conditions for pod creation
- Kubernetes Resource Quotas are used to:
View Answer
Correct answer: C — Limit resource usage per namespace
- Which of the following is true about Kubernetes Admission Controllers?
View Answer
Correct answer: C — They intercept and validate API requests
- Kubernetes Federation is used to:
View Answer
Correct answer: C — Manage multiple clusters as one
- Which of the following is true about Kubernetes Audit Logs?
View Answer
Correct answer: C — They track API requests for compliance
- Kubernetes Network Policies are used to:
View Answer
Correct answer: C — Control traffic flow between pods
- Which of the following is true about Kubernetes Vertical Pod Autoscaler?
View Answer
Correct answer: C — It adjusts resource requests and limits for pods
- Kubernetes PodDisruptionBudgets ensure:
View Answer
Correct answer: C — Minimum availability during voluntary disruptions
- Which of the following is true about Kubernetes Node Affinity?
View Answer
Correct answer: C — It controls pod placement based on node labels
- Kubernetes Cluster Autoscaler adjusts:
View Answer
Correct answer: C — Number of nodes based on demand
- Which of the following is true about Kubernetes Admission Webhooks?
View Answer
Correct answer: C — They validate or mutate API requests dynamically
- Kubernetes CRDs (Custom Resource Definitions) allow:
View Answer
Correct answer: C — Extension of Kubernetes API with new resource types
- Which of the following is true about Kubernetes RBAC?
View Answer
Correct answer: C — It controls access to cluster resources
- Kubernetes Operators are used to:
View Answer
Correct answer: C — Automate management of complex applications
- Which of the following is true about Kubernetes API Server?
View Answer
Correct answer: C — It exposes the Kubernetes API to clients
- Kubernetes Scheduler is responsible for:
View Answer
Correct answer: C — Assigning pods to nodes
- Which of the following is true about Kubernetes Controller Manager?
View Answer
Correct answer: C — It manages cluster state through controllers
- Kubernetes kube-proxy manages:
View Answer
Correct answer: C — Network rules for services and pods
- Which of the following is true about Kubernetes etcd?
View Answer
Correct answer: C — It stores cluster configuration data in a key-value store
- Kubernetes Deployments provide:
View Answer
Correct answer: C — Desired state management with rolling updates and rollbacks
- Which of the following is true about Kubernetes StatefulSets?
View Answer
Correct answer: C — Stable identities and persistent storage for stateful apps
- Kubernetes DaemonSets ensure:
View Answer
Correct answer: C — Pods run on all nodes
- Which of the following is true about Kubernetes Ingress?
View Answer
Correct answer: C — External access to services via HTTP/HTTPS
- Kubernetes Labels are used to:
View Answer
Correct answer: C — Organize and select resources
- Which of the following is true about Kubernetes Annotations?
View Answer
Correct answer: C — Attach metadata to objects
- Kubernetes Resource Quotas limit:
View Answer
Correct answer: C — Resource usage per namespace
- Which of the following is true about Kubernetes Monitoring?
View Answer
Correct answer: C — Tools like Prometheus and Grafana track metrics
- Which of the following best describes Advanced Kubernetes Concepts overall?
View Answer
Correct answer: C — Extending Kubernetes with operators, CRDs, policies, and automation