Sight Machine interview question

How do you troubleshoot deployment issues related to PVC missing on Kubernetes?

Interview Answer

Anonymous

14 May 2024

See the pod logs to find the missing PVC. Then, create a new PVC from SC with the same name and (Mount it on the deployment manifest.}