
minikube
List of commands for minikube:
-
minikube:tldr:10cb5 minikube: Start the cluster.$ minikube starttry on your machineexplain this command
-
minikube:tldr:5d97a minikube: Stop the running cluster.$ minikube stoptry on your machineexplain this command
-
minikube:tldr:97045 minikube: Open the Kubernetes dashboard in a browser.$ minikube dashboardtry on your machineexplain this command
-
minikube:tldr:bd02d minikube: Access a service named my_service exposed via a node port and get the URL.$ minikube service ${my_service} --urltry on your machineexplain this command
-
minikube:tldr:c1ad0 minikube: Get the IP address of the cluster.$ minikube iptry on your machineexplain this command
-
minikube:tldr:e065d minikube: Delete the cluster.$ minikube deletetry on your machineexplain this command