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/ja/docs/setup/production-environment/windows/user-guide-windows-containers.md
+25-24Lines changed: 25 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,30 +1,30 @@
1
1
---
2
-
title: Guide for scheduling Windows containers in Kubernetes
2
+
title: KubernetesでWindowsコンテナーをスケジュールするためのガイド
3
3
content_type: concept
4
4
weight: 75
5
5
---
6
6
7
7
<!-- overview -->
8
8
9
-
Windows applications constitute a large portion of the services and applications that run in many organizations. This guide walks you through the steps to configure and deploy a Windows container in Kubernetes.
*Configure an example deployment to run Windows containers on the Windows node
18
-
* (Optional) Configure an Active Directory Identity for your Pod using Group Managed Service Accounts(GMSA)
17
+
*WindowsノードでWindowsコンテナを実行するサンプルのDeploymentを構成します
18
+
* (オプション)Group Managed Service Accounts(GMSA)を使用してPodのActive Directory IDを構成します
19
19
20
-
## Before you begin
20
+
## 始める前に
21
21
22
-
*Create a Kubernetes cluster that includes a [master and a worker node running Windows Server](/ja/docs/setup/production-environment/windows/user-guide-windows-nodes/)
23
-
*It is important to note that creating and deploying services and workloads on Kubernetes behaves in much the same way for Linux and Windows containers. [Kubectl commands](/docs/reference/kubectl/overview/) to interface with the cluster are identical. The example in the section below is provided simply to jumpstart your experience with Windows containers.
To deploy a Windows container on Kubernetes, you must first create an example application. The example YAML file below creates a simple webserver application. Create a service spec named `win-webserver.yaml` with the contents below:
Windows container hosts are not able to access the IP of services scheduled on them due to current platform limitations of the Windows networking stack. Only Windows pods are able to access service IPs.
0 commit comments