Skip to content

Commit 4724d83

Browse files
authored
Merge pull request #107 from Namanv0509/tags-storage
tags categories level update intro-storage
2 parents b8e5b25 + 2811123 commit 4724d83

File tree

10 files changed

+17
-9
lines changed

10 files changed

+17
-9
lines changed

content/learning-paths/98e16360-a366-4b78-8e0a-031da07fdacb/intro-storage/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ description: "If you're seeking an entry-level understanding of Exoscale's stora
44
banner: "98e16360-a366-4b78-8e0a-031da07fdacb/images/exoscale-icon.svg"
55
weight: 1
66
tags: [storage]
7-
categories: [intermediate]
7+
level: [intermediate]
8+
categories: [exoscale,kubernetes]
89
---

content/learning-paths/98e16360-a366-4b78-8e0a-031da07fdacb/intro-storage/block-storage/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ description: "A low-latency storage option that stores data in fixed-size blocks
44
banner: "98e16360-a366-4b78-8e0a-031da07fdacb/images/exoscale-icon.svg"
55
weight: 6
66
tags: [storage]
7-
categories: [intermediate]
7+
level: [intermediate]
8+
categories: [exoscale,kubernetes]
89
---

content/learning-paths/98e16360-a366-4b78-8e0a-031da07fdacb/intro-storage/file-storage/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ description: "A hierarchical storage method that organizes data in files and fol
44
banner: "98e16360-a366-4b78-8e0a-031da07fdacb/images/exoscale-icon.svg"
55
weight: 4
66
tags: [storage]
7-
categories: [intermediate]
7+
level: [intermediate]
8+
categories: [exoscale,kubernetes]
89
---

content/learning-paths/98e16360-a366-4b78-8e0a-031da07fdacb/intro-storage/object-storage/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ description: "A scalable storage system that manages data as objects with metada
44
banner: "98e16360-a366-4b78-8e0a-031da07fdacb/images/exoscale-icon.svg"
55
weight: 5
66
tags: [storage]
7-
categories: [intermediate]
7+
level: [intermediate]
8+
categories: [exoscale,kubernetes]
89
---

content/learning-paths/98e16360-a366-4b78-8e0a-031da07fdacb/intro-storage/object-vs-block/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: "A comparison of object and block storage, highlighting their diffe
44
banner: "98e16360-a366-4b78-8e0a-031da07fdacb/images/exoscale-icon.svg"
55
weight: 7
66
tags: [storage]
7-
categories: [intermediate]
7+
level: [intermediate]
8+
categories: [exoscale,kubernetes]
89
---
910

content/learning-paths/98e16360-a366-4b78-8e0a-031da07fdacb/intro-storage/what-types-of-storage/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ description: "An overview of the main cloud storage types block, file, and objec
44
banner: "98e16360-a366-4b78-8e0a-031da07fdacb/images/exoscale-icon.svg"
55
weight: 3
66
tags: [storage]
7-
categories: [intermediate]
7+
level: [intermediate]
8+
categories: [exoscale,kubernetes]
89
---

content/learning-paths/98e16360-a366-4b78-8e0a-031da07fdacb/intro-storage/why-cloud-storage/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ description: "Explains the advantages of cloud storage, including scalability, a
44
banner: "98e16360-a366-4b78-8e0a-031da07fdacb/images/exoscale-icon.svg"
55
weight: 1
66
tags: [storage]
7-
categories: [intermediate]
7+
level: [intermediate]
88
---

content/learning-paths/98e16360-a366-4b78-8e0a-031da07fdacb/intro-storage/why-cloud-storage/content/cloud-storage/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ id: "Cloud Storage"
33
description: ""
44
title: "Cloud Storage"
55
weight: 3
6+
categories: [exoscale,kubernetes]
67
---
78
### Definition
89

content/learning-paths/98e16360-a366-4b78-8e0a-031da07fdacb/intro-storage/why-storage/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ description: " Introduces the importance of storage in computing, enabling persi
44
banner: "98e16360-a366-4b78-8e0a-031da07fdacb/images/exoscale-icon.svg"
55
weight: 1
66
tags: [storage]
7-
categories: [intermediate]
7+
level: [intermediate]
8+
categories: [exoscale,kubernetes]
89
---

content/learning-paths/98e16360-a366-4b78-8e0a-031da07fdacb/intro-storage/why-storage/content/defination/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Persistent storage is typically provided by external storage systems such as har
5555
Persistent storage is typically slower than ephemeral storage, as it often involves accessing data over a network or from disk-based storage devices. However, it provides the advantage of durability and the ability to retain data even in the event of system failures or restarts.
5656
### Ephemeral vs Persistent
5757

58-
The distinction between ephemeral storage and persistent storage lies in the duration of data retention. Ephemeral storage is temporary and volatile, while persistent storage is permanent and non-volatile. The categories for ephemeral storage and persistent storage are as follows:
58+
The distinction between ephemeral storage and persistent storage lies in the duration of data retention. Ephemeral storage is temporary and volatile, while persistent storage is permanent and non-volatile. The level for ephemeral storage and persistent storage are as follows:
5959

6060
Unlike ephemeral storage, which is temporary and local to a computing instance, persistent storage is designed to retain data over extended periods of time. It is commonly used for storing critical application data, databases, user files, configuration files, and other important information that needs to be preserved and accessed across multiple instances or sessions.
6161

0 commit comments

Comments
 (0)