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.
* 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>
Remove a dangling </div> element that is causing the following pages to break rendering:
* tutorials/kubernetes-basics/create-cluster/cluster-interactive.html
* tutorials/kubernetes-basics/deploy-app/deploy-interactive.html
* tutorials/kubernetes-basics/explore/explore-interactive.html
* tutorials/kubernetes-basics/expose/expose-interactive.html
* tutorials/kubernetes-basics/scale/scale-interactive.html
* tutorials/kubernetes-basics/update/update-interactive.html
The HTML5 named character reference such as '>', '<' should be terminated
with semicolon character. This commit fixes the missing termination character
with the kubernetes-basics tutorials.
* Revise Pod concept
Adapt the existing Pod documentation to suit the Docsy theme, by
promoting the Pod concept itself to /docs/concepts/workloads/pods/
Following on from this, update the Pod Lifecycle page to cover the
lifecycle of a Pod and follow on directly from the Pod concept,
for readers keen to understand things in detail.
This change also removes the automatic contents list from the Pod
overview page. Instead, the new page links to all the pages
inside the Pod section.
* Update links to Pod concept
Link to updated content
* Incorporate Pod concept suggestions
Co-authored-by: Celeste Horgan <celeste@cncf.io>
* Revise StatefulSet suggestion for Pod concept
Co-authored-by: Celeste Horgan <celeste@cncf.io>
Co-authored-by: Celeste Horgan <celeste@cncf.io>
* Update deploy-interactive to include note on pods
Signed-off-by: Dean Coakley <dean.s.coakley@gmail.com>
* Update copy
Signed-off-by: Dean Coakley <dean.s.coakley@gmail.com>