From 097a6c4288d08775894090ccaf0c59e477252a81 Mon Sep 17 00:00:00 2001 From: Eric Tune Date: Wed, 28 Jan 2015 21:46:32 -0800 Subject: [PATCH] OS/IaaS/Cfg support matrix. --- docs/getting-started-guides/README.md | 31 +++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 docs/getting-started-guides/README.md diff --git a/docs/getting-started-guides/README.md b/docs/getting-started-guides/README.md new file mode 100644 index 00000000000..7d446f897a7 --- /dev/null +++ b/docs/getting-started-guides/README.md @@ -0,0 +1,31 @@ +IaaS Provider | Config. Mgmt | OS | Docs | Support Level | Notes +-------------- | ------------ | ------ | ---------------------------------------------------- | ---------------------------- | ----- +GCE | Saltstack | Debian | [docs](../../docs/getting-started-guides/gce.md) | Project | Tested with 0.9.2 by @satnam6502 +Vagrant | Saltstack | Fedora | [docs](../../docs/getting-started-guides/vagrant.md) | Project | +Vagrant | | Fedora | [docs](../../docs/getting-started-guides/fedora/fedora_manual_config.md) | Project | Uses K8s v0.5-8 +Vagrant | Ansible | Fedora | [docs](../../docs/getting-started-guides/fedora/fedora_ansible.md) | Project | Uses K8s v0.5-8 +GKE | | | [docs](https://cloud.google.com/container-engine) | Commercial | Uses K8s version 0.9.2 +AWS | CoreOS | CoreOS | [docs](../../docs/getting-started-guides/coreos.md) | Community | Uses K8s version 0.9.1 +GCE | CoreOS | CoreOS | [docs](../../docs/getting-started-guides/coreos.md) | Community (@kelseyhightower) | Uses K8s version 0.9.1 +Vagrant | CoreOS | CoreOS | [docs](../../docs/getting-started-guides/coreos.md) | Community (@pires) | Uses K8s version 0.9.1 +Vmware | | Debian | [docs](../../docs/getting-started-guides/vsphere.md) | Community (@pietern) | Uses K8s version 0.9.1 +AWS | Saltstack | Ubuntu | [docs](../../docs/getting-started-guides/aws.md) | Community (@justinsb) | Uses K8s version 0.5.0 +Vmware | CoreOS | CoreOS | [docs](../../docs/getting-started-guides/coreos.md) | Community (@kelseyhightower) | +Azure | Saltstack | Ubuntu | [docs](../../docs/getting-started-guides/azure.md) | Community (@jeffmendoza) | +Local | | | [docs](../../docs/getting-started-guides/locally.md) | Inactive | +Ovirt | | | [docs](../../docs/getting-started-guides/ovirt.md) | Inactive | +Rackspace | CoreOS | CoreOS | [docs](../../docs/getting-started-guides/rackspace.md) | Inactive | + +Definition of columns: + - **IaaS Provider** is who/what provides the virtual or physical machines (nodes) that Kubernetes runs on. + - **OS** is the base operating system of the nodes. + - **Config. Mgmt** is the configuration management system that helps install and maintain kubernetes software on the + nodes. + - Support Levels + - **Project**: Kubernetes Committers regularly use this configuration, so it usually works with the latest release + of Kubernetes. + - **Commercial**: A commercial offering with its own support arrangements. + - **Community**: Actively supported by community contributions. May not work with more recent releases of kubernetes. + - **Inactive**: No active maintainer. Not recommended for first-time K8s users, and may be deleted soon. + +