github.com/enmand/kubernetes@v1.2.0-alpha.0/docs/getting-started-guides/coreos.md (about)

     1  <!-- BEGIN MUNGE: UNVERSIONED_WARNING -->
     2  
     3  <!-- BEGIN STRIP_FOR_RELEASE -->
     4  
     5  <img src="http://kubernetes.io/img/warning.png" alt="WARNING"
     6       width="25" height="25">
     7  <img src="http://kubernetes.io/img/warning.png" alt="WARNING"
     8       width="25" height="25">
     9  <img src="http://kubernetes.io/img/warning.png" alt="WARNING"
    10       width="25" height="25">
    11  <img src="http://kubernetes.io/img/warning.png" alt="WARNING"
    12       width="25" height="25">
    13  <img src="http://kubernetes.io/img/warning.png" alt="WARNING"
    14       width="25" height="25">
    15  
    16  <h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2>
    17  
    18  If you are using a released version of Kubernetes, you should
    19  refer to the docs that go with that version.
    20  
    21  <strong>
    22  The latest 1.0.x release of this document can be found
    23  [here](http://releases.k8s.io/release-1.0/docs/getting-started-guides/coreos.md).
    24  
    25  Documentation for other releases can be found at
    26  [releases.k8s.io](http://releases.k8s.io).
    27  </strong>
    28  --
    29  
    30  <!-- END STRIP_FOR_RELEASE -->
    31  
    32  <!-- END MUNGE: UNVERSIONED_WARNING -->
    33  
    34  ## Getting Started on [CoreOS](https://coreos.com)
    35  
    36  There are multiple guides on running Kubernetes with [CoreOS](https://coreos.com/kubernetes/docs/latest/):
    37  
    38  ### Official CoreOS Guides
    39  
    40  These guides are maintained by CoreOS and deploy Kubernetes the "CoreOS Way" with full TLS, the DNS add-on, and more. These guides pass Kubernetes conformance testing and we encourage you to [test this yourself](https://coreos.com/kubernetes/docs/latest/conformance-tests.html).
    41  
    42  [**Vagrant Multi-Node**](https://coreos.com/kubernetes/docs/latest/kubernetes-on-vagrant.html)
    43  
    44  Guide to setting up a multi-node cluster on Vagrant. The deployer can independently configure the number of etcd nodes, master nodes, and worker nodes to bring up a fully HA control plane.
    45  
    46  <hr/>
    47  
    48  [**Vagrant Single-Node**](https://coreos.com/kubernetes/docs/latest/kubernetes-on-vagrant-single.html)
    49  
    50  The quickest way to set up a Kubernetes development environment locally. As easy as `git clone`, `vagrant up` and configuring `kubectl`.
    51  
    52  <hr/>
    53  
    54  [**Full Step by Step Guide**](https://coreos.com/kubernetes/docs/latest/getting-started.html)
    55  
    56  A generic guide to setting up an HA cluster on any cloud or bare metal, with full TLS. Repeat the master or worker steps to configure more machines of that role.
    57  
    58  ### Community Guides
    59  
    60  These guides are maintained by community members, cover specific platforms and use cases, and experiment with different ways of configuring Kubernetes on CoreOS.
    61  
    62  [**Multi-node Cluster**](coreos/coreos_multinode_cluster.md)
    63  
    64  Set up a single master, multi-worker cluster on your choice of platform: AWS, GCE, or VMware Fusion.
    65  
    66  <hr/>
    67  
    68  [**Easy Multi-node Cluster on Google Compute Engine**](https://github.com/rimusz/coreos-multi-node-k8s-gce/blob/master/README.md)
    69  
    70  Scripted installation of a single master, multi-worker cluster on GCE. Kubernetes components are managed by [fleet](https://github.com/coreos/fleet).
    71  
    72  <hr/>
    73  
    74  [**Multi-node cluster using cloud-config and Weave on Vagrant**](https://github.com/errordeveloper/weave-demos/blob/master/poseidon/README.md)
    75  
    76  Configure a Vagrant-based cluster of 3 machines with networking provided by Weave.
    77  
    78  <hr/>
    79  
    80  [**Multi-node cluster using cloud-config and Vagrant**](https://github.com/pires/kubernetes-vagrant-coreos-cluster/blob/master/README.md)
    81  
    82  Configure a single master, multi-worker cluster locally, running on your choice of hypervisor: VirtualBox, Parallels, or VMware
    83  
    84  <hr/>
    85  
    86  [**Multi-node cluster with Vagrant and fleet units using a small OS X App**](https://github.com/rimusz/coreos-osx-gui-kubernetes-cluster/blob/master/README.md)
    87  
    88  Guide to running a single master, multi-worker cluster controlled by an OS X menubar application. Uses Vagrant under the hood.
    89  
    90  <hr/>
    91  
    92  [**Resizable multi-node cluster on Azure with Weave**](coreos/azure/README.md)
    93  
    94  Guide to running an HA etcd cluster with a single master on Azure. Uses the Azure node.js CLI to resize the cluster.
    95  
    96  <hr/>
    97  
    98  [**Multi-node cluster using cloud-config, CoreOS and VMware ESXi**](https://github.com/xavierbaude/VMware-coreos-multi-nodes-Kubernetes)
    99  
   100  Configure a single master, single worker cluster on VMware ESXi.
   101  
   102  <!-- BEGIN MUNGE: GENERATED_ANALYTICS -->
   103  [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/docs/getting-started-guides/coreos.md?pixel)]()
   104  <!-- END MUNGE: GENERATED_ANALYTICS -->