k3s/docs/getting-started-guides
Nikhil Jindal 4805aecff8 Merge pull request #5197 from erictune/coreos_fix_proxy
Kube-proxy to use apiserver instead of etcd in CoreOS getting-started-guide.
2015-03-10 10:55:37 -07:00
..
aws Fix CloudFormation too. 2015-03-09 17:52:05 -07:00
centos Update centos_manual_config.md 2015-02-23 23:17:46 +05:30
coreos Merge pull request #5197 from erictune/coreos_fix_proxy 2015-03-10 10:55:37 -07:00
fedora Update fedora_manual_config.md 2015-02-23 23:15:23 +05:30
README.md update getting-started-guided README 2015-03-06 10:52:28 +08:00
aws-coreos.md Upgraded CoreOS getting-started guides to v0.10.1. 2015-02-12 11:07:49 +00:00
aws.md Updated for relevancy with the latest release and added more supporting information 2015-02-05 20:21:38 -08:00
azure.md Revert "Revert "Deleting old sample JSON; moving those in use; updating referenc..." 2015-03-09 14:44:14 -07: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 doc: fix broken link 2015-02-02 18:12:32 -08:00
gce.md Revert "Revert "Deleting old sample JSON; moving those in use; updating referenc..." 2015-03-09 14:44:14 -07:00
juju.md Added the Juju substrates and test results to GettingStartedGuides/README.md 2015-03-03 11:59:36 -05:00
libvirt-coreos.md libvirt-coreos cluster provider 2015-02-19 12:44:35 +01:00
locally.md Revert "Revert "Deleting old sample JSON; moving those in use; updating referenc..." 2015-03-09 14:44:14 -07:00
logging.md standard config opt names: logging 2014-11-25 17:41:53 -08:00
pod.json Revert "Revert "Deleting old sample JSON; moving those in use; updating referenc..." 2015-03-09 14:44:14 -07:00
rackspace.md Add Rackspace to build/release.sh 2014-10-20 12:14:20 -05:00
ubuntu_multinodes_cluster.md Add cleanup function to make the build.sh more robust 2015-03-06 12:10:37 +08:00
ubuntu_single_node.md Remove kubecfg from all getting started docs. 2015-02-04 23:20:11 -08:00
vagrant.md Merge pull request #5077 from fabioy/doc-fixit 2015-03-05 22:51:56 -05:00
vsphere.md Use curl exclusively in vSphere deployment 2014-11-11 17:22:02 -08:00

README.md

IaaS Provider Config. Mgmt OS Networking Docs Support Level Notes
GCE Saltstack Debian GCE docs Project Tested with 0.9.2 by @satnam6502
Vagrant Saltstack Fedora OVS docs Project
Vagrant custom Fedora none docs Project Uses K8s v0.5-8
Vagrant Ansible Fedora flannel docs Project Uses K8s v0.5-8
GKE GCE docs Commercial Uses K8s version 0.9.2
AWS CoreOS CoreOS flannel docs Community Uses K8s version 0.11.0
GCE CoreOS CoreOS flannel docs Community (@kelseyhightower) Uses K8s version 0.11.0
Vagrant CoreOS CoreOS flannel docs Community (@pires) Uses K8s version 0.11.0
CloudStack Ansible CoreOS flannel docs Community (@sebgoa) Uses K8s version 0.9.1
Vmware Debian OVS docs Community (@pietern) Uses K8s version 0.9.1
AWS Saltstack Ubuntu OVS docs Community (@justinsb) Uses K8s version 0.5.0
Vmware CoreOS CoreOS flannel docs Community (@kelseyhightower)
Azure Saltstack Ubuntu OpenVPN docs Community (@jeffmendoza)
Bare-metal custom Ubuntu none docs Community (@jainvipin)
Bare-metal custom Ubuntu Cluster flannel docs Community (@resouer @WIZARD-CXY) use k8s version 0.12.0
Local none docs Inactive
Ovirt docs Inactive
Rackspace CoreOS CoreOS Rackspace docs Inactive
Bare-metal custom CentOS none docs Community(@coolsvap) Uses K8s v0.9.1
libvirt/KVM CoreOS CoreOS libvirt/KVM docs Community (@lhuard1A)
AWS Juju Ubuntu flannel docs Community ( @whit, @matt, @chuck ) Tested K8s v0.8.1
OpenStack/HPCloud Juju Ubuntu flannel docs Community ( @whit, @matt, @chuck ) Tested K8s v0.8.1
Joyent Juju Ubuntu flannel docs Community ( @whit, @matt, @chuck ) Tested K8s v0.8.1

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.
  • Networking is what implements the networking model. Those with networking type none may not support more than one node, or may support multiple VM nodes only in the same physical node.
  • 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.