From a57c49f19cec7356f814f0eb56963d0ce77a68c6 Mon Sep 17 00:00:00 2001 From: nprimo Date: Tue, 28 Nov 2023 18:00:05 +0000 Subject: [PATCH] feat(cloud-design): update link to kubernetes solution --- subjects/devops/cloud-design/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/subjects/devops/cloud-design/README.md b/subjects/devops/cloud-design/README.md index 67dfe61a6..a07d58e0c 100644 --- a/subjects/devops/cloud-design/README.md +++ b/subjects/devops/cloud-design/README.md @@ -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. - - -> 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: