Tag Archives: CSI
Databases Operations and the Cloud
Database is one of the first-class citizens to run data on Kubernetes, and there are multi-faceted operations to run it. It further requires a data layer to improve availability, scale,…
Getting Started with the Kubernetes Secrets Store CSI Driver
In Kubernetes, you might encounter difficulties keeping application API keys, access tokens, and passwords safe. There are several approaches to solve this problem. In this DoKC session, DigitalOcean‘s developer advocate,…
Using stateful services to index the world of open source
Sourcegraph is a universal code search engine that allows developers to search across their entire codebases. It can be deployed on-prem or used directly from the cloud. The service currently…
What’s Coming in Kubernetes Storage
Kubernetes provides a way for containers in the pods to consume block or file storage. There’s also a COSI sub-project in SIG Storage that is trying to add object storage…