Kubernetes refusing connection using apache/phpmyadmin Kubernetes refusing connection using apache/phpmyadmin kubernetes kubernetes

Kubernetes refusing connection using apache/phpmyadmin


Managed to find a solution for this. Turns out my own ingress controller was already using port 80 and 8080 as "LoadBalancer" so I created an ingress.yaml and linked it to my phpmyadmin service which I set to "ClusterIP" rather than "LoadBalancer" now I can access my PHP app through port 80.