How to make multiple pods communicate with each other on kubernetes
问题 I am new to Kubernetes and I'm trying to deploy an application to kubernetes via microk8s. The application contains python flask backend, angular frontend, redis and mysql database. I deployed the images in multiple pods and the status is showing "running" but the pods are not communicating with each other. Then app is completely dockerized and its functioning in the docker level. Before deploying into kubernetes my flask host was 0.0.0.0 and mysql host was "service name" in the docker