π Introduction
Let's make the simplest but understandable Kubernetes example ever.
Video version:
We will create our first example...
For further actions, you may consider blocking this person and/or reporting abuse
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 browser
step 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
build
key 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
Probably goes without saying, but the above also works seamlessly with Rancher Desktop for your local Docker & K8s provider.
Actually, my mistake--you can't use a local LoadBalancer to expose your service from Rancher Desktop; instead you may want to define an Ingress resource.
thanks for coming again to clarify this
ye probably
Thanks for this post, I got in the external ip column, I used the following command
β― minikube tunnel --cleanup
Excellent write-up, Fran!
thanks Sumit
Excellent tutorial! Trying kubernetes on 3,2,1...
thanks Rafael!