open-nomad/website/content/plugins/index.mdx
Kevin Wang 3e6757f211
feat(website): extract /plugins /tools docs (#11584)
Co-authored-by: Luiz Aoqui <luiz@hashicorp.com>
Co-authored-by: Mike Nomitch <mnomitch@hashicorp.com>
2021-12-09 14:25:18 -05:00

18 lines
526 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](/plugins/drivers)
- [Devices](/plugins/devices)