Katacoda has shut down for good, and we have not added a local /
in-project alternative playground in the time since. Serving a 404 helps
cement that these pages are no longer part of the site.
* Adds a new lines to documents explaining that this section assumes we have created a kuberentes-bootcamp service with LoadBalancer type
* Update content/en/docs/tutorials/kubernetes-basics/scale/scale-intro.html
Co-authored-by: Anuj Tiwari <aj11anuj123@gmail.com>
* Update content/en/docs/tutorials/kubernetes-basics/scale/scale-intro.html
Co-authored-by: Anuj Tiwari <aj11anuj123@gmail.com>
* Update content/en/docs/tutorials/kubernetes-basics/scale/scale-intro.html
Co-authored-by: Anuj Tiwari <aj11anuj123@gmail.com>
* Update content/en/docs/tutorials/kubernetes-basics/scale/scale-intro.html
Co-authored-by: Tim Bannister <tim@scalefactory.com>
* Update content/en/docs/tutorials/kubernetes-basics/scale/scale-intro.html
Co-authored-by: Tim Bannister <tim@scalefactory.com>
* Update content/en/docs/tutorials/kubernetes-basics/scale/scale-intro.html
Rephrase
Co-authored-by: Tim Bannister <tim@scalefactory.com>
* Update scale-intro.html
Fixed typo: Sservice -> service
---------
Co-authored-by: Anuj Tiwari <aj11anuj123@gmail.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
This documentation failed for me because I was running Minikube on Podman Desktop, and the image name `jocatalin/kubernetes-bootcamp` assumed that the registry was `docker.io`.
I think this slight modification would work for Docker and Podman alike. Let me know if you agree!
* Add comments on Tutorial for not working on ARM architecture cluster
* Update deploy-intro.html
* Update content/en/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro.html
Co-authored-by: Tim Bannister <tim@scalefactory.com>
---------
Co-authored-by: Tim Bannister <tim@scalefactory.com>
I was tripped up while reading the paragraph that explains what a rolling update is and how it works. This commit makes some small phrasing and grammatical changes to make the explanation easier to read.
Importantly, it replaces the word "updates" with "replaces", since rolling updates create *new* pods which replace the old ones, rather than updating the current pods.
Fix command code block without line break
Update content/en/docs/tutorials/kubernetes-basics/scale/scale-intro.html
Co-authored-by: Michael <haifeng.yao@daocloud.io>