Kubernetes application example tutorials
Go to file
Malepati Bala Siva Sai Akhil 50f5219b6a Fix typo and grammatical issue (#62)
Fix typo and grammatical issue in Example Guidelines
2017-08-14 09:37:20 -07:00
cassandra Fixed links and formatting (#42) 2017-07-27 15:01:21 -07:00
guestbook Working download links for manifest files (#56) 2017-08-07 15:57:56 -07:00
guestbook-go update url for cluster build (#21) 2017-07-13 15:07:57 -06:00
mysql-wordpress-pd Update wordpress to 4.8.1 (#52) 2017-08-10 10:50:45 -07:00
staging Clean up the example GlusterFS README (#59) 2017-08-11 14:00:19 -07: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
guidelines.md Fix typo and grammatical issue (#62) 2017-08-14 09:37:20 -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.