[zh-cn] updated /glossary/istio.md and kops.md
parent
6a69ea9043
commit
ee4e170689
|
@ -2,9 +2,9 @@
|
||||||
title: Istio
|
title: Istio
|
||||||
id: istio
|
id: istio
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
full_link: https://istio.io/docs/concepts/what-is-istio/
|
full_link: https://istio.io/zh/docs/concepts/what-is-istio/
|
||||||
short_description: >
|
short_description: >
|
||||||
Istio 是个开放平台(非 Kubernetes 特有),提供了一种统一的方式来集成微服务、管理流量、实施策略和汇总度量数据。
|
Istio 是一个(非 Kubernetes 特有的)开放平台,提供了一种统一的方式来集成微服务、管理流量、实施策略和汇总度量数据。
|
||||||
aka:
|
aka:
|
||||||
tags:
|
tags:
|
||||||
- networking
|
- networking
|
||||||
|
@ -13,7 +13,6 @@ tags:
|
||||||
---
|
---
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
---
|
|
||||||
title: Istio
|
title: Istio
|
||||||
id: istio
|
id: istio
|
||||||
date: 2018-04-12
|
date: 2018-04-12
|
||||||
|
@ -26,14 +25,13 @@ tags:
|
||||||
- networking
|
- networking
|
||||||
- architecture
|
- architecture
|
||||||
- extension
|
- extension
|
||||||
---
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
An open platform (not Kubernetes-specific) that provides a uniform way to integrate microservices, manage traffic flow, enforce policies, and aggregate telemetry data.
|
An open platform (not Kubernetes-specific) that provides a uniform way to integrate microservices, manage traffic flow, enforce policies, and aggregate telemetry data.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
Istio 是个开放平台(非 Kubernetes 特有),提供了一种统一的方式来集成微服务、管理流量、实施策略和汇总度量数据。
|
Istio 是一个(非 Kubernetes 特有的)开放平台,提供了一种统一的方式来集成微服务、管理流量、实施策略和汇总度量数据。
|
||||||
|
|
||||||
<!--more-->
|
<!--more-->
|
||||||
|
|
||||||
|
|
|
@ -37,13 +37,12 @@ kops 是一个命令行工具,可以帮助您创建、销毁、升级和维护
|
||||||
<!--more-->
|
<!--more-->
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
{{< note >}}
|
|
||||||
kops has general availability support only for AWS.
|
kops has general availability support only for AWS.
|
||||||
Support for using kops with GCE and VMware vSphere are in alpha.
|
Support for using kops with GCE and VMware vSphere are in alpha.
|
||||||
{{< /note >}}
|
|
||||||
-->
|
-->
|
||||||
注意:官方仅支持 AWS,GCE 和 VMware vSphere 的支持还处于 alpha* 阶段。
|
{{< note >}}
|
||||||
|
注意:官方仅支持 AWS。对 GCE 和 VMware vSphere 的支持还处于 Alpha 阶段。
|
||||||
|
{{< /note >}}
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
`kops` provisions your cluster with:
|
`kops` provisions your cluster with:
|
||||||
|
@ -60,7 +59,7 @@ Support for using kops with GCE and VMware vSphere are in alpha.
|
||||||
|
|
||||||
* 全自动化安装
|
* 全自动化安装
|
||||||
* 基于 DNS 的集群标识
|
* 基于 DNS 的集群标识
|
||||||
* 自愈功能:所有组件都在自动伸缩组(Auto-Scaling Groups)中运行
|
* 自愈功能:所有组件都在自动扩缩组(Auto-Scaling Groups)中运行
|
||||||
* 有限的操作系统支持 (推荐使用 Debian,支持 Ubuntu 16.04,试验性支持 CentOS & RHEL)
|
* 有限的操作系统支持 (推荐使用 Debian,支持 Ubuntu 16.04,试验性支持 CentOS & RHEL)
|
||||||
* 高可用 (HA) 支持
|
* 高可用 (HA) 支持
|
||||||
* 直接提供或者生成 Terraform 清单文件的能力
|
* 直接提供或者生成 Terraform 清单文件的能力
|
||||||
|
|
Loading…
Reference in New Issue