Welcome to your CKA Exam Preparation – Challenge 1
Which Kubernetes object is responsible for managing load balancing and routing traffic to a set of pods?
Which Kubernetes object is responsible for managing a set of identical pods, ensuring that a specified number of them are running at any given time?
Which Kubernetes object is responsible for managing stateful applications that require stable network identities?
Which command is used to create a new namespace in Kubernetes?
Which command is used to create a new Kubernetes cluster using kubeadm?
Which of the following scheduling strategies is used by default in Kubernetes?
Which command is used to view the logs of a specific pod in Kubernetes?
Which container runtime interface (CRI) is commonly used in Kubernetes deployments?
Which command is used to apply changes to a Kubernetes resource based on a YAML or JSON file?
Which Kubernetes object is responsible for managing a single instance of a running process in a cluster?
What is the recommended way to manage sensitive information like passwords and API tokens in Kubernetes?
Which command is used to delete a specific Kubernetes resource?
Which of the following commands can be used to scale the number of replicas in a Deployment?
What is the purpose of a Kubernetes ConfigMap?
What is the primary purpose of a liveness probe in a Kubernetes Pod?
Which Kubernetes object is used to automatically scale the number of pods based on CPU utilization or other custom metrics?
What is the primary purpose of a readiness probe in a Kubernetes Pod?
Which Kubernetes resource is used to define and manage persistent storage in a cluster?
Which Kubernetes object is used to group related resources and apply policies to them?
Which command is used to check the status of a specific Kubernetes resource?