mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-17 05:48:21 +00:00
19 lines
498 B
Markdown
19 lines
498 B
Markdown
---
|
|
title: "Deployment"
|
|
layout: default
|
|
sort: 2
|
|
---
|
|
|
|
# Deployment
|
|
|
|
See [Image variants](image-variants) for description of the different NFD
|
|
container images available.
|
|
|
|
[Using Kustomize](kustomize) provides straightforward deployment with
|
|
`kubectl` integration and declarative customization.
|
|
|
|
[Using Helm](helm) provides easy management of NFD deployments with nice
|
|
configuration management and easy upgrades.
|
|
|
|
[Using Operator](operator) provides deployment and configuration management via
|
|
CRDs.
|