-
Notifications
You must be signed in to change notification settings - Fork 548
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[EN] add Cloud Native Storage #2119
base: main
Are you sure you want to change the base?
Changes from all commits
c48b964
3bda681
2e071e8
b4dc6f9
7c69cef
d4b17a6
9cc7549
599ab76
30e2a56
2c80893
bc7c9e3
c390dcb
cb0fc5f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
title: Cloud Native Storage | ||
status: Feedback Appreciated | ||
category: concept | ||
tags: ["fundamental", "", ""] | ||
--- | ||
|
||
|
||
Cloud native storage is a specialized storage technology tailored to meet the demands of cloud native environments. | ||
It offers data storage solutions optimized for containerized applications running on platforms like | ||
[Kubernetes](/kubernetes/) or other cloud-native infrastructures. A cloud native storage platform primarily caters | ||
to [stateful applications](/stateful-apps/), which rely on persistent data storage. | ||
|
||
## Problem it addresses | ||
|
||
Traditional storage solutions often face challenges such as limited scalability, operational complexity, | ||
performance bottlenecks, inefficient resource utilization, and integration difficulties. These issues arise from | ||
the cumbersome process of expanding storage capacity, the manual management of complex infrastructure, and the inability | ||
to efficiently handle high-speed data transactions. Moreover, legacy systems often lead to wasted resources and struggle | ||
to integrate with modern application architectures, resulting in fragmented and inefficient data management. | ||
|
||
## How it helps | ||
|
||
manthan-parmar-1998 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
Cloud native storage addresses these challenges by providing elastic [scalability](/scalability/), simplified management, high performance, | ||
cost efficiency, and seamless integration. It automatically adjusts capacity based on demand, reducing the need for manual | ||
intervention and minimizing operational overhead. With advanced caching and distributed architectures, it ensures fast data | ||
Comment on lines
+25
to
+26
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. "It automatically adjusts capacity based on demand, reducing the need for manual Let's revise this sentence as a good chunk of it matches very closely with copy from https://www.isolveafrica.com/april-25-2024/ |
||
access and performance. The pay-as-you-go model optimizes resource utilization, and its design supports easy integration with | ||
modern applications, fostering a unified and efficient approach to data management. | ||
Comment on lines
+27
to
+28
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. "The pay-as-you-go model optimizes resource utilization, and its design supports easy integration with modern applications, fostering a unified and efficient approach to data management." Let's revise this sentence as part of it matches very closely with copy from https://canpension.ca/articles/nshepp-the-revolutionary-way-to-optimize-your-business-and-take-it-to-the-next-level |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This section is a little complex. Remember the audience we're aiming for with this glossary is a non-technical one. I'm not sure that we would expect someone looking up the definition of 'cloud native storage' to understand any of the individual items in this list without further explanation.