FAQs
- Where can I find the latest updates about the supported CSI drivers while working with Kubernetes?
The Kubernetes CSI Special Interest Group (SIG) has a GitHub-based documentation website where you can find all the latest drivers, with tutorials from their main page: https://kubernetes-csi.github.io/docs. More specifically, you can find all available supported CSI drivers at the following link: https://kubernetes-csi.github.io/docs/drivers.html.
- What is the recommended official Kubernetes article to refer to for configuring ephemeral storage?
I recommend bookmarking the official documentation about ephemeral volumes: https://kubernetes.io/docs/concepts/storage/ephemeral-volumes/.
- What is the recommended official Kubernetes article to refer to for configuring persistent storage?
I recommend bookmarking this article, Configure a Pod to Use a Persistent Volume for Storage, where you can find all the key steps and processes: https://kubernetes...