Monolith to Microservices at Scale Lesson 5 Orchestration with Kubernetes: Solution: Kubernetes on AWS
My Solution
yt link
Overview
Kubernetes YAML files have many possible configurations and are very open-ended. The solution I have is one example of how we can set up our files.
Some key areas to note are that:
kind: Deployment and kind: Service deno...