Skip to content

Commit

Permalink
Revise Windows in Kubernetes section
Browse files Browse the repository at this point in the history
- Link to other pages
- Update scheduling guide (partial update)

Co-authored-by: Qiming Teng <tengqm@outlook.com>
  • Loading branch information
sftim and tengqm committed Apr 17, 2023
1 parent 9cdcb2c commit f84c2f9
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/en/docs/concepts/extend-kubernetes/_index.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
31 changes: 30 additions & 1 deletion content/en/docs/concepts/windows/_index.md
Original file line number Diff line number Diff line change
@@ -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:

0 comments on commit f84c2f9

Please sign in to comment.