Is it possible to scale an ACI running container?
Problem:
We have some old-school Cloud Services (.NET Framework v4.7.1) we're migrating to Docker containers, we've successfully got them running and responding in Azure Container Instances now, but need the ability to be able to scale them for load and resilience.
This is part of a larger project where we're also running our newer solution inside k8s - all .NET Core 2 microservices.
The goal will eventually be to bring them into the main k8s solutions when we have the ability to run Windows and Linux nodes against the same master, allowing us to run both projects in the same cluster.