In this module, you'll gain an understanding of the microservice architectural pattern and the problems it solves. You'll see how you can use Docker to implement the microservice architectural pattern with an ASP.NET web API and Kubernetes as the container orchestrator.
- What is Microservice Architecture
- What is an image
- Dockerfile
- Push a microservice to Dockerhub
- Role of Containers
- Container Management and Orchestration
- dotnet run vs dotnet publish
- CI/CD
- Microservices Orchestration
- Docker compose
- Kubernetes
- What is a Cluster in Kubernetes
- What is a Pod in Kubernetes
- Containers and Pods
- Services in K8s
- Workloads - This is to k8s official documentation, can read about everything K8s there
- Connect to a kubernetes cluster
- Service Accounts
- Terraform
- What is a node in Kubernetes
- Kubectl
- Networking in Kubernetes
- Minikube

Comments
Post a Comment