From 42dc9d118be19cc5a5b7a2d962be5fc5747940a2 Mon Sep 17 00:00:00 2001 From: cyberblack28 Date: Mon, 3 Aug 2020 16:51:32 +0900 Subject: [PATCH] Update content/ja/docs/setup/production-environment/windows/intro-windows-in-kubernetes.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 良いともいます。 Co-authored-by: nasa9084 --- .../windows/intro-windows-in-kubernetes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ja/docs/setup/production-environment/windows/intro-windows-in-kubernetes.md b/content/ja/docs/setup/production-environment/windows/intro-windows-in-kubernetes.md index fa360d789f..44799155a8 100644 --- a/content/ja/docs/setup/production-environment/windows/intro-windows-in-kubernetes.md +++ b/content/ja/docs/setup/production-environment/windows/intro-windows-in-kubernetes.md @@ -129,7 +129,7 @@ CSIノードプラグイン(特に、ブロックデバイスまたは共有 Windowsコンテナのネットワークは、[CNIプラグイン](/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/)を通じて公開されます。Windowsコンテナは、ネットワークに関して仮想マシンと同様に機能します。各コンテナには、Hyper-V仮想スイッチ(vSwitch)に接続されている仮想ネットワークアダプター(vNIC)があります。Host Network Service(HNS)とHost Compute Service(HCS)は連携してコンテナを作成し、コンテナvNICをネットワークに接続します。HCSはコンテナの管理を担当するのに対し、HNSは次のようなネットワークリソースの管理を担当します。: -* 仮想ネットワーク(vSwitchの作成を含む) +* 仮想ネットワーク(vSwitchの作成を含む) * エンドポイント/vNIC * ネームスペース * ポリシー(パケットのカプセル化、負荷分散ルール、ACL、NATルールなど)