2.4 KiB
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
Supports AWS, GCE, Azure, Joyent, OpenStack, Bare Metal and local workstation deployment.
Quick Start
conjure-up provides quick wasy to deploy Kubernetes on 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 apt-add-repository ppa:juju/stable
sudo apt-add-repository ppa:conjure-up/next
sudo apt update
sudo apt install conjure-up
conjure-up
Operational Guides
These are more in-depth guides for users choosing to run Kubernetes in production:
- Installation
- Validation
- Backups
- Upgrades
- Scaling
- Logging
- Monitoring
- Networking
- Security
- Storage
- Troubleshooting
- Decommissioning
- Glossary
Developer Guides
Community Ubuntu Guides
Please feel free to submit guides to this section.
Where to find us
We're normally following the following Slack channels:
and we monitor the Kubernetes mailing lists. {% endcapture %}
{% include templates/concept.md %}