Skip to content
DevOps Glossary
Contribute
Home / Tool

Tool

27 terms in this category.

Ansible

tool

An agentless automation tool for configuration management, application deployment, and task automation using YAML playbooks.

automation configuration-management yaml

Apache Cassandra

tool

A distributed NoSQL database built for high availability and massive scalability across data centers.

database nosql distributed-systems

Apache Kafka

tool

A distributed event streaming platform for high-throughput, real-time data pipelines and streaming.

streaming messaging distributed-systems

Bash

tool

The Bourne Again Shell — the default command-line interpreter on most Linux distributions and the lingua franca of shell scripting.

shell terminal development

Ceph

tool

An open-source distributed storage system providing object, block, and file storage in a single unified platform.

storage distributed-systems cloud-native

Claude Code

tool

Anthropic's agentic AI coding assistant that lives in your terminal, capable of editing files, running commands, and more.

ai developer-tools cli

Codex

tool

OpenAI's agentic coding assistant CLI that can autonomously write, debug, and refactor code using GPT models.

ai developer-tools cli

containerd

tool

An industry-standard container runtime that manages the complete container lifecycle, from image transfer to execution and supervision.

containers runtime cloud-native

Docker

tool

A platform for building, shipping, and running applications in lightweight, portable containers.

containers virtualization

Git

tool

A distributed version control system that tracks changes in source code, enabling collaboration and history management.

version-control source-code collaboration

Grafana

tool

An open-source analytics and visualization platform for monitoring data, commonly paired with Prometheus.

monitoring visualization dashboards

Helm

tool

The package manager for Kubernetes that simplifies deploying and managing applications using reusable charts.

kubernetes packaging deployment

Jenkins

tool

An open-source automation server for building, testing, and deploying software through customizable pipelines.

ci-cd automation java

MongoDB

tool

A document-oriented NoSQL database that stores data as flexible JSON-like documents.

database nosql document-store

MySQL

tool

A widely used open-source relational database known for its speed and reliability.

database relational open-source

OpenCode

tool

An open-source AI coding assistant for the terminal, providing an extensible and transparent alternative to proprietary tools.

ai developer-tools open-source

OpenTelemetry (OTel)

tool

A vendor-neutral, open-source observability framework for generating, collecting, and exporting telemetry data.

observability telemetry cloud-native

Podman

tool

A daemonless, rootless container engine that provides a Docker-compatible CLI without requiring a background service to run.

containers daemonless security

PostgreSQL

tool

A powerful open-source relational database known for standards compliance and extensibility.

database relational open-source

Prometheus

tool

An open-source monitoring and alerting toolkit designed for reliability and scalability in cloud-native environments.

monitoring metrics alerting

Puppet

tool

A configuration management tool that uses declarative code to automate infrastructure provisioning and system configuration.

configuration-management automation infrastructure

RabbitMQ

tool

A reliable open-source message broker supporting multiple messaging protocols like AMQP.

messaging queue amqp

SaltStack

tool

An event-driven automation and configuration management platform built for speed and scale using a master-minion architecture.

configuration-management automation event-driven

Swagger

tool

A suite of API development tools and the original name for the specification now known as OpenAPI.

api documentation openapi

Terraform (TF)

tool

An infrastructure-as-code tool that lets you define and provision cloud resources using declarative config files.

iac provisioning hashicorp

Vitess

tool

A database clustering system for horizontal scaling of MySQL, originally built at YouTube and now a CNCF graduated project.

databases scaling cloud-native

Z Shell (ZSH)

tool

An extended Bourne shell with powerful features for interactive use, scripting, and customization.

shell terminal development