Kubernetes application example tutorials
Go to file
Davanum Srinivas dc35258e19
Build and push manifests for container images
We build and push images for various architectures, but are not
publishing a single manifest that can be used to look up the images.
test/images in main k/k repository and kube images in k/release already
publish manifests for all the image we need for e2e testing, so we
should do the same as the 2 images in this repository are part of the
conformance e2e test suite.

Bumping version numbers as well.

Change-Id: I5f87af9e5ad15da86b9e99bcb7a60a81870d0836
2018-08-02 16:39:39 -04:00
cassandra Merge pull request #201 from aledbf/docker 2018-04-12 09:26:55 -07:00
guestbook Build and push manifests for container images 2018-08-02 16:39:39 -04:00
guestbook-go Update README.md 2018-07-07 00:21:38 +08:00
mysql-wordpress-pd add missing comment (#195) 2018-02-12 14:12:14 -08:00
staging fix README links 2018-07-04 01:43:13 +02:00
.gitignore We do not have a git ignore, modified version from core 2017-06-22 13:28:11 -06:00
CONTRIBUTING.md Add CONTRIBUTING.md 2018-07-19 10:59:43 +05:30
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 Add CONTRIBUTING.md 2018-07-19 10:59:43 +05:30
SECURITY_CONTACTS SECURITY_CONTACTS added 2018-06-19 14:47:47 +00: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.

Contributing

Please see CONTRIBUTING.md for instructions on how to contribute.