Skip to content
 
 

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Pulumi AKS Typescript

This repo contains a walkthrough for getting started with Pulumi on Azure, creating a Kubernetes cluster (aka AKS) utilizing TypeScript.

Pulumi is a Infrastructure As Code Framework, that allows to build, deploy and manage modern cloud applications and infrastructure using familiar languages.

Prerequisites

Deploy stack

  • pulumi login
  • cd infra && pulumi up

Connect to k8s

  • pulumi stack output kubeconfig --show-secrets > kubeconfig.yaml
  • export KUBECONFIG=./kubeconfig.yaml

Destroy stack

  • pulumi destroy

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages