k3s/examples
k8s-merge-robot 6035d88881 Merge pull request #27277 from wojtek-t/cacher_index
Automatic merge from submit-queue

Implement first version of indexing in cacher

This PR adds a first version of indexing in cacher.

It has a really significant impact on performance - __in empty 2000-node cluster, apiserver cpu usage drops by ~75%.__

Not for 1.3, but we need this soon after 1.3 is done.

@lavalamp @mqliang @davidopp @gmarek @kubernetes/sig-scalability
2016-07-13 02:45:23 -07:00
..
apiserver Extend Filter interface with Trigger() and use it for pods and nodes 2016-07-13 08:45:18 +02:00
blog-logging Updated docs and examples for release-1.3. 2016-06-13 12:24:34 -07:00
celery-rabbitmq Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
cluster-dns Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
elasticsearch Updated docs and examples for release-1.3. 2016-06-13 12:24:34 -07:00
experimental/persistent-volume-provisioning Updated docs and examples for release-1.3. 2016-06-13 12:24:34 -07:00
explorer Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
guestbook Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
guestbook-go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
https-nginx Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
javaee Updated docs and examples for release-1.3. 2016-06-13 12:24:34 -07:00
javaweb-tomcat-sidecar Updated docs and examples for release-1.3. 2016-06-13 12:24:34 -07:00
job Consolidated examples into storage/ and volume/ folders 2016-07-08 13:34:32 -07:00
k8petstore Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
kubectl-container Use make as the main build tool 2016-07-12 21:52:00 -07:00
meteor Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
mysql-cinder-pd Updated docs and examples for release-1.3. 2016-06-13 12:24:34 -07:00
mysql-wordpress-pd Updated docs and examples for release-1.3. 2016-06-13 12:24:34 -07:00
newrelic Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
nodesjs-mongodb Updated docs and examples for release-1.3. 2016-06-13 12:24:34 -07:00
openshift-origin Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
phabricator Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
runtime-constraints Updated docs and examples for release-1.3. 2016-06-13 12:24:34 -07:00
selenium Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
sharing-clusters Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
spark Merge pull request #28703 from mulloymorrow/patch-4 2016-07-12 09:16:55 -07:00
storage Consolidated examples into storage/ and volume/ folders 2016-07-08 13:34:32 -07:00
storm Updated docs and examples for release-1.3. 2016-06-13 12:24:34 -07:00
volumes Removed invalid value 2016-07-11 15:29:26 +01:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00
README.md Consolidated examples into storage/ and volume/ folders 2016-07-08 13:34:32 -07:00
doc.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
examples_test.go Consolidated examples into storage/ and volume/ folders 2016-07-08 13:34:32 -07:00
guidelines.md Updated docs and examples for release-1.3. 2016-06-13 12:24:34 -07:00
pod kubectl resource builder: don't check extension for single files 2015-07-07 13:48:29 -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 Updated docs and examples for release-1.3. 2016-06-13 12:24:34 -07: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 release of this document can be found [here](http://releases.k8s.io/release-1.3/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 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