Docker Kubernetes sample interview questions
liveness and readiness probes, startup probes
Liveness probe checks the container health as we tell it do, and if for some reason the liveness probe fails, it restarts the container. it basically checks application is up or not
apiVersion: v1
k...
kakarlayogitha.hashnode.dev5 min read