Developing Microservices Flashcards

1
Q

Steps to deploy microservice on Kubernetes

A
  1. create config
  2. create deploy config
  3. create service config
  4. execute config
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what is the liveness probe?

A

checks if an app/container is running

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

for what is the liveness probe used?

A

to restart the app/container if it fails

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

what is the readiness probe?

A

check if the app/container ready to accept requests

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