website/content/zh-cn/docs/reference/glossary/cloud-provider.md

66 lines
2.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: 云供应商Cloud Provider
id: cloud-provider
date: 2018-04-12
short_description: >
一个提供云计算平台的组织。
aka:
- 云服务供应商Cloud Service Provider
tags:
- community
---
<!--
---
title: Cloud Provider
id: cloud-provider
date: 2018-04-12
short_description: >
An organization that offers a cloud computing platform.
aka:
- Cloud Service Provider
tags:
- community
---
-->
<!--
A business or other organization that offers a cloud computing platform.
-->
一个提供云计算平台的商业机构或其他组织。
<!--more-->
<!--
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).
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
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.
-->
云供应商有时也称作云服务供应商CSPs提供云计算平台或服务。
很多云供应商提供托管的基础设施(也称作基础设施即服务或 IaaS
针对托管的基础设施,云供应商负责服务器、存储和网络,而用户(你)
负责管理其上运行的各层软件,例如运行一个 Kubernetes 集群。
你也会看到 Kubernetes 被作为托管服务提供;有时也称作平台即服务或 PaaS。
针对托管的 Kubernetes你的云供应商负责 Kubernetes 的控制面以及
{{< glossary_tooltip term_id="node" text="节点" >}} 及他们所依赖的基础设施:
网络、存储以及其他一些诸如负载均衡器之类的元素。