•
Create Deployment for each Microservice that does something different from the others.
•
Each Deployment creates one Pod for each Microservice.
•
Create Service with the type ClusterIP for each Deployment to make sure they can talk to each other within the cluster.
•
Create service with the type NodePort for the Front-End Deployment to make the App accessible externally from the Internet.