Skip to content
Patrick Jusic edited this page May 24, 2018 · 4 revisions

kubeproject

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.

  • 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 application running in Docker containers:

    • containerizing-the-app
  • Deploying of the application and configuration of logging and monitoring addons via different ways:

    • deploying-from-scratch
    • deploying-with-helm-charts
Clone this wiki locally