Kubernetes application example tutorials
Go to file
vaibhav2107 538d302b41 Migrate k8s.gcr.io to registry.k8s.io 2023-02-13 16:26:17 +05:30
cassandra Migrate k8s.gcr.io to registry.k8s.io 2023-02-13 16:26:17 +05:30
dev Create CD script to be run after every push to main branch 2023-01-24 13:46:38 -05:00
guestbook chore: move registry from k8s.gcr.io to registry.k8s.io 2022-11-30 03:01:20 +00:00
guestbook-go Migrate k8s.gcr.io to registry.k8s.io 2023-02-13 16:26:17 +05:30
mysql-cinder-pd Promote examples that are referenced in the tutorials out of staging 2019-07-31 09:39:26 +08:00
mysql-wordpress-pd mysql-wordpress-pd/OWNERS: remove inactive members from reviewers 2020-08-10 15:57:23 +05:30
staging Merge pull request #462 from ajayk/registry-change 2023-02-09 02:12:25 -08:00
volumes Update GlusterFS docs URL README.md 2021-11-21 21:21:39 +08: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 to match sig-apps leads 2022-02-28 19:43:24 +01:00
README.md added GuestBook Go example on readme table 2020-05-31 16:19:41 -07:00
SECURITY.md Add SECURITY.md 2020-07-27 15:59:54 -06:00
SECURITY_CONTACTS Update embargo doc link in SECURITY_OWNERS and changes PST to PSC 2019-03-08 10:23:48 -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
Guestbook-Go Go 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.