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