collabnix / kubelabs

Get Started with Kubernetes
https://kubelabs.collabnix.com
Apache License 2.0
2.73k stars 941 forks source link

Services101 Wrong service definition #199

Open norohind opened 2 weeks ago

norohind commented 2 weeks ago

Greetings. I think in chapter https://github.com/collabnix/kubelabs/blob/master/Services101/README.md#kubernetes-service-without-pods there is a wrong service definition. The text goes on about a service that connects to an external NodeJS backend on port 3000. But, this definition does not have pod selectors. It doesn’t even have. But in fact it seems exactly as service definition from previous chapter (https://github.com/collabnix/kubelabs/blob/master/Services101/README.md#service-exposing-more-than-one-port).