https://boiteaoutilsinformatique.fr/en/it-dictionary/
23 definitions found
Cloud & Linux

Cilium

An eBPF-based Kubernetes networking and security plugin providing connectivity, policy enforcement, and observability.

View →
Cloud & Linux

Docker Compose

A tool that describes multiple containers, networks, and volumes in a declarative file.

View →
Cloud & Linux

Dockerfile

A file containing instructions used to build a container image.

View →
Cloud & Linux

eBPF

A Linux kernel technology that runs verified programs to observe or control selected system events.

View →
Cloud & Linux

Grafana

A visualization platform used to build dashboards from many data sources.

View →
Cloud & Linux

Helm

A package manager for Kubernetes based on configurable charts.

View →
Cloud & Linux

Kubernetes

A container orchestration platform that automates deployment, scaling, and recovery.

View →
Cloud & Linux

Kubernetes Pod

The smallest deployable Kubernetes unit containing one or more containers that share networking and local storage.

View →
Cloud & Linux

Kubernetes Service

A stable network abstraction exposing a set of Pods through consistent addressing and ports.

View →
Cloud & Linux

OpenTelemetry

A standard and toolset for collecting application traces, metrics, and logs.

View →
Cloud & Linux

Prometheus

A metrics-focused monitoring system with periodic scraping and the PromQL query language.

View →
Cloud & Linux

Terraform

A declarative Infrastructure as Code tool that describes resources in configuration files and converges infrastructure toward that state.

View →
Cloud & Linux

Terraform Apply

The Terraform operation that executes plan actions to actually change infrastructure.

View →
Cloud & Linux

Terraform Backend

The mechanism that defines where Terraform stores state and, depending on backend, how it handles locking or remote execution.

View →
Cloud & Linux

Terraform Drift

The difference between Terraform's declared/stored infrastructure state and a resource changed outside the Terraform workflow.

View →
Cloud & Linux

Terraform Module

A reusable Terraform configuration package grouping resources, variables, outputs, and architecture logic.

View →
Cloud & Linux

Terraform Plan

The Terraform operation that calculates and presents required changes without immediately applying them.

View →
Cloud & Linux

Terraform Provider

A Terraform plugin that implements resources and data sources for a specific API or platform.

View →
Cloud & Linux

Terraform State

The state file or object in which Terraform maps configuration resources to real objects and keeps required attributes.

View →
Cloud & Linux

Terraform Workspace

A separate Terraform state namespace using the same configuration to maintain multiple logical instances of the same code.

View →