Kubernetes application example tutorials
Go to file
XiaoLiang Hu cee89cecb7 Improve k8s DNS example usability (#164)
the command in example should be straightforward asap, user just
do copy and paste to move on. This change is align with spark
example to set CLUSTER_NAME and USER_NAME, refer to below link for
the details:

https://github.com/kubernetes/examples/tree/master/staging/spark
2018-01-30 22:19:20 -08:00
cassandra Convert registry to k8s.gcr.io 2017-12-22 09:55:16 -08:00
guestbook Convert registry to k8s.gcr.io 2017-12-22 09:55:16 -08:00
guestbook-go Pushes go to staging-k8s.gcr.io (#174) 2018-01-19 09:25:41 -08:00
mysql-wordpress-pd Modified version for .yaml (#112) 2017-10-18 20:07:21 -07:00
staging Improve k8s DNS example usability (#164) 2018-01-30 22:19:20 -08:00
.gitignore We do not have a git ignore, modified version from core 2017-06-22 13:28:11 -06:00
LICENSE Initial commit 2017-04-18 12:52:08 -07:00
OWNERS add eparis ass approver for test and examples 2017-03-30 11:58:49 -04:00
README.md Fix broken cassandra link in README 2017-05-24 10:34:59 -07:00
code-of-conduct.md Add code-of-conduct.md (#161) 2017-12-20 11:35:20 -08:00
guidelines.md Update guidelines.md (#94) 2017-09-12 09:12:27 -07:00

README.md

Kubernetes Examples

This directory contains a number of examples of how to run real applications with Kubernetes.

Refer to the Kubernetes documentation for how to execute the tutorials.

Maintained Examples

Maintained Examples are expected to be updated with every Kubernetes release, to use the latest and greatest features, current guidelines and best practices, and to refresh command syntax, output, changed prerequisites, as needed.

Name Description Notable Features Used Complexity Level
Guestbook PHP app with Redis Deployment, Service Beginner
WordPress WordPress with MySQL Deployment, Persistent Volume with Claim Beginner
Cassandra Cloud Native Cassandra Daemon Set, Stateful Set, Replication Controller Intermediate

Note: Please add examples that are maintained to the list above.

See Example Guidelines for a description of what goes in this directory, and what examples should contain.