You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/zh/docs/concepts/cluster-administration/addons.md
+38-28Lines changed: 38 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,28 +1,22 @@
1
1
---
2
-
3
2
title: 安装扩展(Addons)
4
3
content_type: concept
5
4
---
6
5
7
6
<!-- overview -->
8
7
9
-
10
8
<!--
11
9
Add-ons extend the functionality of Kubernetes.
12
10
13
11
This page lists some of the available add-ons and links to their respective installation instructions.
14
12
15
13
Add-ons in each section are sorted alphabetically - the ordering does not imply any preferential status.
16
14
-->
17
-
18
15
Add-ons 扩展了 Kubernetes 的功能。
19
16
20
17
本文列举了一些可用的 add-ons 以及到它们各自安装说明的链接。
21
18
22
-
每个 add-ons 按字母顺序排序 - 顺序不代表任何优先地位。
23
-
24
-
25
-
19
+
每个 Add-ons 按字母顺序排序 - 顺序不代表任何优先地位。
26
20
27
21
<!-- body -->
28
22
@@ -45,56 +39,73 @@ Add-ons 扩展了 Kubernetes 的功能。
45
39
* [Romana](http://romana.io) is a Layer 3 networking solution for pod networks that also supports the [NetworkPolicy API](/docs/concepts/services-networking/network-policies/). Kubeadm add-on installation details available [here](https://github.com/romana/romana/tree/master/containerize).
46
40
* [Weave Net](https://www.weave.works/docs/net/latest/kube-addon/) provides networking and network policy, will carry on working on both sides of a network partition, and does not require an external database.
* [CoreDNS](https://coredns.io) is a flexible, extensible DNS server which can be [installed](https://github.com/coredns/deployment/tree/master/kubernetes) as the in-cluster DNS for pods.
70
81
-->
71
-
72
82
## 服务发现
73
83
74
-
*[CoreDNS](https://coredns.io) 是一种灵活的,可扩展的 DNS 服务器,可以[安装](https://github.com/coredns/deployment/tree/master/kubernetes)为集群内的 Pod 提供 DNS 服务。
84
+
*[CoreDNS](https://coredns.io) 是一种灵活的,可扩展的 DNS 服务器,可以
85
+
[安装](https://github.com/coredns/deployment/tree/master/kubernetes)为集群内的 Pod 提供 DNS 服务。
75
86
76
87
<!--
77
88
## Visualization & Control
78
89
79
90
* [Dashboard](https://github.com/kubernetes/dashboard#kubernetes-dashboard) is a dashboard web interface for Kubernetes.
80
91
* [Weave Scope](https://www.weave.works/documentation/scope-latest-installing/#k8s) is a tool for graphically visualizing your containers, pods, services etc. Use it in conjunction with a [Weave Cloud account](https://cloud.weave.works/) or host the UI yourself.
81
92
-->
82
-
83
93
## 可视化管理
84
94
85
-
86
-
*[Dashboard](https://github.com/kubernetes/dashboard#kubernetes-dashboard) 是一个 Kubernetes 的 web 控制台界面。
* [KubeVirt](https://kubevirt.io/user-guide/#/installation/installation) is an add-on to run virtual machines on Kubernetes. Usually run on bare-metal clusters.
0 commit comments