Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.77 KB

File metadata and controls

25 lines (17 loc) · 1.77 KB

Kubernetes-Deployments-and-Add-ons

This project is to share different ways and methods of deploying kubernetes cluster, deployments and add-ons. This is NOT for people who are looking to learn kubernetes the hard way. You can check out my other project to build kubernetes-the-hard-way-on-azure.

In this project I have used Microsoft Azure to provision the required infrastructure.

Client Tools

In this project I will be using MobaXterm to run the Azure CLI. Follow the documentation to Install Azure CLI on Windows.

MobaXterm has local terminal features that allow to run Unix commands on your local Windows computer Start Local Terminal

In order to quickly provision infra, I have shared Terraform script which can quickly launch VMs on Azure cloud. Most of the environments would be three machine cluster unless there is a requirement in design for HA.

Deployments