Skip to content

This repo having all the details how to create kubernetes cluster over Azure using terraform

Notifications You must be signed in to change notification settings

nomansadiq11/Azure-Kubernetes-Terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure Create Kubernetes cluster using Terraform

This repo having all the details how to create kubernetes cluster over Azure using terraform.

Advance Networking

  • We need to have Virtual Network and 1 Subnet to assign private network to containers
  • We need to add agent_node_pool and specfic the details of subnet in that
  • Plugin will be use azure

Note:

Careful using default_node_pool vs agent_node_pool

Variables

Variable Value Description
resouce_group_name akscluster resouce group name
tag Dev/Stage Give tag name to resoues
location West Europe Location where resouces will be created

About

This repo having all the details how to create kubernetes cluster over Azure using terraform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages