vagmi / kubernetes-experiments

Kubernetes automation and experiments with Terraform and Ansible.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repo explores creating a kubernetes cluster the hard way using terraform and ansible.

  • Setup a 3 node digital ocean cluster with terraform.
  • Create certificates with CFSSL
  • Install etcd on the three nodes with ansible
  • Install docker on the three nodes
  • Install kubernetes 1.10 on the three nodes having control plan on one node and configuring all the nodes as workers
  • Upgrade to kubenetes 1.11

About

Kubernetes automation and experiments with Terraform and Ansible.


Languages

Language:HCL 58.9%Language:Shell 41.1%