Developing Microservices Flashcards
1
Q
Steps to deploy microservice on Kubernetes
A
- create config
- create deploy config
- create service config
- execute config
2
Q
what is the liveness probe?
A
checks if an app/container is running
3
Q
for what is the liveness probe used?
A
to restart the app/container if it fails
4
Q
what is the readiness probe?
A
check if the app/container ready to accept requests