2016-09-23 22:40:21 +00:00
---
2016-12-15 20:16:54 +00:00
title: Tutorials
2016-09-23 22:40:21 +00:00
---
2016-11-28 19:49:17 +00:00
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.
2016-09-23 22:40:21 +00:00
2016-10-06 23:46:59 +00:00
* [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.
2017-02-28 01:45:20 +00:00
* [Online Training Course ](https://www.udacity.com/course/scalable-microservices-with-kubernetes--ud615 )
2016-09-23 22:40:21 +00:00
2017-01-07 03:36:16 +00:00
* [Hello Minikube ](/docs/tutorials/stateless-application/hello-minikube/ )
2017-02-28 01:45:20 +00:00
#### Stateless Applications
2016-09-23 22:40:21 +00:00
* [Running a Stateless Application Using a Deployment ](/docs/tutorials/stateless-application/run-stateless-application-deployment/ )
2016-09-29 20:43:54 +00:00
* [Using a Service to Access an Application in a Cluster ](/docs/tutorials/stateless-application/expose-external-ip-address-service/ )
2016-09-23 22:40:21 +00:00
2016-10-15 22:04:23 +00:00
* [Exposing an External IP Address to Access an Application in a Cluster ](/docs/tutorials/stateless-application/expose-external-ip-address/ )
2016-11-01 20:29:42 +00:00
#### Stateful Applications
2016-11-29 18:01:38 +00:00
* [StatefulSet Basics ](/docs/tutorials/stateful-application/basic-stateful-set/ )
2016-11-28 22:22:55 +00:00
2016-11-01 20:29:42 +00:00
* [Running a Single-Instance Stateful Application ](/docs/tutorials/stateful-application/run-stateful-application/ )
2016-12-08 01:58:08 +00:00
2016-12-02 20:52:16 +00:00
* [Running a Replicated Stateful Application ](/docs/tutorials/stateful-application/run-replicated-stateful-application/ )
2016-11-01 20:29:42 +00:00
2016-12-14 21:56:21 +00:00
* [Running ZooKeeper, A CP Distributed System ](/docs/tutorials/stateful-application/zookeeper/ )
2016-12-12 19:31:31 +00:00
#### Connecting Applications
* [Connecting a Front End to a Back End Using a Service ](/docs/tutorials/connecting-apps/connecting-frontend-backend/ )
2017-01-05 22:39:42 +00:00
#### Services
* [Using SourceIP ](/docs/tutorials/services/source-ip/ )
2016-09-23 22:40:21 +00:00
### What's next
If you would like to write a tutorial, see
[Using Page Templates ](/docs/contribute/page-templates/ )
for information about the tutorial page type and the tutorial template.