Skip to content

tamim36/.net-microservices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.Net Microservices

This is .net based microservice project with docker and kubernetes support.

System Architecture

Alt Text

Prerequisites

Docker and Kubernetes needs to be installed.

🚀 Installation

To download ingress-nginx controller:

kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v0.48.1/deploy/static/provider/cloud/deploy.yaml

Go To K8S Directory and execute the following commands:

# To create persistent volume for mssql db
kubectl apply -f local-pvc.yaml 

# To install mssql database and load balancer to use it externally
kubectl apply -f mssql-plat-depl.yaml

# To install rabbitmq
kubectl apply -f rabbitmq-depl.yaml

# To deploy platform service
kubectl apply -f plaforms-depl.yaml

# To deploy commands service
kubectl apply -f commands-depl.yaml

# To create node ports for service
kubectl apply -f platforms-np-srv.yaml

# To create ingress service
kubectl apply -f ingress-srv.yaml

🤝 Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Author

👤 Tamim Arefin Anik

Show your support ❤️

Please ⭐️ this repository if this project helped you!

📝 License

Copyright © 2023 Tamim Arefin Anik.
This project is MIT licensed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •