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
q
quaint-guitar-13446
08/24/2020, 4:48 AM
Can anyone tell me what affect auto-scaling has on nonessential containers? Do nonessential containers run again when scaling?
s
salmon-ghost-86211
08/25/2020, 2:05 PM
The auto-scaler should essentially run
kubectl drain
to evict all pods from a node before scaling it down. Then the scheduler will relaunch those pods on different nodes.
👍 1
Post