-
Notifications
You must be signed in to change notification settings - Fork 554
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
Kubernetes edits + open questions #1298
Conversation
Signed-off-by: Catherine Paganini <74001907+CathPag@users.noreply.github.com>
✅ Deploy Preview for cncfglossary ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
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.
Added my open questions
content/en/kubernetes.md
Outdated
It automates the lifecycle of containerized applications on modern infrastructures, functioning as a "datacenter operating system" that manages applications across a [distributed system](/distributed-systems/). | ||
|
||
Kubernetes schedules [containers](container/) across [nodes](/nodes/) in a [cluster](/cluster/), bundling several infrastructure constructs, sometimes referred to as "primitives." | ||
These primitives consist of app instances, load balancers, persistent storage, etc., and are composed into applications. |
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 original text says, "composed into an application." What does that mean? Building an app?
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.
@CathPag
I think it means
The primitives (resources) are composed into an environment to run applications.
Co-authored-by: Seokho Son <shsongist@gmail.com> Signed-off-by: Catherine Paganini <74001907+CathPag@users.noreply.github.com>
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.
lgtm
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.
spellcheck fails for storages
Co-authored-by: Seokho Son <shsongist@gmail.com> Signed-off-by: Catherine Paganini <74001907+CathPag@users.noreply.github.com>
Co-authored-by: Seokho Son <shsongist@gmail.com> Signed-off-by: Catherine Paganini <74001907+CathPag@users.noreply.github.com>
Co-authored-by: Seokho Son <shsongist@gmail.com> Signed-off-by: Catherine Paganini <74001907+CathPag@users.noreply.github.com>
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.
lgtm
Signed-off-by: Catherine Paganini <74001907+CathPag@users.noreply.github.com>
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.
LGTM :)
Co-authored-by: Seokho Son <shsongist@gmail.com> Signed-off-by: Noah Ispas <13436814+iamNoah1@users.noreply.github.com>
Signed-off-by: Catherine Paganini 74001907+CathPag@users.noreply.github.com
Describe your changes
Made some edits so it's easier to understand but still have open questions. Some sentences don't make 100% sense to me (please view comments below)
Related issue number or link (ex:
resolves #issue-number
)NA
Checklist before opening this PR (put
x
in the checkboxes)git commit -s
) is to affirm that commits comply DCO.