Deploying ASP.NET Core 6 Using Kubernetes
This course will teach you how to deploy an ASP.NET Core 6 (and 7) application to a Kubernetes infrastructure
What you'll learn
In this course, Deploying ASP.NET Core 6 Using Kubernetes, you’ll learn how to deploy your application using containers and run them on a Kubernetes cluster. First, you’ll explore how to containerize your application and run them locally in a service composition. Next, you’ll discover what a Kubernetes cluster offers and how to harden it to run production and enable you to deploy your application to the cluster. Next, you'll deploy to a production cluster and then you'll improve the application with health endpoints and metrics endpoints to improve the observability and health monitoring of the application. Finally, you'll conclude the course by automating the deployments. When you’re finished with this course, you’ll have the skills and knowledge of containers, Kubernetes, and deployment automation with Azure DevOps and GitHub needed to deploy ASP.NET Core applications to a Kubernetes infrastructure.
Table of contents
- Introduction 1m
- Version Check 0m
- Course Overview 2m
- Module Introduction 1m
- Introducing GloboTicket 1m
- Demo: Introducing the GloboTicket Application 4m
- Containerize Your ASP.NET Core Solution 1m
- Demo: Running Containers on a Single Machine 6m
- Production Workloads Run on Clusters 2m
- Desired-State Based Deployment 3m
- Kubernetes Concepts 3m
- Rolling Updates & Resource Management 2m
- How to Communicate between Pods? 2m
- Kubernetes Service 2m
- Kubernetes Ingress & SSL 3m
- GloboTicket Shop on Kubernetes 1m
- Demo: Deploy to a Local Kubernetes Cluster from Command Line 9m
- Summary 1m
- Introduction 1m
- Setting up an AKS Cluster 2m
- Demo: Setting up an AKS Cluster 3m
- Setting up a Container Registry 1m
- Demo: Setting up a Container Registry 3m
- Deployment Strategies 2m
- Setting up Resource Constraints 3m
- Deployment Considerations 3m
- Demo: Deploy Initial Version of the Application 6m
- Summary 1m