Hi @francescoxx thank you writing a detailed post on kubernetes for beginners like me. I'm facing some issues with few steps mentioned in the article.
can you please explain the output of docker compose build?
and visit localhost:80 in your browser step doesn't work for me. The browser shows This page isnβt working. localhost didnβt send any data. ERR_EMPTY_RESPONSE. Please help here.
Hi @francescoxx thank you writing a detailed post on kubernetes for beginners like me. I'm facing some issues with few steps mentioned in the article.
docker compose build?visit localhost:80 in your browserstep doesn't work for me. The browser showsThis page isnβt working. localhost didnβt send any data. ERR_EMPTY_RESPONSE. Please help here.docker compose build builds all the images that have a
buildkey in the docker composeI think you might have that port alrady in use. try to change the 80 with another one in all the files and try again