Reviews of existing technologies
In the last two posts, I covered the native storage options on Azure Kubernetes Service, as well as Portworx as an example of a proprietary…
In the previous post, we have discussed built-in storage classes on Azure Kubernetes. Further to that, we will examine some third-party software defined storage (SDS)…
In the previous post, we understand that to host stateful workload, we need to manage persistent storage to the Kubernetes platform. In this post, I…
Ceph is a unified, distributed storage system designed for excellent performance, reliability and scalability. In this post, I will introduce Ceph and explain how it…
Etcd in Kubernetes In Kubernetes architecture, etcd is the data store. It stores the desired state of Kubernetes object. API server is the only client…
Background “We want to host Postgres database on Kubernetes. Can you help us?”. The client appears assertive and reluctant to resort to managed services. So…