k3s/examples
Kubernetes Submit Queue e817594648 Merge pull request #35731 from janetkuo/statefulset-v1beta1
Automatic merge from submit-queue

Move Statefulset (previously PetSet) to v1beta1

**What this PR does / why we need it**: #28718

**Which issue this PR fixes** _(optional, in `fixes #<issue number>(, #<issue_number>, ...)` format, will close that issue when PR gets merged)_: fixes #

**Special notes for your reviewer**: depends on #35663 (PetSet rename)
cc @erictune @foxish @kubernetes/sig-apps 

**Release note**:

``` release-note
v1beta1/StatefulSet replaces v1alpha1/PetSet.
```
2016-11-03 02:46:57 -07:00
..
apiserver Make GenericApiServer.Run interruptable and fail on first listen 2016-11-01 09:50:56 +01:00
cluster-dns Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
cockroachdb Replace apps/v1alpha1 with apps/v1beta1 and manually remove generated apps/v1alpha1 files 2016-11-02 15:16:23 -07:00
elasticsearch Fix typos and linted_packages sorting 2016-10-31 18:31:08 +01:00
experimental/persistent-volume-provisioning Merge pull request #33656 from koep/typos 2016-11-02 07:25:16 +01:00
explorer Fix typos and linted_packages sorting 2016-10-31 18:31:08 +01:00
guestbook Fix typos and linted_packages sorting 2016-10-31 18:31:08 +01:00
guestbook-go Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
https-nginx Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02: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 Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
kubectl-container Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
meteor Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
mysql-cinder-pd Fix typos and linted_packages sorting 2016-10-31 18:31:08 +01:00
mysql-wordpress-pd Fix typos and linted_packages sorting 2016-10-31 18:31:08 +01:00
newrelic Fix typos and linted_packages sorting 2016-10-31 18:31:08 +01:00
nodesjs-mongodb Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
openshift-origin Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
phabricator Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
runtime-constraints Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
selenium Fix typos and linted_packages sorting 2016-10-31 18:31:08 +01:00
sharing-clusters Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
spark Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
storage (Auto-gen) Run hack/update-all & update-bazel & update linted packages 2016-11-02 15:16:41 -07: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 Remove a few versioned-warnings that snuck in 2016-11-02 14:21:40 -07:00
BUILD add genrule for test bindata 2016-10-24 18:00:08 -07:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00
README.md Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
examples_test.go Rename PetSet API to StatefulSet 2016-10-27 17:25:10 -07: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 Scheduler extension 2015-11-25 08:19:27 -08:00
scheduler-policy-config.json Ubernetes Lite: Volumes can dictate zone scheduling 2015-12-31 12:27:01 -05: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