Tag: CSI
Simplyblock's blog brings you the latest of storage, cloud, and thought leadership
Rob Pankow
Apr 17th, 2024 | 7 min read
Block Storage Volume Pooling for the Cloud-Age
If you have services running in the AWS, you’ll eventually need block storage to store data. Services like Amazon EBS (Elastic Block Storage) provide block storage to be used in your EC2 instances,
Read blog
Chris Engelbert
Apr 03rd, 2024 | 7 min read
What is a Kubernetes Persistent Volume?
A persistent volume is a slice of storage, provisioned by an Kubernetes administrator, that can be attached and mounted to pods. Like everything in Kubernetes, it is a resource inside the cluster, and
Read blog
Steven Sklar (Guest Author, QuestDB)
Mar 29th, 2024 | 13 min read
How the CSI (Container Storage Interface) Works
Editorial: This blog post is written by a guest author, Steven Sklar from QuestDB . It appeared first on his private blog at sklar.rocks . We appreciate his contributions to the Kubernetes ecosystem a
Read blog
Chris Engelbert
Mar 27th, 2024 | 7 min read
Kubernetes CSI: Container Attached Storage and Container Storage Interface
Containerized services must be stateless, a doctrine that was used a lot in the early days of containerization, which came hand-in-hand with microservices. And while it makes elasticity easy, these da
Read blog