You've built a SPA and an API backend, and you're now looking to deploy with ease. Docker is the natural fit, but where do we begin? We'll use the Vue CLI and the dotnet CLI to startup our codebases, then craft Dockerfiles to deploy these with ease in various configurations. Whether you'd rather deploy both parts together or scale different pieces separately, Docker can empower you to deploy your solutions at cloud scale.
Kubernetes 101 talks get us into containers. But how do we run both the front-end SPA and server API? Should this be 1 container or 2? 1 domain or two sub-domains? These aren't mutually exclusive decisions. We build a Dockerfile live, then show how we'll modify the Dockerfile if we choose 1 container or 2, 1 domain or 2. Users leave with a GitHub repo showing all the solutions, and a solid understanding of when to use each.
---
Rob Richardson is a software craftsman building web properties in ASP.NET and Node, React and Vue. He’s a Microsoft MVP, published author, frequent speaker at conferences, user groups, and community events, and a diligent teacher and student of high quality software development. You can find this and other talks at [ Ссылка ] and follow him on twitter at @rob_rich.
Ещё видео!