📢 Too many exams? Don’t know which one suits you best? Book Your Free Expert 👉 call Now!

  • google app store apple app store

    • Question

      In Kubernetes, which storage type remains available even

      if the pod is deleted and recreated on a different node?
      A emptyDir Correct Answer Incorrect Answer
      B hostPath Correct Answer Incorrect Answer
      C ConfigMap Correct Answer Incorrect Answer
      D PersistentVolume (PV) Correct Answer Incorrect Answer
      E Downward API Correct Answer Incorrect Answer

      Solution

      Volumes provide cluster-level storage independent of pod lifecycle. Pod restarts or node changes will still retain data.

      Practice Next
      ask-question