Karan Mitroo

Results 3 comments of Karan Mitroo

Hi All, As I was following this tutorial from [freeCodeCamp](https://www.freecodecamp.org/news/learn-kubernetes-in-under-3-hours-a-detailed-guide-to-orchestrating-containers-114ff420e882/), I got stuck with the same issue. Once all the apps got containerized, the frontend was not able to connect...

Hi, I have tried it this way to make this work. sa-logic, sa-webapp, sa-frontend are the name of the images I have built for each service. ``` docker run -d...

Hi @SalmanIsha, You can try following [this](https://github.com/rinormaloku/k8s-mastery/issues/25) thread to make this work. This is how I was able to figure this issue out. https://github.com/rinormaloku/k8s-mastery/issues/25