CSI Driver for Dropbox on Kubernetes


Summary of my bookmarked Github repositories from Mar 26th, 2020

Github repositories

  • woohhan/dropbox-csi

    The Kubernetes Dropbox-CSI plugin enables the management of Dropbox on Kubernetes. To use it, create a secret by generating a Dropbox access token through the provided link. Then, run the command "kubectl create secret generic dropbox-csi --from-literal=token={YOUR_TOKEN_HERE}" to connect your Dropbox as a persistent volume. Deploy the Dropbox-CSI plugin using the provided kubectl commands. Troubleshooting can be done by submitting an issue via the provided link, and for further inquiries, contact Woohyung Han at [email protected].