99029b97d7
The stateless application tutorial is littered with unsuitable terminology. This update switches the database technology to a database that has already updated their own terminology as well as removes the terminology from the tutorial itself. The advanced logging tutorial followup is set to Draft as it will take a larger effort to convert that, and I'm not convinced its even in a working state right now. A followup PR to the examples repo to be referenced here will be made. Addresses #22918 Signed-off-by: Paul Czarkowski <username.taken@gmail.com> address comments in PR Signed-off-by: Paul Czarkowski <username.taken@gmail.com> remove confusing comment about dns, we can assume k8s has kube-dns Signed-off-by: Paul Czarkowski <username.taken@gmail.com>
61 lines
2.0 KiB
Markdown
61 lines
2.0 KiB
Markdown
---
|
|
title: Tutorials
|
|
main_menu: true
|
|
no_list: true
|
|
weight: 60
|
|
content_type: concept
|
|
---
|
|
|
|
<!-- overview -->
|
|
|
|
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
|
|
[Standardized Glossary](/docs/reference/glossary/) page for later references.
|
|
|
|
<!-- body -->
|
|
|
|
## 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.
|
|
|
|
* [Introduction to Kubernetes (edX)](https://www.edx.org/course/introduction-kubernetes-linuxfoundationx-lfs158x#)
|
|
|
|
* [Hello Minikube](/docs/tutorials/hello-minikube/)
|
|
|
|
## Configuration
|
|
|
|
* [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/)
|
|
|
|
* [Example: Deploying PHP Guestbook application with MongoDB](/docs/tutorials/stateless-application/guestbook/)
|
|
|
|
## Stateful Applications
|
|
|
|
* [StatefulSet Basics](/docs/tutorials/stateful-application/basic-stateful-set/)
|
|
|
|
* [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/)
|
|
|
|
## Services
|
|
|
|
* [Using Source IP](/docs/tutorials/services/source-ip/)
|
|
|
|
## {{% heading "whatsnext" %}}
|
|
|
|
If you would like to write a tutorial, see
|
|
[Content Page Types](/docs/contribute/style/page-content-types/)
|
|
for information about the tutorial page type.
|