Tag Archives: namespace
Protection against accidental deletion of PVs or Namespaces
Accidental PVC delete or namespace delete can cause the Persistent Volume to get deleted. Such volumes lose their data, and the stateful applications lose their state. By using Persistent Volume…
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,…