k3s/examples
Anastasis Andronidis 697e07f864 Correctly parse multiple resources from files
Refactored how files, directories and stdin are handled. Every file must pass
through the FileVisitor and then streamed through StreamVisitor. FileVisitor
takes care of opening/closing files and StreamVisitor is parsing multiple
resources.
2015-06-29 23:11:46 +02:00
..
aws_ebs Create an example pod for AWS EBS 2015-06-16 10:53:35 -04:00
blog-logging Merge pull request #9810 from satnam6502/logging-diagrams 2015-06-23 11:08:56 -07:00
cassandra update examples/cassandra kubectl output to the latest version 2015-06-21 15:38:53 -07:00
celery-rabbitmq Merge pull request #9508 from caesarxuchao/celery-example-v1 2015-06-11 10:57:40 -07:00
cluster-dns tldr for dns example; rename log to logs 2015-06-25 10:56:45 +02:00
downward-api Add link to downward api in downward example 2015-06-27 11:49:33 +02:00
elasticsearch Replaced (or defined first instance of) GKE/GCE with Google Container Engine/Google Compute Engine 2015-06-26 13:30:41 -07:00
environment-guide s/gcloud preview docker/gcloud docker/ 2015-06-18 12:27:08 -07:00
explorer s/gcloud preview docker/gcloud docker/ 2015-06-18 12:27:08 -07:00
glusterfs update examples/glusterfs to v1 2015-06-09 16:06:14 -07:00
guestbook Replaced (or defined first instance of) GKE/GCE with Google Container Engine/Google Compute Engine 2015-06-26 13:30:41 -07:00
guestbook-go Update guestbook-go example 2015-06-24 15:36:15 -07:00
hazelcast tldr for dns example; rename log to logs 2015-06-25 10:56:45 +02:00
iscsi Replaced (or defined first instance of) GKE/GCE with Google Container Engine/Google Compute Engine 2015-06-26 13:30:41 -07:00
k8petstore make the nodeport scipt work for local cluster 2015-06-12 17:06:53 -07:00
kubectl-container s/gcloud preview docker/gcloud docker/ 2015-06-18 12:27:08 -07:00
kubernetes-namespaces Update examples/kubernetes-namespaces to v1 2015-06-10 11:38:31 -07:00
limitrange update examples/limitrange to v1 2015-06-10 12:44:22 -07:00
liveness Updated output for examples/liveness 2015-06-28 14:02:17 +02:00
logging-demo remove reference to v1beta3 in logging-demo 2015-06-18 09:13:33 -07:00
meteor Replaced (or defined first instance of) GKE/GCE with Google Container Engine/Google Compute Engine 2015-06-26 13:30:41 -07:00
mysql-wordpress-pd Replaced (or defined first instance of) GKE/GCE with Google Container Engine/Google Compute Engine 2015-06-26 13:30:41 -07:00
nfs nfs example: Fix document root in comment 2015-06-12 14:03:23 -04:00
node-selection update examples/node-selection to v1 2015-06-10 16:18:38 -07:00
openshift-origin Merge pull request #9965 from stevekuznetsov/skuznets/allow-https 2015-06-26 10:43:37 -07:00
persistent-volumes Replaced (or defined first instance of) GKE/GCE with Google Container Engine/Google Compute Engine 2015-06-26 13:30:41 -07:00
phabricator tldr for dns example; rename log to logs 2015-06-25 10:56:45 +02:00
rbd Change rbd example to use v1 2015-06-11 10:37:06 -07:00
redis Lower cpu requirements in examples (from 1 to 0.5) 2015-06-17 11:39:33 +02:00
resourcequota Change resource quota example to use v1 2015-06-10 15:06:57 -07:00
rethinkdb Replaced (or defined first instance of) GKE/GCE with Google Container Engine/Google Compute Engine 2015-06-26 13:30:41 -07:00
secrets Link and kubectl describe in examples/secret 2015-06-28 13:31:01 +02:00
spark Change spark example to use v1 2015-06-10 13:57:17 -07:00
storm Update storm example to use v1 2015-06-12 11:14:34 -07:00
update-demo Hint for running kubectl proxy in examples/update-demo + updated outputs 2015-06-29 16:41:49 +02:00
walkthrough Qualified all references to "controller" so that references to "replication controller" are clear. fixes #9404 2015-06-17 08:48:59 -07:00
README.md Add links to 0.19.0 2015-06-12 16:04:01 -07:00
doc.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
examples_test.go Correctly parse multiple resources from files 2015-06-29 23:11:46 +02:00
multi-pod.yaml Correctly parse multiple resources from files 2015-06-29 23:11:46 +02:00
pod.yaml update the single files in examples/ to v1 2015-06-10 16:31:47 -07:00
replication.yaml update the single files in examples/ to v1 2015-06-10 16:31:47 -07:00
scheduler-policy-config.json Example for policy config file for scheduler 2015-06-24 11:10:27 +08:00
simple-nginx.md Added explanation about firewall and external IP to nginx example. 2015-06-09 09:16:44 -07:00
simple-yaml.md update the single files in examples/ to v1 2015-06-10 16:31:47 -07:00

README.md

Examples

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

Note This documentation is current for HEAD.

Examples for previous releases is available in their respective branches:

Analytics