Managed Services
Microservices
–> Build small focused microservices
–> Flexibility to innovate and build applications in different programming languages (Go, Java, Python, JavaScript, etc)
How can we have one way of deploying Go, Java, Python or JavaScript, etc microservices?
Containers
Docker
Is an open source platform that enables developers to build, deploy, run, update and manage containers
Docker image has all needs of a microservice :
–> Application Runtime (JDK or Python or NodeJS)
–> Application code and Dependencies