k3s/docs/getting-started-guides
Brendan Burns 346c749ba9 Merge pull request #4012 from rimusz/master
Another link for multi-node vagrant cluster on Mac
2015-02-02 10:50:07 -08:00
..
aws Update the AWS configs to handle VPC 2015-01-27 13:33:57 -08:00
coreos Updated Kubernetes version in CoreOS related files. 2015-01-27 09:35:36 +00:00
fedora Merge pull request #3149 from adimania/master 2014-12-29 09:49:01 -08:00
README.md ansible playbook for cloudstack 2015-02-02 06:16:46 -05:00
aws-coreos.md Updated Kubernetes version in AWS CoreOS related files. 2015-01-27 09:33:13 +00:00
aws.md Update the aws docs with a pointer to instance profile and roles. 2014-12-19 15:28:29 -08:00
azure.md Added link to boot2docker 2015-01-11 09:46:41 -08:00
binary_release.md Point our docs at the releases page 2014-11-13 22:22:35 -08:00
cloudstack.md ansible playbook for cloudstack 2015-02-02 06:16:46 -05:00
coreos.md Setup Multi-node Cluster on GCE in an easy way from OS X 2015-02-01 20:42:41 +00:00
gce.md Use kubectl in GCE getting started guide 2014-12-04 10:29:30 -08:00
locally.md Remove unnecessary 'sudo' 2014-12-22 14:59:06 +01:00
logging.md standard config opt names: logging 2014-11-25 17:41:53 -08:00
rackspace.md Add Rackspace to build/release.sh 2014-10-20 12:14:20 -05:00
ubuntu_single_node.md Fix typos in ubuntu_single_node.md 2015-01-28 07:16:15 -08:00
vagrant.md Update instructions for running Vagrant e2e 2015-01-15 09:12:20 -08:00
vsphere.md Use curl exclusively in vSphere deployment 2014-11-11 17:22:02 -08:00

README.md

IaaS Provider Config. Mgmt OS Docs Support Level Notes
GCE Saltstack Debian docs Project Tested with 0.9.2 by @satnam6502
Vagrant Saltstack Fedora docs Project
Vagrant Fedora docs Project Uses K8s v0.5-8
Vagrant Ansible Fedora docs Project Uses K8s v0.5-8
GKE docs Commercial Uses K8s version 0.9.2
AWS CoreOS CoreOS docs Community Uses K8s version 0.9.1
GCE CoreOS CoreOS docs Community (@kelseyhightower) Uses K8s version 0.9.1
Vagrant CoreOS CoreOS docs Community (@pires) Uses K8s version 0.9.1
CloudStack Ansible CoreOS docs Community (@sebgoa) Uses K8s version 0.9.1
Vmware Debian docs Community (@pietern) Uses K8s version 0.9.1
AWS Saltstack Ubuntu docs Community (@justinsb) Uses K8s version 0.5.0
Vmware CoreOS CoreOS docs Community (@kelseyhightower)
Azure Saltstack Ubuntu docs Community (@jeffmendoza)
Local docs Inactive
Ovirt docs Inactive
Rackspace CoreOS CoreOS docs 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.