k3s/examples
Kubernetes Submit Queue 44f345f8ca Merge pull request #41412 from a-robinson/test
Automatic merge from submit-queue (batch tested with PRs 41216, 41362, 41275, 41277, 41412)

Fix statefulset e2e test

...by removing the liveness/readiness probes from the cockroachdb
manifests, as explained in
https://github.com/kubernetes/test-infra/issues/1740#issuecomment-279555187

@kow3ns @spxtr
2017-02-14 15:30:20 -08:00
..
apiserver remove duplication of RESTOptionsGetter for kube 2017-02-08 09:08:58 -05:00
cluster-dns fix kube-dns link in examples 2017-01-20 09:54:45 -06:00
cockroachdb Fix statefulset e2e test 2017-02-14 10:16:32 -05:00
elasticsearch Merge pull request #34894 from allancaffee/patch-1 2016-11-28 11:44:39 -08:00
explorer Always --pull in docker build to ensure recent base images 2017-01-10 16:21:05 -08:00
guestbook Updated the document links in examples/guestbook README. 2017-01-25 15:22:40 +08:00
guestbook-go Always --pull in docker build to ensure recent base images 2017-01-10 16:21:05 -08:00
https-nginx Correct import statements 2017-01-17 16:18:18 -05:00
javaee Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
javaweb-tomcat-sidecar Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
job Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
k8petstore Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
kubectl-container Always --pull in docker build to ensure recent base images 2017-01-10 16:21:05 -08:00
meteor Remove all MAINTAINER statements in the codebase as they aren't very useful and now deprecated 2016-12-17 20:34:10 +02:00
mysql-cinder-pd Fix typos and linted_packages sorting 2016-10-31 18:31:08 +01:00
mysql-wordpress-pd fix kube-dns link in examples 2017-01-20 09:54:45 -06:00
newrelic Update New Relic sample docs with dynamic hostname info 2017-01-03 13:45:11 -05:00
nodesjs-mongodb Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
oms Add OMS example 2017-01-06 11:36:18 -08:00
openshift-origin Replace uses of --config with --pod-manifest-path 2017-02-07 14:32:37 -08:00
persistent-volume-provisioning examples: PV docs clarify Azure storage account restriction 2017-02-03 13:04:59 -08:00
phabricator Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
podsecuritypolicy/rbac Remove a few versioned-warnings that snuck in, again 2016-11-18 13:28:46 -08:00
runtime-constraints Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
selenium Merge pull request #38183 from tianshapjq/remove-create-external-load-balancer 2017-02-07 11:33:41 -08:00
sharing-clusters Correct import statements 2017-01-17 16:18:18 -05:00
spark fix kube-dns link in examples 2017-01-20 09:54:45 -06:00
storage Upgrade Hazelcast example with the latest hazelcast-kubernetes-bootstrapper 0.7.0, using Deployments instead of Replication Controller. 2017-02-01 10:04:51 +01:00
storm Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
sysdig-cloud Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
volumes Add portals field to iscsi volume source to achieve multipathing. 2017-02-06 17:06:33 +05:30
BUILD generated: informer,client 2017-01-23 17:52:47 -05:00
OWNERS Updated top level owners file to match new format 2017-01-19 11:29:16 -08:00
README.md Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
doc.go
examples_test.go Upgrade Hazelcast example with the latest hazelcast-kubernetes-bootstrapper 0.7.0, using Deployments instead of Replication Controller. 2017-02-01 10:04:51 +01:00
guidelines.md Fix typos and linted_packages sorting 2016-10-31 18:31:08 +01:00
pod examples/pod: Revert the previous changes. 2016-09-13 15:09:25 -07:00
scheduler-policy-config-with-extender.json PodFitsPorts has been replaced by PodFitsHostPorts 2017-01-11 14:52:45 +08:00
scheduler-policy-config.json PodFitsPorts has been replaced by PodFitsHostPorts 2017-01-11 14:52:45 +08:00
simple-nginx.md Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00

README.md

Kubernetes Examples: releases.k8s.io/HEAD

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

Demonstrations of how to use specific Kubernetes features can be found in our documents.

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 Replication Controller, Service Beginner
WordPress WordPress with MySQL Deployment, Persistent Volume with Claim Beginner
Cassandra Cloud Native Cassandra Daemon Set Intermediate

Note: Please add examples to the list above that are maintained.

See Example Guidelines for a description of what goes in this directory, and what examples should contain.

Analytics