Update README.md

This commit is contained in:
Meysam Hadeli 2023-08-01 01:13:59 +03:30 committed by GitHub
parent e2bf3f0203
commit 4d505554a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,9 @@
- :sparkle: Using `Minimal API` for all endpoints.
- :sparkle: Using `Health Check` for `reporting` the `health` of app infrastructure components.
- :sparkle: Using `Docker-Compose` and `Kubernetes` for our deployment mechanism.
- :sparkle: Using `OpenTelemetry` for `logging`, `tracing` and `monitoring`.
- :sparkle: Using `Kibana` on top of `Serilog` for `logging`.
- :sparkle: Using `Jaeger` on top of `OpenTelemetry` for `tracing`.
- :sparkle: Using `Prometteuse` and `Grafana` on top of `OpenTelemetry` for `monitoring`.
- :sparkle: Using `IdentityServer` for authentication and authorization base on `OpenID-Connect` and `OAuth2`.
- :sparkle: Using `Yarp` as a microservices `gateway`.
- :sparkle: Using `Kubernetes` to achieve efficient `scaling` and ensure `high availability` for each of our microservices.