website/_data/samples.yml

80 lines
3.5 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-03-07 12:09:02 +00:00
path: https://github.com/kubernetes/kubernetes/tree/release-1.2/examples/cassandra
2016-05-16 17:57:31 +00:00
- title: Ceph
path: https://github.com/kubernetes/kubernetes/tree/release-1.2/examples/rbd/
- title: CephFS
path: https://github.com/kubernetes/kubernetes/tree/release-1.2/examples/cephfs/
- title: GlusterFS
path: /https://github.com/kubernetes/kubernetes/tree/release-1.2/examples/glusterfs/
- title: Hazelcast
path: https://github.com/kubernetes/kubernetes/tree/release-1.2/examples/hazelcast
- title: iSCSI
path: https://github.com/kubernetes/kubernetes/tree/release-1.2/examples/iscsi/
- title: MySQL Galera
path: https://github.com/kubernetes/kubernetes/tree/release-1.2/examples/mysql-galera
- title: NFS
path: https://github.com/kubernetes/kubernetes/tree/release-1.2/examples/nfs/
- title: Redis
path: https://github.com/kubernetes/kubernetes/tree/release-1.2/examples/redis/
- title: RethinkDB
path: https://github.com/kubernetes/kubernetes/tree/release-1.2/examples/rethinkdb/
- title: Vitess
path: https://github.com/kubernetes/kubernetes/tree/release-1.2/examples/vitess/
- title: Big Data
section:
- title: Apache Spark
2016-03-07 12:09:02 +00:00
path: https://github.com/kubernetes/kubernetes/tree/release-1.2/examples/spark
- title: Apache Storm
2016-03-07 12:09:02 +00:00
path: https://github.com/kubernetes/kubernetes/tree/release-1.2/examples/storm
2016-05-16 17:57:31 +00:00
- title: Messaging / Queueing
section:
- title: Celery + RabbitMQ
2016-03-07 12:09:02 +00:00
path: https://github.com/kubernetes/kubernetes/tree/release-1.2/examples/celery-rabbitmq
- title: Hazelcast
2016-03-07 12:09:02 +00:00
path: https://github.com/kubernetes/kubernetes/tree/release-1.2/examples/hazelcast
2016-05-16 17:57:31 +00:00
- title: Miscellaneous
section:
- title: Meteor Applications
2016-03-07 12:09:02 +00:00
path: https://github.com/kubernetes/kubernetes/tree/release-1.2/examples/meteor/
- title: Elasticsearch
2016-03-07 12:09:02 +00:00
path: https://github.com/kubernetes/kubernetes/tree/release-1.2/examples/elasticsearch/
- title: OpenShift Origin
2016-03-07 12:09:02 +00:00
path: https://github.com/kubernetes/kubernetes/tree/release-1.2/examples/openshift-origin/
2016-05-16 17:57:31 +00:00
- title: Selenium
path: https://github.com/kubernetes/kubernetes/tree/release-1.2/examples/selenium/
2016-05-16 17:57:31 +00:00
- title: Monitoring and Logging
section:
2016-05-16 17:57:31 +00:00
- title: Elasticsearch/Kibana Logging Demonstration
path: https://github.com/kubernetes/kubernetes/tree/release-1.2/examples/logging-demo/
- title: NewRelic
path: https://github.com/kubernetes/kubernetes/tree/release-1.2/examples/newrelic
2016-05-16 17:57:31 +00:00
- title: Multi-tier Applications
section:
- title: Guestbook - Go Server
2016-03-07 12:09:02 +00:00
path: https://github.com/kubernetes/kubernetes/tree/release-1.2/examples/guestbook-go/
- title: GuestBook - PHP Server
2016-03-07 12:09:02 +00:00
path: https://github.com/kubernetes/kubernetes/tree/release-1.2/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
path: https://github.com/kubernetes/kubernetes/tree/release-1.2/examples/mysql-wordpress-pd/
- title: MySQL + Phabricator Server
2016-03-07 12:09:02 +00:00
path: https://github.com/kubernetes/kubernetes/tree/release-1.2/examples/phabricator/
2016-05-16 17:57:31 +00:00
- title: Nodejs + Mongo
path: https://github.com/kubernetes/kubernetes/tree/release-1.2/examples/nodesjs-mongodb
- title: Petstore
path: https://github.com/kubernetes/kubernetes/tree/release-1.2/examples/k8spetstore/