-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
Reword glossary entry for “Cloud provider” #17429
Changes from all commits
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 |
---|---|---|
|
@@ -4,15 +4,29 @@ id: cloud-provider | |
date: 2018-04-12 | ||
full_link: /docs/concepts/cluster-administration/cloud-providers | ||
short_description: > | ||
Cloud provider is a company that offers cloud computing platform that can run Kubernetes clusters. | ||
An organization that offers a cloud computing platform. | ||
|
||
aka: | ||
aka: | ||
- Cloud Service Provider | ||
tags: | ||
- community | ||
--- | ||
Cloud provider is a company that offers cloud computing platform that can run Kubernetes clusters. | ||
A business or other organization that offers a cloud computing platform. | ||
|
||
<!--more--> | ||
<!--more--> | ||
|
||
Cloud providers or sometime called Cloud Service Provider (CSPs) provides cloud computing platforms. They may offer services such as Infrastructure as a Service (IaaS) or Platform as a Service (PaaS). Cloud providers host the Kubernetes cluster and also provide services that interact with the cluster, such as Load Balancers, Storage Classes etc. | ||
Cloud providers, sometimes called Cloud Service Providers (CSPs), offer | ||
cloud computing platforms or services. | ||
|
||
Many cloud providers offer managed infrastructure (also called | ||
Infrastructure as a Service or IaaS). | ||
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. Line 21: Possible edit: s/Your cloud provider might offer/Cloud providers offer managed infrastructure (also ..)/ 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. Thanks for the feedback. All sorted I think / hope. |
||
With managed infrastructure the cloud provider is responsible for | ||
servers, storage, and networking while you manage layers on top of that | ||
such as running a Kubernetes cluster. | ||
|
||
You can also find Kubernetes as a managed service; sometimes called | ||
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. @sftim , this is a nit: Looking for symmetry with line 23, as you are now writing about managed platforms: |
||
Platform as a Service, or PaaS. With managed Kubernetes, your | ||
cloud provider is responsible for the Kubernetes control plane as well | ||
as the {{< glossary_tooltip term_id="node" text="nodes" >}} and the | ||
infrastructure they rely on: networking, storage, and possibly other | ||
elements such as load balancers. |
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.
@sftim, this is a nit: What does line 18 add over line 14? Could the lines be combined or delete one of them. Seems like the content is the same.