To make it sort, I have successfully created MariaDB pod using YAML manifest, then exposes it as service to port 3306 using NodePort.
Until that step, everything seems normal, kubectl didn’t give error messages, but MariaDB cannot be accessed from outside (external IP)
Troubleshooting steps I’ve done:
kubectl command exec MariaDB /bin/bash
and then run mysql -u root -p
, the database responds normallyI understand, that exposing MySQL to a public IP is a dangerous practice. I did this in order to review Kubernetes DigitalOcean service for converting an existing application to Kuberneter Digital Ocean.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
Hello,
I just came across this question. What is the output of the following command:
Also, can you share the exact YAML file that you are using?
Regards, Bobby