RousselTMLEARNING

DEVOPS · CLOUD · OBSERVABILITY

Glossary

Words that make technology clearer. Explore DevOps, cloud and observability terminology.

40 results Reset

A/B testing #

A testing method used to compare two versions of an application or web page simultaneously to determine which one performs better for users.

ABAC (Attribute-Based Access Control) #

A dynamic access control model where rights are granted based on the attributes of the user, the resource, and the current context.

ACL (Access Control List) #

A list of rules that specifies which users or system processes are granted access to specific objects or system resources.

Agile #

An iterative and incremental software development methodology favoring collaboration, adaptability, and the rapid delivery of business value.

AIOps (Artificial Intelligence for IT Operations) #

The use of artificial intelligence and machine learning to automate and improve IT operations (e.g., anomaly detection, reducing alert noise).

APT / deb #

A package management tool (Advanced Package Tool) and archive format (.deb) used by Debian-family Linux distributions (e.g., Ubuntu).

Audit #

The chronological recording and examination of system records and activities to ensure compliance and security.

Beats #

Lightweight data shippers (like Filebeat, Metricbeat, etc.) installed on servers to collect and send various types of operational data (logs, metrics) to the Elastic Stack.

Binary #

An executable or pre-compiled file generated from source code, directly readable and executable by a machine.

DevSecOps #

The native integration of security practices from the very beginning and throughout the entire DevOps lifecycle (Shift-Left approach).

Docker #

An open-source platform designed to make it easier to create, deploy, and run applications by isolating them into portable, lightweight software containers.

GitOps #

A continuous deployment practice where a Git repository serves as the single source of declarative truth for infrastructure and applications.

Heavyweight Agent #

A collection program equipped with extensive local features (processing, filtering, buffering) that consumes more system resources. Example: Logstash.

HTTP GET #

An HTTP protocol method used to request and retrieve data from a server without causing any side effects (without modifying the resource's state).

HTTP POST #

An HTTP protocol method used to send data to a server, typically for the purpose of creating a new resource.

Logstash #

An open-source, server-side data processing pipeline that ingests data from a multitude of sources simultaneously, transforms it, and then sends it to a 'stash' like Elasticsearch.

MTTR (Mean Time To Recovery) #

A key performance indicator measuring the average time required to restore a service or system after a failure.

NoOps #

A concept where the IT environment is so automated and abstracted (e.g., Serverless, PaaS) that it almost completely removes the need for a dedicated operations team for daily tasks.

Toil #

Manual, repetitive, automatable operational work that is devoid of enduring value and scales linearly with the system's growth.

YUM / DNF / rpm #

Package managers and archive format (.rpm) used by Red Hat-family Linux distributions (e.g., RHEL, CentOS, Fedora).