9ec9c73466
Addresses the work described at #4134. - Remove /docs/samples page: This page mostly had links to examples on kubernetes/kubernetes (examples dir) which is now at kubernetes/examples repository. It was linking to README.md files for tutorials. Now removing this page as we are moving tutorials from kubernetes/examples to here: - Create redirects from /docs/samples/ to /docs/tutorials/ (both JS and redirect_from). - Deprecate "MEAN Stack" tutorial: This tutorial overlaps quite a bit with existing "maintained" examples and has been out-of-date for a while. Creating an external redirect to its original and more up-to-date location: https://medium.com/google-cloud/running-a-mean-stack-on-google-cloud-platform-with-app-engine-and-mongolab-4bbd2040ea75 - Import README.md files of maintained examples (guestbook, wordpress+mysql and cassandra) to this repository and serve them under /docs/tutorial. - Update /docs/tutorials ToC: - Link to imported tutorials. - Fix missing articles on sidebar (_data/tutorials.yml) and make the tutorials listed on tutorials/index.md available on the sidebar (closes #4007). Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
65 lines
2.7 KiB
YAML
65 lines
2.7 KiB
YAML
bigheader: "Tutorials"
|
|
abstract: "Detailed walkthroughs of common Kubernetes operations and workflows."
|
|
toc:
|
|
- docs/tutorials/index.md
|
|
- title: Kubernetes Basics
|
|
section:
|
|
- docs/tutorials/kubernetes-basics/index.html
|
|
- title: 1. Create a Cluster
|
|
section:
|
|
- docs/tutorials/kubernetes-basics/cluster-intro.html
|
|
- docs/tutorials/kubernetes-basics/cluster-interactive.html
|
|
- title: 2. Deploy an App
|
|
section:
|
|
- docs/tutorials/kubernetes-basics/deploy-intro.html
|
|
- docs/tutorials/kubernetes-basics/deploy-interactive.html
|
|
- title: 3. Explore Your App
|
|
section:
|
|
- docs/tutorials/kubernetes-basics/explore-intro.html
|
|
- docs/tutorials/kubernetes-basics/explore-interactive.html
|
|
- title: 4. Expose Your App Publicly
|
|
section:
|
|
- docs/tutorials/kubernetes-basics/expose-intro.html
|
|
- docs/tutorials/kubernetes-basics/expose-interactive.html
|
|
- title: 5. Scale Your App
|
|
section:
|
|
- docs/tutorials/kubernetes-basics/scale-intro.html
|
|
- docs/tutorials/kubernetes-basics/scale-interactive.html
|
|
- title: 6. Update Your App
|
|
section:
|
|
- docs/tutorials/kubernetes-basics/update-intro.html
|
|
- docs/tutorials/kubernetes-basics/update-interactive.html
|
|
- title: Online Training Course
|
|
path: https://www.udacity.com/course/scalable-microservices-with-kubernetes--ud615
|
|
- docs/tutorials/stateless-application/hello-minikube.md
|
|
- title: Configuration
|
|
section:
|
|
- docs/tutorials/configuration/configure-redis-using-configmap.md
|
|
- title: Object Management Using kubectl
|
|
section:
|
|
- docs/tutorials/object-management-kubectl/object-management.md
|
|
- docs/tutorials/object-management-kubectl/imperative-object-management-command.md
|
|
- docs/tutorials/object-management-kubectl/imperative-object-management-configuration.md
|
|
- docs/tutorials/object-management-kubectl/declarative-object-management-configuration.md
|
|
- title: Stateless Applications
|
|
section:
|
|
- docs/tasks/run-application/run-stateless-application-deployment.md
|
|
- docs/tutorials/stateless-application/guestbook.md
|
|
- docs/tasks/access-application-cluster/service-access-application-cluster.md
|
|
- docs/tutorials/stateless-application/expose-external-ip-address.md
|
|
- title: Stateful Applications
|
|
section:
|
|
- docs/tutorials/stateful-application/basic-stateful-set.md
|
|
- docs/tasks/run-application/run-single-instance-stateful-application.md
|
|
- docs/tasks/run-application/run-replicated-stateful-application.md
|
|
- docs/tutorials/stateful-application/mysql-wordpress-persistent-volume.md
|
|
- docs/tutorials/stateful-application/cassandra.md
|
|
- docs/tutorials/stateful-application/zookeeper.md
|
|
- title: Clusters
|
|
section:
|
|
- docs/tutorials/clusters/apparmor.md
|
|
- title: Services
|
|
section:
|
|
- docs/tutorials/services/source-ip.md
|
|
|