Skip to content

Provisioning of a self managed K8S cluster with Terraform and Ansible (Dynamic Inventory) for configuration management on Azure

Notifications You must be signed in to change notification settings

moodyomar/selfmanaged-k8s-tf-az

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bare Metal K8S Cluster on Azure with Terraform and Ansible

Provisioning of a bare metal K8S cluster with Terraform on Azure

This code will provision a cluster with 2 nodes ( change the VM quantity in the variable.tf file if wanted )

Hit the following commands to start:

terraform init
terraform plan
terraform apply

Pay attention to the local_exec as it supposed to locally lunch X terminal windows on MacOS and ssh in each one of them to the VM.

About

Provisioning of a self managed K8S cluster with Terraform and Ansible (Dynamic Inventory) for configuration management on Azure

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages