Setup

Instructions for setting up a Kubernetes cluster.

Edit This Page

Installing Kubernetes On-premises/Cloud Providers with Kubespray

Overview

This quickstart helps to install a Kubernetes cluster hosted on GCE, Azure, OpenStack, AWS or Baremetal with Kubespray tool.

Kubespray is a composition of Ansible playbooks, inventory generation CLI tools and domain knowledge for generic OS/Kubernetes clusters configuration management tasks. It provides:

To choose a tool which fits your use case the best, you may want to read this comparison to kubeadm and kops.

Creating a cluster

(1/4) Ensure the underlay requirements are met

Checklist

(2/4) Compose the deployment

Checklist

(3/4) Run the deployment

Checklist

(4/4) (Optional) verify inter-pods connectivity and DNS resolve with Netchecker

Checklist

Explore contributed add-ons

See the list of contributed playbooks to explore other deployment options.

What’s next

Kubespray has quite a few marks on the radar.

Cleanup

To delete your scratch cluster, you can apply the reset role with the manual ansible-playbook command.

Note, that it is highly unrecommended to delete production clusters with the reset playbook!

Feedback

Analytics

Create an Issue Edit this Page