Kubernetes application example tutorials
Go to file
Anthony Yeh 19b46d5d75 Add Vitess example for sharded MySQL in Kubernetes.
This is a simplified version of the configs found in the Vitess repo:

https://github.com/youtube/vitess/tree/master/examples/kubernetes

Here we use a single script to start all of Vitess, since the aim is
just to show the end result. The full tutorial on our site goes into
much more detail on each step:

http://vitess.io/getting-started/
2015-09-25 14:50:17 -07:00
aws_ebs Replace ```shell with ```sh 2015-07-19 21:38:53 -07:00
blog-logging Run gendocs 2015-07-17 15:35:43 -07:00
cassandra add raw flag for GitHub download links 2015-09-07 17:43:09 -07:00
celery-rabbitmq add raw flag for GitHub download links 2015-09-07 17:43:09 -07:00
cephfs Fix Cephfs Example Typo 2015-09-20 08:50:16 +08:00
cluster-dns Fix the service printer to be a single line per service 2015-08-10 10:57:45 -07:00
elasticsearch Revamped Elasticsearch example that now uses an Alpine Linux container with JRE 8u51 and Elasticsearch 1.7.1. 2015-09-04 09:39:14 +01:00
experimental move experimental/v1 to experimental/v1alpha1; 2015-09-24 15:32:11 -07:00
explorer Update examples to not use old DNS names 2015-07-23 13:51:09 -07:00
fibre_channel support fibre channel volume 2015-09-18 19:15:31 -04:00
glusterfs Fix glusterfs example 2015-09-15 16:46:39 +02:00
guestbook Fix document link 2015-09-23 10:17:05 +08:00
guestbook-go Fix two broken codeblocks in Guestbook example 2015-09-01 12:17:44 +01:00
hazelcast add raw flag for GitHub download links 2015-09-07 17:43:09 -07:00
high-availability updating all references in .sh scripts 2015-08-12 14:41:59 -07:00
https-nginx Move pkg/util.Time to pkg/api/unversioned.Time 2015-09-17 17:51:27 -07:00
iscsi Fix trailing whitespace in all docs 2015-07-30 20:41:30 -04:00
javaee Fix minor error in Pod introduction 2015-09-23 16:08:09 +08:00
k8petstore [examples k8petstore] Fix nodeport impl 2015-09-15 11:33:12 -04:00
kubectl-container Better scary message 2015-07-17 09:28:49 -07:00
meteor Copy edits for typos 2015-08-09 14:18:06 -04:00
mysql-cinder-pd Cinder Volume Plugin 2015-08-30 19:56:27 -07:00
mysql-wordpress-pd add raw flag for GitHub download links 2015-09-07 17:43:09 -07:00
nfs Specify how to do NFS demo for other providers 2015-09-06 12:05:32 +00:00
nodesjs-mongodb Fix typos in nodesjs-mongodb example readme 2015-09-19 16:58:52 -04:00
openshift-origin Copy edits for typos 2015-08-09 14:18:06 -04:00
phabricator add raw flag for GitHub download links 2015-09-07 17:43:09 -07:00
rbd Fix trailing whitespace in all docs 2015-07-30 20:41:30 -04:00
redis Run gendocs 2015-07-17 15:35:43 -07:00
rethinkdb Fix the service printer to be a single line per service 2015-08-10 10:57:45 -07:00
sharing-clusters massive changes 2015-09-11 17:31:47 -07:00
spark Add image version to examples/spark 2015-08-14 19:52:26 +02:00
storm Fix the service printer to be a single line per service 2015-08-10 10:57:45 -07:00
vitess Add Vitess example for sharded MySQL in Kubernetes. 2015-09-25 14:50:17 -07:00
README.md Run gendocs 2015-07-17 15:35:43 -07:00
doc.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
examples_test.go Job and DaemonSet documentation. 2015-09-24 17:51:25 -07:00
pod kubectl resource builder: don't check extension for single files 2015-07-07 13:48:29 -07:00
scheduler-policy-config.json Example for policy config file for scheduler 2015-06-24 11:10:27 +08:00
simple-nginx.md Fix document link 2015-09-18 14:57:44 +08:00

README.md

WARNING WARNING WARNING WARNING WARNING

PLEASE NOTE: This document applies to the HEAD of the source tree

If you are using a released version of Kubernetes, you should refer to the docs that go with that version.

The latest 1.0.x release of this document can be found [here](http://releases.k8s.io/release-1.0/examples/README.md).

Documentation for other releases can be found at releases.k8s.io.

Kubernetes Examples: releases.k8s.io/HEAD

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

Analytics