1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00
Files
openshift-docs/modules/windows-node-services.adoc
2020-12-13 20:36:55 -05:00

32 lines
985 B
Plaintext

// Module included in the following assemblies:
//
// * windows_containers/understanding-windows-container-workloads.adoc
[id="windows-node-services_{context}"]
= Windows node services
The following Windows-specific services are installed on each Windows node:
[cols="1,2",options="header"]
|===
|Service
|Description
|kubelet
|Registers the Windows node and manages its status.
|Container Network Interface (CNI) plug-ins
|Exposes link:https://kubernetes.io/docs/setup/production-environment/windows/intro-windows-in-kubernetes/#networking[networking] for Windows nodes.
|Windows Machine Config Bootstrapper (WMCB)
|Configures the kubelet and CNI plug-ins.
|hybrid-overlay
|Creates the {product-title} link:https://docs.microsoft.com/en-us/virtualization/windowscontainers/container-networking/architecture#container-network-management-with-host-network-service[Host Network Service (HNS)].
|kube-proxy
|Maintains network rules on nodes allowing outside communication.
|===