zh-trans: add cloud-provider.md (#11234)

zh-trans: add cloud-provider.md
This commit is contained in:
AdamDang
2018-11-24 10:16:19 +08:00
committed by k8s-ci-robot
parent e4bbef6957
commit 33085a83f9
@@ -0,0 +1,38 @@
---
title: 云供应商
id: cloud-provider
date: 2018-04-12
full_link: /docs/concepts/cluster-administration/cloud-providers
short_description: >
云供应商是提供可以用来运行 Kubernetes 集群的云计算平台的公司。
aka:
tags:
- community
---
<!--
---
title: Cloud Provider
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.
aka:
tags:
- community
---
-->
<!--
Cloud provider is a company that offers cloud computing platform that can run Kubernetes clusters.
-->
云供应商是提供可以用来运行 Kubernetes 集群的云计算平台的公司。
<!--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.
-->
云供应商也叫云服务供应商(CSPs),他们可以为用户提供云计算平台。他们提供的服务可以是基础设施即服务(IaaS)或者平台即服务(PaaS)。云供应商除了运行 Kubernetes 集群,还提供一些集群交互的服务,例如负载均衡(Load Balancers)、存储类别(Storage Classes)等。