Monolith to Microservices at Scale Lesson 5 Orchestration with Kubernetes: Kubernetes on AWS
Configuring Kubernetes
yt link
Key Points
AWS EKS is a service that we can use to set up Kubernetes.
The deployment.yaml file is used to specify how our pods should be created.
The service.yaml file is used to specify how our pods are exposed.
d...