Managed Services Flashcards

1
Q

Managed Services

A
  1. IaaS (Infrastructure as a Service)
  2. PaaS (Platform as a Service)
  3. FaaS (Function as a Service)
  4. CaaS (Container as a Service)
  5. Serverless
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Microservices

A

–> Build small focused microservices
–> Flexibility to innovate and build applications in different programming languages (Go, Java, Python, JavaScript, etc)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How can we have one way of deploying Go, Java, Python or JavaScript, etc microservices?

A

Containers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Docker

A

Is an open source platform that enables developers to build, deploy, run, update and manage containers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Docker image has all needs of a microservice :

A

–> Application Runtime (JDK or Python or NodeJS)
–> Application code and Dependencies

How well did you know this?
1
Not at all
2
3
4
5
Perfectly