website/content/en/docs/tutorials/_index.md

65 lines
2.1 KiB
Markdown
Raw Normal View History

---
2016-12-15 20:16:54 +00:00
title: Tutorials
main_menu: true
no_list: true
weight: 60
2020-05-30 19:10:23 +00:00
content_type: concept
---
2020-05-30 19:10:23 +00:00
<!-- overview -->
2018-07-20 23:06:09 +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.
Before walking through each tutorial, you may want to bookmark the
2017-11-13 07:23:49 +00:00
[Standardized Glossary](/docs/reference/glossary/) page for later references.
2020-05-30 19:10:23 +00:00
<!-- body -->
2018-07-20 23:06:09 +00:00
## Basics
* [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-08-08 21:57:21 +00:00
* [Introduction to Kubernetes (edX)](https://www.edx.org/course/introduction-kubernetes-linuxfoundationx-lfs158x#)
* [Hello Minikube](/docs/tutorials/hello-minikube/)
## Configuration
* [Example: Configuring a Java Microservice](/docs/tutorials/configuration/configure-java-microservice/)
* [Configuring Redis Using a ConfigMap](/docs/tutorials/configuration/configure-redis-using-configmap/)
## Stateless Applications
* [Exposing an External IP Address to Access an Application in a Cluster](/docs/tutorials/stateless-application/expose-external-ip-address/)
2021-06-17 04:45:11 +00:00
* [Example: Deploying PHP Guestbook application with Redis](/docs/tutorials/stateless-application/guestbook/)
2016-11-01 20:29:42 +00:00
## Stateful Applications
* [StatefulSet Basics](/docs/tutorials/stateful-application/basic-stateful-set/)
2016-11-01 20:29:42 +00:00
* [Example: WordPress and MySQL with Persistent Volumes](/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume/)
* [Example: Deploying Cassandra with Stateful Sets](/docs/tutorials/stateful-application/cassandra/)
* [Running ZooKeeper, A CP Distributed System](/docs/tutorials/stateful-application/zookeeper/)
## Clusters
* [AppArmor](/docs/tutorials/clusters/apparmor/)
* [seccomp](/docs/tutorials/clusters/seccomp/)
## Services
2017-01-05 22:39:42 +00:00
2017-07-09 14:38:20 +00:00
* [Using Source IP](/docs/tutorials/services/source-ip/)
2017-01-05 22:39:42 +00:00
2020-05-30 19:10:23 +00:00
## {{% heading "whatsnext" %}}
If you would like to write a tutorial, see
2020-06-18 03:58:55 +00:00
[Content Page Types](/docs/contribute/style/page-content-types/)
2020-06-01 16:46:54 +00:00
for information about the tutorial page type.