Verify Kubernetes Cluster Health

# 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.

|
60 : 00

Click the virtual machine below to start practicing