Provisioning a cluster from scratch with Docker and Kubernetes
This project aims to try each different way to provision a Kubernetes cluster from scratch. There are several ways to do it, more or less long. I'll start with the longest and tedious way, configuring every aspect of the cluster, and then reducing the difficulty using designed tools to provision a Kubernetes cluster. I'm going to split different techniques explanation across different docs.
-
Introduction:
-
The provisioning and building of the cluster is explained in decreasing difficulty across these files:
-
After the provisioning I'm going to create a sample WordPress website running in Docker containers: