Skip to content
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

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions content/en/cloud-native-storage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: Cloud Native Storage
status: Feedback Appreciated
category: concept
tags: ["storage", "", ""]
---


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 systems often struggle to grow with increasing demand. They can be complicated to manage, slow to handle large amounts of data, and inefficient with resources. Older systems may also have trouble connecting with modern applications, leading to slow processes and scattered data. Manual scaling and maintenance further increase downtime and operational costs. These limitations make it difficult for businesses to quickly adapt to evolving technology needs.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Traditional storage systems often struggle to grow with increasing demand. They can be complicated to manage, slow to handle large amounts of data, and inefficient with resources. Older systems may also have trouble connecting with modern applications, leading to slow processes and scattered data. Manual scaling and maintenance further increase downtime and operational costs. These limitations make it difficult for businesses to quickly adapt to evolving technology needs.
Traditional storage systems often struggle to grow with increasing demand.
They can be complicated to manage, slow to handle large amounts of data, and inefficient with resources.
Older systems may also have trouble connecting with modern applications, leading to slow processes and scattered data.
Manual scaling and maintenance further increase downtime and operational costs.
These limitations make it difficult for businesses to adapt to evolving technology needs quickly.

Don't forget about semantic line breaks :)


## How it helps

manthan-parmar-1998 marked this conversation as resolved.
Show resolved Hide resolved
Cloud native storage solves these problems by offering flexible scaling, easier management, and faster data access. It automatically increases or decreases storage based on demand, reducing manual work and improving performance. With built-in caching and [distributed systems](/distributed-systems/), it ensures quick data retrieval. Pay-as-you-go pricing helps control costs while easily integrating with modern applications for smooth and efficient data management. Enhanced security features also protect sensitive data, and built-in automation reduces the risk of human error in storage operations.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Cloud native storage solves these problems by offering flexible scaling, easier management, and faster data access. It automatically increases or decreases storage based on demand, reducing manual work and improving performance. With built-in caching and [distributed systems](/distributed-systems/), it ensures quick data retrieval. Pay-as-you-go pricing helps control costs while easily integrating with modern applications for smooth and efficient data management. Enhanced security features also protect sensitive data, and built-in automation reduces the risk of human error in storage operations.
Cloud native storage solves these problems by offering flexible scaling, easier management, and faster data access.
It automatically increases or decreases storage based on demand, reducing manual work and improving performance.
With built-in caching and [distributed systems](/distributed-systems/), it ensures quick data retrieval.
Pay-as-you-go pricing helps control costs while easily integrating with modern applications for smooth and efficient data management.
Enhanced security features also protect sensitive data, and built-in automation reduces the risk of human error in storage operations.

Don't forget about semantic line breaks :)

Loading