feat(cloud-design): update link to kubernetes solution

This commit is contained in:
nprimo 2023-11-28 18:00:05 +00:00 committed by MSilva95
parent 5f88f99d8e
commit a57c49f19c
1 changed files with 2 additions and 3 deletions

View File

@ -155,9 +155,8 @@ Deploy the containerized microservices on AWS using an orchestration tool like
AWS ECS or EKS. Ensure that the services are load-balanced (consider using AWS
Elastic Load Balancer) and can communicate with each other securely.
<!--TODO: add link to solution for orchestrator-->
> Use [this solution]() to kick start you Kubernetes deployment.
> Use [this solution](https://github.com/01-edu/orchestrator) to kick-start
> your Kubernetes deployment.
### Monitoring and logging: