Updating Ubuntu based instructions and upgrades

This commit is contained in:
Marco Ceppi
2017-05-02 07:59:24 -04:00
committed by Andrew Chen
parent e95cac7597
commit a5fa73e180
5 changed files with 46 additions and 15 deletions
+12 -4
View File
@@ -14,11 +14,11 @@ There are multiple ways to run a Kubernetes cluster with Ubuntu. These pages exp
- [The Canonical Distribution of Kubernetes](https://www.ubuntu.com/cloud/kubernetes)
Supports AWS, GCE, Azure, Joyent, OpenStack, Bare Metal and local workstation deployment.
Supports AWS, GCE, Azure, Joyent, OpenStack, VMWare, Bare Metal and localhost deployments.
### Quick Start
[conjure-up](http://conjure-up.io/) provides a quick way to deploy Kubernetes on multiple clouds and bare metal. It provides a user-friendly UI that prompts you for cloud credentials and configuration options:
[conjure-up](http://conjure-up.io/) 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:
@@ -27,6 +27,13 @@ sudo snap install conjure-up --classic
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:
@@ -48,11 +55,11 @@ These are more in-depth guides for users choosing to run Kubernetes in productio
## Developer Guides
- [Local development using LXD](/docs/getting-started-guides/ubuntu/local)
- [Localhost using LXD](/docs/getting-started-guides/ubuntu/local)
## Community Ubuntu Guides
- [Manual Installation](/docs/getting-started-guides/ubuntu/manual)
- [Calico Configuration](/docs/getting-started-guides/ubuntu/calico)
Please feel free to submit guides to this section.
@@ -62,6 +69,7 @@ We're normally following the following Slack channels:
- [sig-cluster-lifecycle](https://kubernetes.slack.com/messages/sig-cluster-lifecycle/)
- [sig-cluster-ops](https://kubernetes.slack.com/messages/sig-cluster-ops/)
- [sig-onprem](https://kubernetes.slack.com/messages/sig-onprem/)
and we monitor the Kubernetes mailing lists.
{% endcapture %}