Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 776 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 776 Bytes

.NetMicroservices

In this project, i:

  • Created 2 microservices using the REST API template
  • Worked with dedicated persistence levels for both services
  • Deployed services in the Kubernetes cluster
  • Used the API gateway template for routing to services
  • Built synchronous messaging between services (HTTP and gRPC)
  • Built asynchronous messaging between services using the event bus (RabbitMQ)

The diagram below shows the k8s architecture in a simplified way:

The sheme below shows the solution architecture in a simplified way: