Managed Services Flashcards
1
Q
Managed Services
A
- IaaS (Infrastructure as a Service)
- PaaS (Platform as a Service)
- FaaS (Function as a Service)
- CaaS (Container as a Service)
- Serverless
2
Q
Microservices
A
–> Build small focused microservices
–> Flexibility to innovate and build applications in different programming languages (Go, Java, Python, JavaScript, etc)
3
Q
How can we have one way of deploying Go, Java, Python or JavaScript, etc microservices?
A
Containers
4
Q
Docker
A
Is an open source platform that enables developers to build, deploy, run, update and manage containers
5
Q
Docker image has all needs of a microservice :
A
–> Application Runtime (JDK or Python or NodeJS)
–> Application code and Dependencies