Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#automation-api
Title
a
alert-dream-58492
05/20/2021, 7:41 PM
I am looking for sample code to create an AKS cluster and deploy a helm chart using automation api. Can someone point to it if such an example exists?
b
billowy-army-68599
05/20/2021, 7:47 PM
which language?
a
alert-dream-58492
05/20/2021, 7:52 PM
@billowy-army-68599
Golang
b
billowy-army-68599
05/20/2021, 7:53 PM
I haven't kept it up to date because it's a PoC, but there's a CLI type tool I wrote here:
https://github.com/jaxxstorm/aksctl/blob/main/cmd/aksctl/create/cluster/cli.go
it doesn't have the helm chart, but it shouldn't be hard to add
Post