k3s/examples
Christian Stewart a57510a455
Add NewRelic system monitor DaemonSet example
Adds an example using DaemonSets to distribute the NewRelic worker onto all nodes in a k8s cluster.

Signed-off-by: Christian Stewart <christian@paral.in>
2015-11-02 00:15:47 -05: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 fix typo of cassandra example 2015-10-13 16:26:40 +08:00
celery-rabbitmq Update celery-rabbitmq example according to config best practices 2015-09-30 16:53:21 +08:00
cephfs Update cephfs example according to config best practices 2015-09-28 20:03:06 +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
explorer Update pod.yaml 2015-10-06 15:22:49 +08:00
extensions Horizontal pod autoscaling example moved to user guide. 2015-10-23 18:49:20 +02:00
fibre_channel support fibre channel volume 2015-09-18 19:15:31 -04:00
flocker Add flocker volume plugin 2015-10-01 01:10:00 +01: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 some errors in guestbook-go 2015-10-22 14:33:44 +00: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 install the legacy v1 API for make_secret.go in http-nginx example 2015-09-25 10:24:38 -07:00
iscsi Fix extraneous entries in iscsi path format 2015-10-13 10:08:52 -07:00
javaee Fix minor error in Pod introduction 2015-09-23 16:08:09 +08:00
javaweb-tomcat-sidecar Fix wrong tail -f command 2015-10-15 07:31:21 +00:00
k8petstore Cleaning/Updating k8petstore dev tooling and build fixing, moving webserver to 2015-10-12 08:31:30 -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-galera Added Galera example to kubernetes. (post review) 2015-10-02 18:55:09 +00:00
mysql-wordpress-pd add raw flag for GitHub download links 2015-09-07 17:43:09 -07:00
newrelic Add NewRelic system monitor DaemonSet example 2015-11-02 00:15:47 -05:00
nfs Fix volumes/test/nfs: Needs to run insecure to allow container connections 2015-10-27 16:58:04 -07: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 Fix phabricator example 2015-09-29 14:56:16 +02:00
rbd rbd: don't use /dev/rbd/pool/image; use sysfs to find rbd device instead 2015-09-29 10:13:01 -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
runtime-constraints Add an example demonstrating runtime constraints 2015-09-29 11:29:13 -04:00
selenium Ran document cleanup script, changed flags to be consistent. 2015-10-08 16:49:37 -07:00
sharing-clusters massive changes 2015-09-11 17:31:47 -07:00
spark Spark: Add liveness probes for master/worker 2015-10-29 05:59:31 -07:00
storm Fix the service printer to be a single line per service 2015-08-10 10:57:45 -07:00
vitess examples/vitess: Update for Vitess v2.0.0-alpha3 2015-10-03 13:58:14 -07:00
README.md Clarify what belongs in examples vs. docs. 2015-10-14 20:10:52 +00:00
doc.go
examples_test.go Merge pull request #16320 from zmerlynn/spark-rcs 2015-10-29 01:42:31 -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 Use kubectl delete to replace stop in an example 2015-09-28 10:54:43 +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 examples of how to run real applications with Kubernetes.

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

Analytics