Skip to content

Commit

Permalink
Fix inline title
Browse files Browse the repository at this point in the history
Signed-off-by: Md. Ishtiaq Islam <ishtiaq@appscode.com>
  • Loading branch information
ishtiaqhimel committed Sep 27, 2024
1 parent d0558cb commit 1bec7d2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion docs/guides/druid/backup/application-level/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ This section will demonstrate how to take application-level backup of a `Druid`
## Deploy Sample Druid Database


**Create External Dependency (Deep Storage)**
**Create External Dependency (Deep Storage):**

One of the external dependency of Druid is deep storage where the segments are stored. It is a storage mechanism that Apache Druid does not provide. **Amazon S3**, **Google Cloud Storage**, or **Azure Blob Storage**, **S3-compatible storage** (like **Minio**), or **HDFS** are generally convenient options for deep storage.

In this tutorial, we will run a `minio-server` as deep storage in our local `kind` cluster using `minio-operator` and create a bucket named `druid` in it, which the deployed druid database will use.
Expand Down
3 changes: 2 additions & 1 deletion docs/guides/druid/backup/auto-backup/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,8 @@ Now, we are ready to backup our `Druid` databases using few annotations.
## Deploy Sample Druid Database


**Create External Dependency (Deep Storage)**
**Create External Dependency (Deep Storage):**

One of the external dependency of Druid is deep storage where the segments are stored. It is a storage mechanism that Apache Druid does not provide. **Amazon S3**, **Google Cloud Storage**, or **Azure Blob Storage**, **S3-compatible storage** (like **Minio**), or **HDFS** are generally convenient options for deep storage.

In this tutorial, we will run a `minio-server` as deep storage in our local `kind` cluster using `minio-operator` and create a bucket named `druid` in it, which the deployed druid database will use.
Expand Down
3 changes: 2 additions & 1 deletion docs/guides/druid/backup/cross-ns-dependencies/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ This section will demonstrate how to take application-level backup of a `Druid`
## Deploy Sample Druid Database


**Create External Dependency (Deep Storage)**
**Create External Dependency (Deep Storage):**

One of the external dependency of Druid is deep storage where the segments are stored. It is a storage mechanism that Apache Druid does not provide. **Amazon S3**, **Google Cloud Storage**, or **Azure Blob Storage**, **S3-compatible storage** (like **Minio**), or **HDFS** are generally convenient options for deep storage.

In this tutorial, we will run a `minio-server` as deep storage in our local `kind` cluster using `minio-operator` and create a bucket named `druid` in it, which the deployed druid database will use.
Expand Down
3 changes: 2 additions & 1 deletion docs/guides/druid/backup/logical/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ This section will demonstrate how to backup a `Druid` database. Here, we are goi
## Deploy Sample Druid Database


**Create External Dependency (Deep Storage)**
**Create External Dependency (Deep Storage):**

One of the external dependency of Druid is deep storage where the segments are stored. It is a storage mechanism that Apache Druid does not provide. **Amazon S3**, **Google Cloud Storage**, or **Azure Blob Storage**, **S3-compatible storage** (like **Minio**), or **HDFS** are generally convenient options for deep storage.

In this tutorial, we will run a `minio-server` as deep storage in our local `kind` cluster using `minio-operator` and create a bucket named `druid` in it, which the deployed druid database will use.
Expand Down

0 comments on commit 1bec7d2

Please sign in to comment.