Ingress for Ceph RGW service

DaeGon Kim
2 min readFeb 23, 2024

Some Kubernetes common applications use object storage. Gitlab and Loki are such examples. Their default installation comes with minio deployment. We sometimes replace this with Ceph RGW service. In order to provide HA (high available) object storage, we use an ingress service on top of Ceph RGW service.

Previously, we covers how to deploy Ceph RGW (Rados Gateway) service in the two previous articles.

--

--