@gabrielle.kub
To check Minikube logs, follow these steps:
Note: The minikube logs
command only displays the logs of the Minikube instance running on your local machine. If you have a multi-node cluster, you can use the Kubernetes standard commands (kubectl logs
) to check the logs of specific pods or services.
@gabrielle.kub
To check Minikube logs, the steps to follow are:
1
|
minikube start |
or
1
|
minikube start --vm-driver=<driver> |
1
|
minikube logs |
1
|
minikube logs -f |
Note: If you have a multi-node cluster, you can use the standard Kubernetes commands like kubectl logs
to check the logs of specific pods or services.