Skip to content

DataOne/pulumi-aks-typescript

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%