Skip to content

appdevgbb/pattern-private-cluster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pattern - Sample deployment of a private AKS cluster

This is a demo repo to deploy a private Azure Kubernetes Service cluster.

Topology:

  • Private Cluster
  • Kubenet
  • Calico
  • User Defined Routes
  • Hub-Spoke Topology
  • Jumpbox
  • Azure Firewall

Steps to run this demo

To install the full solution:

  1. Run:
cd default
terraform init
terraform plan
terraform apply
  1. Get the KUBECONFIG for the cluster and copy it into the jumpbox
terraform output -raw kubeconfig > config

You can retrieve the ssh user and fqdn for the jumpbox with this command:

terraform output -json  jumpbox | jq -r .ssh

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages