Merge pull request #20321 from NeoTse/master

fix a translation error and a format problem
This commit is contained in:
Kubernetes Prow Robot
2020-04-15 21:48:45 -07:00
committed by GitHub
2 changed files with 7 additions and 4 deletions
@@ -12,7 +12,8 @@ tags:
- operation
---
<!-- ---
<!--
---
title: Cluster
id: cluster
date: 2019-06-15
@@ -24,10 +25,12 @@ aka:
tags:
- fundamental
- operation
--- -->
---
-->
<!-- A set of machines, called nodes, that run containerized applications managed by Kubernetes. A cluster has at least one worker node and at least one master node. -->
集群由一组被称作节点的机器组成。这些节点上运行 Kubernetes 所管理的容器化应用。集群具有至少一个工作节点和至少一个主节点。
<!--more-->
<!-- The worker node(s) host the pods that are the components of the application. The master node(s) manages the worker nodes and the pods in the cluster. Multiple master nodes are used to provide a cluster with failover and high availability. -->
工作节点托管作为应用程序组件的 Pod 。主节点管理集群中的工作节点和 Pod 。多个主节点用于为集群提供故障转移和高可用性。
工作节点托管作为应用程序组件的 Pod 。主节点管理集群中的工作节点和 Pod 。多个主节点用于为集群提供故障转移和高可用性。
@@ -38,4 +38,4 @@ kube-proxy 维护节点上的网络规则。这些网络规则允许从集群内
<!-- kube-proxy uses the operating system packet filtering layer if there is one
and it's available. Otherwise, kube-proxy forwards the traffic itself. -->
如果有 kube-proxy 可用,它将使用操作系统数据包过滤层。否则,kube-proxy 转发流量本身。
如果操作系统提供了数据包过滤层并可用的话,kube-proxy会通过它来实现网络规则。否则,kube-proxy 转发流量本身。