Files
Venil Noronha 41c9f9aa8f Updates documentation pertaining to VMware (#7661)
* Adds 301 redirection for /docs/getting-started-guides/vsphere/ to
  https://vmware.github.io/vsphere-storage-for-kubernetes/documentation/

* Updates hyperlinks from /docs/getting-started-guides/vsphere/ to
  https://vmware.github.io/vsphere-storage-for-kubernetes/documentation/

* Updates solution table entries for VMware vSphere

* Fixes typos i.e. VMWare/Vmware -> VMware
2018-03-06 21:26:53 -08:00

2.8 KiB

title
title
Kubernetes on Ubuntu

{% capture overview %} There are multiple ways to run a Kubernetes cluster with Ubuntu. These pages explain how to deploy Kubernetes on Ubuntu on multiple public and private clouds, as well as bare metal. {% endcapture %}

{% capture body %}

Official Ubuntu Guides

The latest version of Kubernetes with upstream binaries. Supports AWS, GCE, Azure, Joyent, OpenStack, VMware, Bare Metal and localhost deployments.

Quick Start

conjure-up provides the quickest way to deploy Kubernetes on Ubuntu for multiple clouds and bare metal. It provides a user-friendly UI that prompts you for cloud credentials and configuration options

Available for Ubuntu 16.04 and newer:

sudo snap install conjure-up --classic
# re-login may be required at that point if you just installed snap utility
conjure-up kubernetes

As well as Homebrew for macOS:

brew install conjure-up
conjure-up kubernetes

Operational Guides

These are more in-depth guides for users choosing to run Kubernetes in production:

Third-party Product Integrations

Developer Guides

Where to find us

We're normally following the following Slack channels:

and we monitor the Kubernetes mailing lists. {% endcapture %}

{% include templates/concept.md %}