005fce03fe
* WIP: Cleanup /docs/contribute/ migration * #3278 Changing /docs/contribute to /docs/home/contribute (#3285) * WIP: #3278 Adding redirects /docs/contribute/ /docs/home/contribute/ * WIP: #3278 modifying /docs/contribute/ paths within files to /docs/home/contribute/ * Revert "WIP: #3278 Adding redirects /docs/contribute/ /docs/home/contribute/" This reverts commit a82efdee505d7a409cb3c86240cc0ee976a2e566. * WIP: #3278 Adding redirects /docs/contribute/ /docs/home/contribute/ * WIP: #3278 Correcting syntax mistake in redirect.js * WIP: #3278 Correcting another syntax mistake in redirect.js * WIP: #3278 Removing deprecated files so redirects work * Removing the # * WIP: #3278 Updating pattern in redirect.js * WIP: #3278 Removed the wrong # previously redirect.js
47 lines
1.9 KiB
Markdown
47 lines
1.9 KiB
Markdown
---
|
|
title: Tutorials
|
|
---
|
|
|
|
This section of the Kubernetes documentation contains tutorials.
|
|
A tutorial shows how to accomplish a goal that is larger than a single
|
|
[task](/docs/tasks/). Typically a tutorial has several sections,
|
|
each of which has a sequence of steps.
|
|
|
|
* [Kubernetes Basics](/docs/tutorials/kubernetes-basics/) is an in-depth interactive tutorial that helps you understand the Kubernetes system and try out some basic Kubernetes features.
|
|
|
|
* [Online Training Course](https://www.udacity.com/course/scalable-microservices-with-kubernetes--ud615)
|
|
|
|
* [Hello Minikube](/docs/tutorials/stateless-application/hello-minikube/)
|
|
|
|
#### Stateless Applications
|
|
|
|
* [Running a Stateless Application Using a Deployment](/docs/tutorials/stateless-application/run-stateless-application-deployment/)
|
|
|
|
* [Using a Service to Access an Application in a Cluster](/docs/tutorials/stateless-application/expose-external-ip-address-service/)
|
|
|
|
* [Exposing an External IP Address to Access an Application in a Cluster](/docs/tutorials/stateless-application/expose-external-ip-address/)
|
|
|
|
#### Stateful Applications
|
|
|
|
* [StatefulSet Basics](/docs/tutorials/stateful-application/basic-stateful-set/)
|
|
|
|
* [Running a Single-Instance Stateful Application](/docs/tutorials/stateful-application/run-stateful-application/)
|
|
|
|
* [Running a Replicated Stateful Application](/docs/tutorials/stateful-application/run-replicated-stateful-application/)
|
|
|
|
* [Running ZooKeeper, A CP Distributed System](/docs/tutorials/stateful-application/zookeeper/)
|
|
|
|
#### Connecting Applications
|
|
|
|
* [Connecting a Front End to a Back End Using a Service](/docs/tutorials/connecting-apps/connecting-frontend-backend/)
|
|
|
|
#### Services
|
|
|
|
* [Using SourceIP](/docs/tutorials/services/source-ip/)
|
|
|
|
### What's next
|
|
|
|
If you would like to write a tutorial, see
|
|
[Using Page Templates](/docs/home/contribute/page-templates/)
|
|
for information about the tutorial page type and the tutorial template.
|