diff --git a/content/en/docs/concepts/extend-kubernetes/_index.md b/content/en/docs/concepts/extend-kubernetes/_index.md index 0402a89320375..ba9809ab63506 100644 --- a/content/en/docs/concepts/extend-kubernetes/_index.md +++ b/content/en/docs/concepts/extend-kubernetes/_index.md @@ -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 diff --git a/content/en/docs/concepts/windows/_index.md b/content/en/docs/concepts/windows/_index.md index 7d05aee6fc52e..d3300d0c41756 100644 --- a/content/en/docs/concepts/windows/_index.md +++ b/content/en/docs/concepts/windows/_index.md @@ -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: