Ask Your Question
1

Is it impossible to access mysql in minikube?

asked 2023-05-21 06:14:43 +0000

scrum gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2023-05-21 06:28:02 +0000

devzero gravatar image

No, it is not impossible to access MySQL in Minikube. You can either expose the MySQL service using Kubernetes Services or use port forwarding to access the MySQL pod directly.

For exposing MySQL using Kubernetes Services, you need to create a Service with a selector matching the MySQL deployment and target port set to the MySQL port.

To access MySQL pod directly using port forwarding, you need to use the kubectl port-forward command to forward the MySQL pod's port to a local port on your machine.

For more information on accessing MySQL in Minikube, please refer to the Kubernetes documentation.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-05-21 06:14:43 +0000

Seen: 12 times

Last updated: May 21 '23