k3s/docs/getting-started-guides
Brian Grant 786b59427d Merge pull request #11400 from lavalamp/munger
Add absolute path link checking to munger
2015-07-16 22:50:14 -07:00
..
aws Updating AWS sample cloud-configs to use 0.19.3, using kube-register 0.0.4 2015-07-16 09:54:38 -04:00
centos Run gendocs 2015-07-14 17:28:47 -07:00
coreos Add munger to verify kubectl -f targets, fix docs 2015-07-16 15:39:45 -07:00
docker-multinode Run gendocs 2015-07-14 17:28:47 -07:00
fedora Add munger to verify kubectl -f targets, fix docs 2015-07-16 15:39:45 -07:00
mesos Getting started guide for Mesos on GCP. 2015-04-01 14:52:02 -07:00
rkt Run gendocs 2015-07-14 17:28:47 -07:00
README.md Use a reference style link. 2015-07-15 10:47:25 -07:00
all-lines.png Update logging docs 2015-06-23 11:28:34 -07:00
aws-coreos.md Merge pull request #11350 from thockin/munge-check-kubectl-dash-f 2015-07-16 22:46:37 -07:00
aws.md Merge pull request #11400 from lavalamp/munger 2015-07-16 22:50:14 -07:00
azure.md populate the instructions on installing kubectl in getting-started-guides 2015-07-16 15:20:55 -07:00
bigquery-logging.png Update logging docs 2015-06-23 11:28:34 -07:00
binary_release.md Run gendocs 2015-07-14 17:28:47 -07:00
cloud-logging-console.png Update logging docs 2015-06-23 11:28:34 -07:00
cloudstack.md (mostly) auto fixed links 2015-07-16 16:28:18 -07:00
coreos.md Run gendocs 2015-07-14 17:28:47 -07:00
docker-multinode.md Run gendocs 2015-07-14 17:28:47 -07:00
docker.md Run gendocs 2015-07-14 17:28:47 -07:00
es-browser.png Documentation for logging with Elasticsearch and Kibana 2015-06-23 14:02:24 -07:00
gce.md Run gendocs 2015-07-14 17:28:47 -07:00
juju.md populate the instructions on installing kubectl in getting-started-guides 2015-07-16 15:20:55 -07:00
k8s-docker.png Add a Docker multi-node setup. 2015-04-07 21:22:33 -07:00
k8s-singlenode-docker.png Add a Docker multi-node setup. 2015-04-07 21:22:33 -07:00
kibana-logs.png Documentation for logging with Elasticsearch and Kibana 2015-06-23 14:02:24 -07:00
libvirt-coreos.md Run gendocs 2015-07-14 17:28:47 -07:00
locally.md (mostly) auto fixed links 2015-07-16 16:28:18 -07:00
logging-elasticsearch.md Run gendocs 2015-07-14 17:28:47 -07:00
logging.md Add munger to verify kubectl -f targets, fix docs 2015-07-16 15:39:45 -07:00
mesos.md Merge pull request #11350 from thockin/munge-check-kubectl-dash-f 2015-07-16 22:46:37 -07:00
ovirt.md Run gendocs 2015-07-14 17:28:47 -07:00
rackspace.md (mostly) auto fixed links 2015-07-16 16:28:18 -07:00
scratch.md Merge pull request #11400 from lavalamp/munger 2015-07-16 22:50:14 -07:00
ubuntu.md fix wrong cluster domain in ubuntu docs 2015-07-15 17:38:07 -07:00
vagrant.md Run gendocs 2015-07-14 17:28:47 -07:00
vsphere.md Run gendocs 2015-07-14 17:28:47 -07:00

README.md

WARNING WARNING WARNING

PLEASE NOTE: This document applies to the HEAD of the source tree only. If you are using a released version of Kubernetes, you almost certainly want the docs that go with that version.

Documentation for specific releases can be found at releases.k8s.io.

WARNING WARNING WARNING

If you are not sure what OSes and infrastructure is supported, the table below lists all the combinations which have been tested recently.

For the easiest "kick the tires" experience, please try the local docker guide.

If you are considering contributing a new guide, please read the guidelines.

IaaS Provider Config. Mgmt OS Networking Docs Conforms Support Level
GKE GCE docs Commercial
Vagrant Saltstack Fedora OVS docs Project
GCE Saltstack Debian GCE docs Project
Azure CoreOS CoreOS Weave docs Community (@errordeveloper, @squillace, @chanezon, @crossorigin)
Docker Single Node custom N/A local docs Project (@brendandburns)
Docker Multi Node Flannel N/A local docs Project (@brendandburns)
Bare-metal Ansible Fedora flannel docs Project
Bare-metal custom Fedora none docs Project
Bare-metal custom Fedora flannel docs Community (@aveshagarwal)
libvirt custom Fedora flannel docs Community (@aveshagarwal)
KVM custom Fedora flannel docs Community (@aveshagarwal)
Mesos/GCE docs Community (@jdef)
AWS CoreOS CoreOS flannel docs Community
GCE CoreOS CoreOS flannel docs Community @pires
Vagrant CoreOS CoreOS flannel docs Community ( @pires, @AntonioMeireles )
Bare-metal (Offline) CoreOS CoreOS flannel docs Community(@jeffbean)
CloudStack Ansible CoreOS flannel docs Community (@runseb)
Vmware Debian OVS docs Community (@pietern)
Bare-metal custom CentOS none docs Community(@coolsvap)
AWS Juju Ubuntu flannel docs Community ( @whit, @matt, @chuck )
OpenStack/HPCloud Juju Ubuntu flannel docs Community ( @whit, @matt, @chuck )
Joyent Juju Ubuntu flannel docs Community ( @whit, @matt, @chuck )
AWS Saltstack Ubuntu OVS docs Community (@justinsb)
Vmware CoreOS CoreOS flannel docs Community (@kelseyhightower)
Azure Saltstack Ubuntu OpenVPN docs Community
Bare-metal custom Ubuntu flannel docs Community (@resouer @WIZARD-CXY)
Local none docs Community (@preillyme)
libvirt/KVM CoreOS CoreOS libvirt/KVM docs Community (@lhuard1A)
oVirt docs Community (@simon3z)
Rackspace CoreOS CoreOS flannel docs Community (@doublerr)

Don't see anything above that meets your needs? See our Getting Started from Scratch guide.

Note: The above table is ordered by version test/used in notes followed by support level.

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.
  • Conformance indicates whether a cluster created with this configuration has passed the project's conformance tests for supporting the API and base features of Kubernetes v1.0.0.
  • 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.
  • Notes is relevant information such as version k8s used.

Analytics