In this project, you had to refactor a large monolithic application into microservices and then deploy it to an EKS Cluster.
To help review the provisioned K8s cluster and related resources
- Verifies Kubernetes pods are deployed properly
kubectl get pods- Verifies Kubernetes services are properly set up
kubectl describe services- Verifies that horizontal scaling is set against CPU usage P.S. a metrics server had to be installed
kubectl describe hpa- Verifies logging is set up with a backend application
kubectl logs {pod_name}









