DEV Community

Discussion on: Kubernetes quick tutorial

Collapse
 
shashwattiwari profile image
Shashwat Tiwari

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.

  1. can you please explain the output of docker compose build?
  2. 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.
Collapse
 
francescoxx profile image
Francesco Ciulla

docker compose build builds all the images that have a build key in the docker compose

I think you might have that port alrady in use. try to change the 80 with another one in all the files and try again