This starts a cluster with 2 CPUs and 4GB of memory, running Kubernetes version 1.31.0.
You can check the cluster status: kubectl cluster-info
Which should return below information:
Kubernetes control plane is running at https://127.0.0.1:57821
CoreDNS is running at https://127.0.0.1:57821/api/v1/namespaces/kube-system/services/kube-dns:dns/proxy
To further debug and diagnose cluster problems, use 'kubectl cluster-info dump'.
View Cluster Configuration
Check Node information.
kubectl get nodes
kubectl describe node minikube
List system components of kubernetes such as API Server, Scheduler, Controller Manager, CoreDNS, etc.