|
1 | 1 | ---
|
2 | 2 | title: "Kubernetes 中的 Windows"
|
3 |
| -weight: 50 |
| 3 | +simple_list: true |
| 4 | +weight: 200 |
| 5 | +description: >- |
| 6 | + Kubernetes 支持运行 Microsoft Windows 节点。 |
4 | 7 | ---
|
| 8 | + |
5 | 9 | <!--
|
6 | 10 | title: "Windows in Kubernetes"
|
7 |
| -weight: 50 |
| 11 | +simple_list: true |
| 12 | +weight: 200 # late in list |
| 13 | +description: >- |
| 14 | + Kubernetes supports nodes that run Microsoft Windows. |
8 | 15 | -->
|
| 16 | + |
| 17 | +<!-- |
| 18 | +Kubernetes supports worker {{< glossary_tooltip text="nodes" term_id="node" >}} |
| 19 | +running either Linux or Microsoft Windows. |
| 20 | +--> |
| 21 | +Kubernetes 支持运行 Linux 或 Microsoft Windows |
| 22 | +的工作{{< glossary_tooltip text="节点" term_id="node" >}}。 |
| 23 | + |
| 24 | +{{% thirdparty-content single="true" %}} |
| 25 | + |
| 26 | +<!-- |
| 27 | +The CNCF and its parent the Linux Foundation take a vendor-neutral approach |
| 28 | +towards compatibility. It is possible to join your [Windows server](https://www.microsoft.com/en-us/windows-server) |
| 29 | +as a worker node to a Kubernetes cluster. |
| 30 | +--> |
| 31 | +CNCF 及其母公司 Linux 基金会采用供应商中立的方法来实现兼容性。可以将你的 |
| 32 | +[Windows 服务器](https://www.microsoft.com/en-us/windows-server)作为工作节点加入 |
| 33 | +Kubernetes 集群。 |
| 34 | + |
| 35 | +<!-- |
| 36 | +You can [install and set up kubectl on Windows](/docs/tasks/tools/install-kubectl-windows/) |
| 37 | +no matter what operating system you use within your cluster. |
| 38 | +
|
| 39 | +If you are using Windows nodes, you can read: |
| 40 | +--> |
| 41 | +无论你的集群使用什么操作系统, |
| 42 | +都可以[在 Windows 上安装和设置 kubectl](/zh-cn/docs/tasks/tools/install-kubectl-windows/)。 |
| 43 | + |
| 44 | +如果你使用的是 Windows 节点,你可以阅读: |
| 45 | + |
| 46 | +<!-- |
| 47 | +* [Networking On Windows](/docs/concepts/services-networking/windows-networking/) |
| 48 | +* [Windows Storage In Kubernetes](/docs/concepts/storage/windows-storage/) |
| 49 | +* [Resource Management for Windows Nodes](/docs/concepts/configuration/windows-resource-management/) |
| 50 | +* [Configure RunAsUserName for Windows Pods and Containers](/docs/tasks/configure-pod-container/configure-runasusername/) |
| 51 | +* [Create A Windows HostProcess Pod](/docs/tasks/configure-pod-container/create-hostprocess-pod/) |
| 52 | +* [Configure Group Managed Service Accounts for Windows Pods and Containers](/docs/tasks/configure-pod-container/configure-gmsa/) |
| 53 | +* [Security For Windows Nodes](/docs/concepts/security/windows-security/) |
| 54 | +* [Windows Debugging Tips](/docs/tasks/debug/debug-cluster/windows/) |
| 55 | +* [Guide for Scheduling Windows Containers in Kubernetes](/docs/concepts/windows/user-guide) |
| 56 | +
|
| 57 | +or, for an overview, read: |
| 58 | +--> |
| 59 | +* [Windows 上的网络](/zh-cn/docs/concepts/services-networking/windows-networking/) |
| 60 | +* [Kubernetes 中的 Windows 存储](/zh-cn/docs/concepts/storage/windows-storage/) |
| 61 | +* [Windows 节点的资源管理](/zh-cn/docs/concepts/configuration/windows-resource-management/) |
| 62 | +* [为 Windows Pod 和容器配置 RunAsUserName](/zh-cn/docs/tasks/configure-pod-container/configure-runasusername/) |
| 63 | +* [创建 Windows HostProcess Pod](/zh-cn/docs/tasks/configure-pod-container/create-hostprocess-pod/) |
| 64 | +* [为 Windows Pod 和容器配置组托管服务帐户](/zh-cn/docs/tasks/configure-pod-container/configure-gmsa/) |
| 65 | +* [Windows 节点的安全性](/zh-cn/docs/concepts/security/windows-security/) |
| 66 | +* [Windows 调试技巧](/zh-cn/docs/tasks/debug/debug-cluster/windows/) |
| 67 | +* [在 Kubernetes 中调度 Windows 容器指南](/zh-cn/docs/concepts/windows/user-guide) |
| 68 | + |
| 69 | +或者,要了解概览,请阅读: |
| 70 | + |
| 71 | + |
0 commit comments