How to expose mariadb out side the pod and remote excess

12/6/2019

Able to acess mariadb inside the pod in node itself.

While trying to establish a remote connection it's throwing error as "Access denied root@x.x.x.x using password yes" even grant all previliage is there to the host with root user

Any thing missing?

-- Dasarathi Swain
kubernetes
kubernetes-ingress
kubernetes-pod

1 Answer

12/6/2019

Set mariadb service type to NodePort or LoadBalancer

-- P Ekambaram
Source: StackOverflow