mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-06 00:37:01 +00:00
Bump the required Kubernetes version to v1.24. In practice this is the minimum Kubernetes version as our deployment (both kustomize and Helm) depend on the gRPC container probes feature of Kubernetes.
22 lines
596 B
Markdown
22 lines
596 B
Markdown
---
|
|
title: "Deployment"
|
|
layout: default
|
|
sort: 2
|
|
---
|
|
|
|
# Deployment
|
|
|
|
Node Feature Discovery can be deployed on any recent version of Kubernetes
|
|
(v1.24+).
|
|
|
|
See [Image variants](image-variants.md) for description of the different NFD
|
|
container images available.
|
|
|
|
[Using Kustomize](kustomize.md) provides straightforward deployment with
|
|
`kubectl` integration and declarative customization.
|
|
|
|
[Using Helm](helm.md) provides easy management of NFD deployments with nice
|
|
configuration management and easy upgrades.
|
|
|
|
[Using Operator](operator.md) provides deployment and configuration management via
|
|
CRDs.
|