Steps to deploy microservice on Kubernetes
what is the liveness probe?
checks if an app/container is running
for what is the liveness probe used?
to restart the app/container if it fails
what is the readiness probe?
check if the app/container ready to accept requests