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
#aws
Title
v
victorious-dusk-75271
09/05/2022, 5:44 PM
how do you create eks cluster with multiple spot instances?
v
victorious-church-57397
09/05/2022, 5:50 PM
it depends which eks provider you are using, if you use the aws one, you can set capacityType in the node group
https://www.pulumi.com/registry/packages/eks/api-docs/managednodegroup/
if youre using crosswalk (pulumi/eks) follow this
https://www.pulumi.com/docs/guides/crosswalk/aws/eks/#configuring-your-eks-clusters-worker-nodes-and-node-groups
v
victorious-dusk-75271
09/05/2022, 5:53 PM
so i need multiple nodegroup?
v
victorious-church-57397
09/05/2022, 5:54 PM
the documentation suggests so
Post