Quickstart - Creating a Kubernetes Cluster with Ansible | Ubuntu (18.04), Ansible, and Kubernetes
Quickstart - Creating a Kubernetes Cluster with Ansible | Ubuntu (18.04), Ansible, and Kubernetes
Background
This post is inspired by this tutorial. The comments toward the bottom of that page mention some improvements to be made to the Ansible Plays.
The purpose of this Repo is to put all of those ansible files in the same place, with some changes made (including those mentioned in the comments of that tutorial) for the purposes of creating a Kubernetes
cluster .
Setup
You should…
- Read the tutorial mentioned above.
- Be able to
ssh
with keys into all of the servers you’re using. - Have Ansible installed on your local machine (
apt install ansible
).
Repo
https://gitlab.com/chicken231/ubuntu-kubernetes-ansible