Kubernetes Foundation Check
When to Use
- •Before any deployment
- •To confirm Minikube cluster is healthy
Instructions
- •Run commands to check cluster status.
- •Update Helm repositories.
- •Report if everything is ready.
Commands to run
- •kubectl get nodes
- •kubectl get pods --all-namespaces
- •helm repo update
Validation
- •Node status: Ready
- •Core system pods: Running