website/_data/samples.yml

80 lines
3.4 KiB
YAML
Raw Normal View History

bigheader: "Samples"
abstract: "A collection of example applications that show how to use Kubernetes."
toc:
- title: Samples
path: /docs/samples/
2016-05-16 17:57:31 +00:00
- title: Storage / Database / KV
section:
- title: Apache Cassandra Database
2016-07-07 09:18:44 +00:00
path: https://github.com/kubernetes/kubernetes/tree/release-1.3/examples/cassandra
2016-05-16 17:57:31 +00:00
- title: Ceph
2016-07-07 09:18:44 +00:00
path: https://github.com/kubernetes/kubernetes/tree/release-1.3/examples/rbd/
2016-05-16 17:57:31 +00:00
- title: CephFS
2016-07-07 09:18:44 +00:00
path: https://github.com/kubernetes/kubernetes/tree/release-1.3/examples/cephfs/
2016-10-28 20:12:31 +00:00
- title: CockroachDB
path: https://github.com/kubernetes/kubernetes/tree/release-1.4/examples/cockroachdb/
2016-05-16 17:57:31 +00:00
- title: GlusterFS
2016-08-09 20:05:30 +00:00
path: https://github.com/kubernetes/kubernetes/tree/release-1.3/examples/glusterfs/
2016-05-16 17:57:31 +00:00
- title: Hazelcast
2016-07-07 09:18:44 +00:00
path: https://github.com/kubernetes/kubernetes/tree/release-1.3/examples/hazelcast
2016-05-16 17:57:31 +00:00
- title: iSCSI
2016-07-07 09:18:44 +00:00
path: https://github.com/kubernetes/kubernetes/tree/release-1.3/examples/iscsi/
2016-05-16 17:57:31 +00:00
- title: MySQL Galera
2016-07-07 09:18:44 +00:00
path: https://github.com/kubernetes/kubernetes/tree/release-1.3/examples/mysql-galera
2016-05-16 17:57:31 +00:00
- title: NFS
2016-07-07 09:18:44 +00:00
path: https://github.com/kubernetes/kubernetes/tree/release-1.3/examples/nfs/
2016-05-16 17:57:31 +00:00
- title: Redis
2016-07-07 09:18:44 +00:00
path: https://github.com/kubernetes/kubernetes/tree/release-1.3/examples/redis/
2016-05-16 17:57:31 +00:00
- title: RethinkDB
2016-07-07 09:18:44 +00:00
path: https://github.com/kubernetes/kubernetes/tree/release-1.3/examples/rethinkdb/
2016-05-16 17:57:31 +00:00
- title: Vitess
2016-07-07 09:18:44 +00:00
path: https://github.com/kubernetes/kubernetes/tree/release-1.3/examples/vitess/
2016-05-16 17:57:31 +00:00
- title: Big Data
section:
- title: Apache Spark
2016-07-07 09:18:44 +00:00
path: https://github.com/kubernetes/kubernetes/tree/release-1.3/examples/spark
- title: Apache Storm
2016-07-07 09:18:44 +00:00
path: https://github.com/kubernetes/kubernetes/tree/release-1.3/examples/storm
2016-05-16 17:57:31 +00:00
- title: Messaging / Queueing
section:
- title: Celery + RabbitMQ
2016-07-07 09:18:44 +00:00
path: https://github.com/kubernetes/kubernetes/tree/release-1.3/examples/celery-rabbitmq
- title: Hazelcast
2016-07-07 09:18:44 +00:00
path: https://github.com/kubernetes/kubernetes/tree/release-1.3/examples/hazelcast
2016-05-16 17:57:31 +00:00
- title: Miscellaneous
section:
- title: Meteor Applications
2016-07-07 09:18:44 +00:00
path: https://github.com/kubernetes/kubernetes/tree/release-1.3/examples/meteor/
- title: OpenShift Origin
2016-07-07 09:18:44 +00:00
path: https://github.com/kubernetes/kubernetes/tree/release-1.3/examples/openshift-origin/
2016-05-16 17:57:31 +00:00
- title: Selenium
2016-07-07 09:18:44 +00:00
path: https://github.com/kubernetes/kubernetes/tree/release-1.3/examples/selenium/
2016-05-16 17:57:31 +00:00
- title: Monitoring and Logging
section:
- title: Elasticsearch
path: https://github.com/kubernetes/kubernetes/tree/release-1.3/examples/elasticsearch/
2016-05-16 17:57:31 +00:00
- title: NewRelic
2016-07-07 09:18:44 +00:00
path: https://github.com/kubernetes/kubernetes/tree/release-1.3/examples/newrelic
2016-05-16 17:57:31 +00:00
- title: Multi-tier Applications
section:
- title: Guestbook - Go Server
2016-07-07 09:18:44 +00:00
path: https://github.com/kubernetes/kubernetes/tree/release-1.3/examples/guestbook-go/
- title: GuestBook - PHP Server
2016-07-07 09:18:44 +00:00
path: https://github.com/kubernetes/kubernetes/tree/release-1.3/examples/guestbook/
2016-05-16 17:57:31 +00:00
- title: MEAN stack on Google Cloud Platform
path: /docs/getting-started-guides/meanstack/
- title: MySQL + Wordpress
2016-07-07 09:18:44 +00:00
path: https://github.com/kubernetes/kubernetes/tree/release-1.3/examples/mysql-wordpress-pd/
2016-05-16 17:57:31 +00:00
- title: MySQL + Phabricator Server
2016-07-07 09:18:44 +00:00
path: https://github.com/kubernetes/kubernetes/tree/release-1.3/examples/phabricator/
2016-05-16 17:57:31 +00:00
- title: Nodejs + Mongo
2016-07-07 09:18:44 +00:00
path: https://github.com/kubernetes/kubernetes/tree/release-1.3/examples/nodesjs-mongodb
2016-05-16 17:57:31 +00:00
- title: Petstore
2016-07-07 09:18:44 +00:00
path: https://github.com/kubernetes/kubernetes/tree/release-1.3/examples/k8petstore/