Sin categoría

Deploying .Net core microservices with Docker and Kubernetes.

This post will see how to deploy a microservice architecture using Docker and Kubernetes.

This is an extension to the .Net Microservices course where a microservices project is build using .Net Core.

In the course, the author explains how to create a project with .net core using a microservices architecture. The author also shows how to deploy the services using Docker. This extension covers the deployment of the different components in Kubernetes.

Kubernetes helps us to manage containerized applications in different deployment environments. In a microservices environment, it helps to maintain High Availability, Scalability, and Disaster recovery

Let’s first understand what we are going to be deploying in Kubernetes by looking at some diagrams.

GO TO THIS LINK IF YOU ARE NOT ABLE TO SEE THE IMAGES CORRECTLY

https://www.linkedin.com/pulse/deploying-net-core-microservices-docker-kubernetes-david-mata-viejo/

Continue reading