-
Notifications
You must be signed in to change notification settings - Fork 544
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?
[EN] add Cloud Native Storage #2119
Conversation
Signed-off-by: Manthan Parmar <[email protected]>
✅ Deploy Preview for cncfglossary ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Thanks for your contribution, @Manthan1313Github. We currently have a backlog and not enough people to help with reviews. We'll get to this but we would ask for your patience. Thanks in advance! |
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.
Hei @Manthan1313Github and thanks for your contribution. I left some comments :)
@iamNoah1 |
Hei @Manthan1313Github, the issue is already assigned to you :) And there is no to create a new PR you could just follow up your work in this PR. Thanks :) |
Remove headline: What it is Co-authored-by: Noah Ispas <[email protected]> Signed-off-by: Manthan Parmar <[email protected]>
Co-authored-by: Noah Ispas <[email protected]> Signed-off-by: Manthan Parmar <[email protected]>
Co-authored-by: Noah Ispas <[email protected]> Signed-off-by: Manthan Parmar <[email protected]>
Co-authored-by: Noah Ispas <[email protected]> Signed-off-by: Manthan Parmar <[email protected]>
Co-authored-by: Noah Ispas <[email protected]> Signed-off-by: Manthan Parmar <[email protected]>
Co-authored-by: Noah Ispas <[email protected]> Signed-off-by: Manthan Parmar <[email protected]>
Implemented suggested changes. Signed-off-by: Manthan Parmar <[email protected]>
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.
Implemented suggested changes.
Thanks @manthan-parmar-1998 looks good for me, lets get second review :) |
To see where this is in the review pipeline and follow the progress, please look at the definition review board. |
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.
Thanks for this @manthan-parmar-1998. I have some comments and suggestions below.
Traditional storage solutions often face challenges such as limited scalability, operational complexity, | ||
performance bottlenecks, inefficient resource utilization, and integration difficulties. These issues arise from |
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.
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 |
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.
"It automatically adjusts capacity based on demand, reducing the need for manual
intervention and minimizing operational overhead."
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. |
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.
"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
Describe your changes
Added New Term - Cloud Native Storage
Related issue number or link (ex:
resolves #issue-number
)resolves #2089
Checklist before opening this PR (put
x
in the checkboxes)git commit -s
) is to affirm that commits comply DCO. If you are working locally, you could add an alias to yourgitconfig
by runninggit config --global alias.ci "commit -s"
.