Developing and deploying your first ASP.NET Core Microservice to Kubernetes

Are you frustrated with your monolith or exploring a microservices architecture pattern for your next application? Kubernetes offers orchestration and tooling to make it easier to build and deploy an elastic, self-healing microservice system. In this session, we’ll build a single microservice with ASP.NET Core in Visual Studio. We’ll use Docker-Compose for local development and Docker to build and push an image to Docker hub. From there, the image can be picked up and used in a Kubernetes deployment on Azure’s AKS service. Microservices allow for polyglot development and polyglot persistence. While this session will be using ASP.NET Core, Couchbase, and Azure the principles of development can be applied to any number of web frameworks, databases, or cloud-native Kubernetes services.

Speaker

matthew-d-groves

Matthew D. Groves

  
Matthew D. Groves is a guy who loves to code. It doesn’t matter if it’s C#, jQuery, or PHP: he’ll submit pull requests for anything. He has been coding professionally ever since he ...