open-nomad/website/content/plugins/index.mdx
Ashlee M Boyer 57f8ebfa26
docs: Migrate link formats (#15779)
* 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>
2023-01-25 09:31:14 -08:00

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)