- Which of the following best describes Kubernetes?
View Answer
Correct answer: A — An open-source container orchestration platform
- Kubernetes clusters consist of:
View Answer
Correct answer: A — Master and worker nodes
- Which of the following is true about Kubernetes pods?
View Answer
Correct answer: A — They are the smallest deployable units in Kubernetes
- Kubernetes kubelet runs on:
View Answer
Correct answer: A — Each node to manage pods
- Which of the following is true about Kubernetes services?
View Answer
Correct answer: A — They expose pods to network traffic
- Kubernetes deployments are used to:
View Answer
Correct answer: A — Manage desired state of pods
- Which of the following is true about Kubernetes namespaces?
View Answer
Correct answer: A — They logically isolate resources within a cluster
- Kubernetes ConfigMaps are used to:
View Answer
Correct answer: A — Store configuration data
- Which of the following is true about Kubernetes Secrets?
View Answer
Correct answer: A — They store sensitive information securely
- Kubernetes ReplicaSets ensure:
View Answer
Correct answer: A — A specified number of pod replicas are running
- What will be printed?
1 echo "Eduinq Kubernetes Fundamentals" View Answer
Correct answer: A — Eduinq Kubernetes Fundamentals
- Kubernetes StatefulSets are used for:
View Answer
Correct answer: A — Managing stateful applications
- Which of the following is true about Kubernetes DaemonSets?
View Answer
Correct answer: A — They run a copy of a pod on all nodes
- Kubernetes Ingress is used to:
View Answer
Correct answer: A — Manage external access to services
- Which of the following is true about Kubernetes etcd?
View Answer
Correct answer: A — It stores cluster configuration data
- Kubernetes kube-proxy is responsible for:
View Answer
Correct answer: A — Managing network rules for pods
- Which of the following is true about Kubernetes labels?
View Answer
Correct answer: A — They organize and select resources
- Kubernetes annotations are used to:
View Answer
Correct answer: A — Attach metadata to objects
- Which of the following is true about Kubernetes cluster autoscaler?
View Answer
Correct answer: A — It adjusts the number of nodes based on demand
- Kubernetes Horizontal Pod Autoscaler adjusts:
View Answer
Correct answer: A — Number of pods based on CPU/memory usage
- Which of the following is true about Kubernetes nodes?
View Answer
Correct answer: B — They run workloads and manage pods
- Kubernetes control plane components include:
View Answer
Correct answer: B — API server, etcd, scheduler, controller manager
- Which of the following is true about Kubernetes API server?
View Answer
Correct answer: B — It exposes the Kubernetes API to clients
- Kubernetes scheduler is responsible for:
View Answer
Correct answer: B — Assigning pods to nodes
- Which of the following is true about Kubernetes controller manager?
View Answer
Correct answer: B — It runs pods directly
- Kubernetes kube-proxy manages:
View Answer
Correct answer: B — Network rules and service communication
- Which of the following is true about Kubernetes etcd?
View Answer
Correct answer: B — It stores cluster configuration data
- Kubernetes deployments support:
View Answer
Correct answer: B — Rolling updates and rollbacks
- Which of the following is true about Kubernetes StatefulSets?
View Answer
Correct answer: B — They manage stateful applications with stable identities
- Kubernetes DaemonSets ensure:
View Answer
Correct answer: B — Pods run on all nodes
- What will be printed?
1 echo "Eduinq Kubernetes Node Test" View Answer
Correct answer: B — Eduinq Kubernetes Node Test
- Kubernetes Ingress provides:
View Answer
Correct answer: B — External access to services via HTTP/HTTPS
- Which of the following is true about Kubernetes labels?
View Answer
Correct answer: B — They organize and select resources
- Kubernetes annotations are used to:
View Answer
Correct answer: B — Attach metadata to objects
- Which of the following is true about Kubernetes namespaces?
View Answer
Correct answer: B — They isolate resources logically within a cluster
- Kubernetes kubelet ensures:
View Answer
Correct answer: B — Pods are running as expected on nodes
- Which of the following is true about Kubernetes services?
View Answer
Correct answer: B — They expose pods to network traffic
- Kubernetes ConfigMaps are used to:
View Answer
Correct answer: B — Store configuration data
- Which of the following is true about Kubernetes Secrets?
View Answer
Correct answer: B — They store sensitive information securely
- Kubernetes ReplicaSets ensure:
View Answer
Correct answer: B — A specified number of pod replicas are running
- 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 rolling updates?
View Answer
Correct answer: B — They update pods gradually without downtime
- Kubernetes rollbacks allow:
View Answer
Correct answer: B — Reverting deployments to previous versions
- Which of the following is true about Kubernetes kube-proxy?
View Answer
Correct answer: B — It manages network rules for services and pods
- Kubernetes etcd is:
View Answer
Correct answer: B — A distributed key-value store for cluster data
- Which of the following is true about Kubernetes deployments?
View Answer
Correct answer: B — They manage desired state of applications
- Kubernetes StatefulSets provide:
View Answer
Correct answer: B — Stable network identities and persistent storage
- Which of the following is true about Kubernetes DaemonSets?
View Answer
Correct answer: B — They ensure pods run on all nodes
- Which of the following best describes Kubernetes fundamentals overall?
View Answer
Correct answer: B — Managing containerized applications with orchestration, scaling, and networking