2022-11-02 12:34:37 +00:00
|
|
|
---
|
|
|
|
title: "Deployment"
|
|
|
|
layout: default
|
|
|
|
sort: 2
|
|
|
|
---
|
|
|
|
|
|
|
|
# Deployment
|
|
|
|
|
2023-07-21 11:36:56 +00:00
|
|
|
Node Feature Discovery can be deployed on any recent version of Kubernetes
|
2024-07-08 11:09:36 +00:00
|
|
|
(v1.24+).
|
2023-07-21 11:36:56 +00:00
|
|
|
|
2023-04-25 12:28:07 +00:00
|
|
|
See [Image variants](image-variants.md) for description of the different NFD
|
2022-12-20 13:14:41 +00:00
|
|
|
container images available.
|
|
|
|
|
2023-04-25 12:28:07 +00:00
|
|
|
[Using Kustomize](kustomize.md) provides straightforward deployment with
|
2022-12-20 13:14:41 +00:00
|
|
|
`kubectl` integration and declarative customization.
|
|
|
|
|
2023-04-25 12:28:07 +00:00
|
|
|
[Using Helm](helm.md) provides easy management of NFD deployments with nice
|
2022-12-20 13:14:41 +00:00
|
|
|
configuration management and easy upgrades.
|
|
|
|
|
2023-04-25 12:28:07 +00:00
|
|
|
[Using Operator](operator.md) provides deployment and configuration management via
|
2022-12-20 13:14:41 +00:00
|
|
|
CRDs.
|