20200727 Original English sentence delete repair

This commit is contained in:
cyberblack28 2020-07-27 17:40:18 +09:00
parent dc45808284
commit b5a65592cb
1 changed files with 0 additions and 4 deletions

View File

@ -54,8 +54,6 @@ Kubernetesの主要な要素は、WindowsでもLinuxと同じように機能し
* [Pods](/ja/docs/concepts/workloads/pods/pod-overview/)
A Pod is the basic building block of Kubernetesthe smallest and simplest unit in the Kubernetes object model that you create or deploy. You may not deploy Windows and Linux containers in the same Pod. All containers in a Pod are scheduled onto a single Node where each Node represents a specific platform and architecture. The following Pod capabilities, properties and events are supported with Windows containers:
Podは、Kubernetesの基本的なビルディングブロックです。作成またはデプロイするKubernetesオブジェクトモデルの最小かつ最も単純なユニットです。 WindowsとLinuxのコンテナを同じPodにデプロイすることはできません。Pod内のすべてのコンテナは、各ードが特定のプラットフォームとアーキテクチャを表す単一のードにスケジュールされます。次のPod機能、プロパティ、およびイベントがWindowsコンテナでサポートされています。:
* プロセス分離とボリューム共有を備えたPodごとの単一または複数のコンテナ
@ -129,8 +127,6 @@ CSIードプラグイン特に、ブロックデバイスまたは共有
#### ネットワーキング
Networking for Windows containers is exposed through [CNI plugins](/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/). Windows containers function similarly to virtual machines in regards to networking. Each container has a virtual network adapter (vNIC) which is connected to a Hyper-V virtual switch (vSwitch). The Host Networking Service (HNS) and the Host Compute Service (HCS) work together to create containers and attach container vNICs to networks. HCS is responsible for the management of containers whereas HNS is responsible for the management of networking resources such as:
Windowsコンテナのネットワークは、[CNIプラグイン](/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/)を通じて公開されます。 Windowsコンテナは、ネットワークに関して仮想マシンと同様に機能します。各コンテナには、Hyper-V仮想スイッチvSwitchに接続されている仮想ネットワークアダプターvNICがあります。Host Network ServiceHNSとHost Compute ServiceHCSは連携してコンテナを作成し、コンテナvNICをネットワークに接続します。HCSはコンテナの管理を担当するのに対し、HNSは次のようなネットワークリソースの管理を担当します。:
* 仮想ネットワークvSwitchの作成を含む