Revise Windows in Kubernetes section
- Link to other pages - Update scheduling guide (partial update) Co-authored-by: Qiming Teng <tengqm@outlook.com>
This commit is contained in:
parent
9cdcb2c77c
commit
f84c2f9c38
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Extending Kubernetes
|
||||
weight: 110
|
||||
weight: 999 # this section should come last
|
||||
description: Different ways to change the behavior of your Kubernetes cluster.
|
||||
reviewers:
|
||||
- erictune
|
||||
|
|
|
|||
|
|
@ -1,4 +1,33 @@
|
|||
---
|
||||
title: "Windows in Kubernetes"
|
||||
weight: 50
|
||||
simple_list: true
|
||||
weight: 200 # late in list
|
||||
description: >-
|
||||
Kubernetes supports nodes that run Microsoft Windows.
|
||||
---
|
||||
|
||||
Kubernetes supports worker {{< glossary_tooltip text="nodes" term_id="node" >}}
|
||||
running either Linux or Microsoft Windows.
|
||||
|
||||
{{% thirdparty-content single="true" %}}
|
||||
|
||||
The CNCF and its parent the Linux Foundation take a vendor-neutral approach
|
||||
towards compatibility. It is possible to join your [Windows server](https://www.microsoft.com/en-us/windows-server)
|
||||
as a worker node to a Kubernetes cluster.
|
||||
|
||||
You can [install and set up kubectl on Windows](/docs/tasks/tools/install-kubectl-windows/)
|
||||
no matter what operating system you use within your cluster.
|
||||
|
||||
If you are using Windows nodes, you can read:
|
||||
|
||||
* [Networking On Windows](/docs/concepts/services-networking/windows-networking/)
|
||||
* [Windows Storage In Kubernetes](/docs/concepts/storage/windows-storage/)
|
||||
* [Resource Management for Windows Nodes](/docs/concepts/configuration/windows-resource-management/)
|
||||
* [Configure RunAsUserName for Windows Pods and Containers](/docs/tasks/configure-pod-container/configure-runasusername/)
|
||||
* [Create A Windows HostProcess Pod](/docs/tasks/configure-pod-container/create-hostprocess-pod/)
|
||||
* [Configure Group Managed Service Accounts for Windows Pods and Containers](/docs/tasks/configure-pod-container/configure-gmsa/)
|
||||
* [Security For Windows Nodes](/docs/concepts/security/windows-security/)
|
||||
* [Windows Debugging Tips](/docs/tasks/debug/debug-cluster/windows/)
|
||||
* [Guide for Scheduling Windows Containers in Kubernetes](/docs/concepts/windows/user-guide)
|
||||
|
||||
or, for an overview, read:
|
||||
|
|
|
|||
Loading…
Reference in New Issue