57f8ebfa26
* Adding check-legacy-links-format workflow * Adding test-link-rewrites workflow * chore: updates link checker workflow hash * Migrating links to new format Co-authored-by: Kendall Strautman <kendallstrautman@gmail.com>
18 lines
538 B
Plaintext
18 lines
538 B
Plaintext
---
|
|
layout: docs
|
|
page_title: Plugins
|
|
description: Learn about task driver and device plugins for Nomad.
|
|
---
|
|
|
|
# Plugins
|
|
|
|
Nomad 0.9 introduced a plugin framework which allows users to extend the
|
|
functionality of some components within Nomad. The design of the plugin system
|
|
is inspired by the lessons learned from plugin systems implemented in other
|
|
HashiCorp products such as Terraform and Vault.
|
|
|
|
The following components are currently pluggable within Nomad:
|
|
|
|
- [Task Drivers](/nomad/plugins/drivers)
|
|
- [Devices](/nomad/plugins/devices)
|