Does replicas not work with local-kubernetes?
# 🌱|help-and-getting-started
r
I am trying to run multiple replicas of my container service, but at least in local mode, it will only run 1, no matter what I set replicas to on the service. How do you get it to run multiple replicas locally?
This seems to also be the case for regular kubernetes providers. That value appears to have no effect. Also, it says in production: true environments it defaults to 3 replicas, which doesn't seem to be true either. I still get 1, no matter the value.
Scratch that. Replicas does work in regular kubernetes (or env with production: true, not sure which). Still no go on local.
Ooooookay... now all of a sudden it works. Never mind I guess.