Modern .NET server-side code runs on Linux at least as well as Windows and works great in containers. Kubernetes is the most widely used orchestrator for hosting container-based apps, but it can be quite complex.
In this session, you will learn how to build your .NET apps to run in Linux containers, and how to effectively host those containers in Kubernetes.
Once you understand how to host your code in Kubernetes, you are ready to use AKS in Azure, Kubernetes on-prem, or any Kubernetes hosting environment, opening up a wide world for your .NET code.
You will learn:
- How to package your .NET code into a Linux container
- Howt o host your containers in Kubernetes
- How to access other services in your Kubernetes cluster from your .NET code