Demo project: Deploy Microservices Application

DevOps Task: Deploy Microservices App - 1

Developers develop the microservice applications

As a DevOps engineer your task would be to deploy the existing microservices application in a K8s cluster

Information we need from developer:

Which services you need to deploy?

Which service is talking to which service?

How are they communicating?

Which database are they using?

3rd party services On which port does each service run?

Last updated