Introduction
In this challenge, you will need to perform a comprehensive health check of a Kubernetes cluster as a junior DevOps engineer. This involves starting the Minikube Kubernetes cluster, retrieving and displaying the list of nodes, and verifying the cluster's basic information using kubectl cluster-info
. The cluster must have at least one node in the Ready
status to pass the verification.