Understanding the Kubernetes storage journey
Some may say that Kubernetes is built for only stateless workloads but one thing we have seen over the last 18-24 months is an increase in those stateful workloads, think your databases, messaging queues and batch processing functions all requiring some state to be consistent and work. Some people will also believe that these states should land outside the cluster but can be consumed by the stateless workloads ran within the Kubernetes cluster. The people have spoken In this post, we are going to briefly talk about the storage options available in Kubernetes and then spend some time on the Container Storage Initiative / InterfaceRead More →