No Kubernetes? How to run Docker containers in Azure VM Scale Sets

added by DotNetKicks
3/9/2021 4:09:26 PM

930 Views

Rule number 1 for running containers in production: don't run them on individual Docker servers. You want reliability, scale and automated upgrades and for that you need an orchestrator like Kubernetes, or a managed container platform like Azure Container Instances. If you're choosing between container platforms, my new Pluralsight course Deploying Containerized Applications walks you through the major options.


0 comments