Kubernetes application example tutorials
Go to file
k8s-ci-robot 9e7cedb1c6
Merge pull request #205 from resouer/preemption
Add preempt verb for scheduler
2018-04-09 09:39:08 -07:00
cassandra Add owners file to cassandra example (#202) 2018-02-26 12:00:52 -08:00
guestbook update all Deployment API version to apps/v1 in k8s v1.9.0 and add accurate (#193) 2018-02-11 18:24:00 -08:00
guestbook-go [guestbook-go] Use multi-stage build (#211) 2018-03-20 09:10:35 -07:00
mysql-wordpress-pd add missing comment (#195) 2018-02-12 14:12:14 -08:00
scheduler Add preempt verb for scheduler 2018-02-27 14:55:32 -08:00
staging Merge pull request #219 from ilievlad/master 2018-04-04 01:01:07 -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 Update owners for k/examples (#203) 2018-02-26 14:53:51 -08: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.