Glossary
Glossary
Terms used across every course. Course-specific terms are tagged with the course they come from.
3
- 3-2-1 rule๐ง Linux
- The backup sizing rule: 3 copies of the data, on 2
A
- ACL๐ง Linux
- Access Control List. A list of permissions attached to a
- ACL (Access Control List)โฌข Proxmox VE
- A list of permissions attached to a path in Proxmox.
- Acme / Let's Encryptโฌข Proxmox VE
- Automated certificate management; Proxmox VE supports
- Acting setโ Ceph
- The set of OSDs currently responsible for a placement
- Action pluginโ Ansible
- Code that runs on the controller to implement or wrap a task.
- Active + cleanโ Ceph
- The PG's healthy steady state. The cluster has
- Active + degradedโ Ceph
- The PG is missing one or more replicas but
- Active-Backup Bondโฌข Proxmox VE
- Same as active-passive; common Linux bonding terminology.
- Active-Passive Bondโฌข Proxmox VE
- A bonding mode where one slave is active and the other is on
- Ad-hoc commandโ Ansible
- A single module invocation run from the command line
- Affinity Ruleโฌข Proxmox VE
- HA rule that places a resource on specific nodes (positive) or
- Agentlessโ Ansible
- Ansible installs no persistent daemon on managed nodes. It connects
- Air-gapped๐ง Linux
- A backup copy that is physically unreachable from the network -
- Alertโ Observability
- A notification that an event of operational interest has
- Alert fatigueโ Observability
- The condition in which an operator stops responding to alerts.
- Alerting ruleโ Observability
- A Prometheus rule of kind
alert. A query, afor:duration, - Alertmanagerโ Observability
- The Prometheus component that receives alerts from Prometheus
- Alloyโ Observability
- Grafana Alloy is the strategic Grafana collector. It replaces
- Annotationโ Observability
- A key-value pair on an alert that carries human-facing context:
- Anti-Affinity Ruleโฌข Proxmox VE
- HA rule that keeps resources on different nodes.
- Apdexโ Observability
- Application Performance Index. A normalised score from 0 to 1
- Apdex-aligned error rateโ Observability
- The fraction of requests that fall outside the Apdex
- API Tokenโฌข Proxmox VE
- Long-lived credential for the REST API, scoped to a user. With
- APICv / Posted Interruptsโฌข Proxmox VE
- Hardware virtualisation features that improve VM
- APMโ Observability
- Application Performance Management. The category of commercial
- AppArmor๐ณ Docker & Containers
- A Linux kernel MAC system. Docker integrates with AppArmor
- Application-consistent๐ง Linux
- A backup taken after the application has flushed and quiesced
- Applyโ Terraform
- The execution of the plan. Apply walks the resource graph,
- Argument, build๐ณ Docker & Containers
- A value passed at build time.
docker build --build-arg KEY=VALUE - Argument, runtime๐ณ Docker & Containers
- A value passed to a container at
docker run. `docker run -e - ARP๐ง Linux
- Address Resolution Protocol. Maps IP addresses to MAC
- ASLR๐ง Linux
- Address Space Layout Randomization. A security feature
- Attributionโ Observability
- The connection between an aggregate metric datapoint and the
- Audit logโ Observability
- A log of system actions: who did what, when, and from where.
- Auditabilityโ Ansible
- The ability to answer, after the fact: which automation version ran,
- Auditd๐ง Linux
- The Linux Auditing System. Logs security-relevant events
- Authentication (cephx)โ Ceph
- Ceph's default mutual authentication
- Auto-scaling๐ณ Docker & Containers
- The horizontal scaling of containers based on load. Docker
B
- Backendโ Terraform
- The storage location for the state. Local backends store the
- Backfillโ Ceph
- The operation that populates a newly added OSD (or an
- Backpressureโ Observability
- The mechanism by which a downstream consumer signals an
- Balancingโ Ceph
- The ongoing process by which Ceph keeps PG counts
- Base image๐ณ Docker & Containers
- A starting image for a Dockerfile's
FROMinstruction. - Base time seriesโ Observability
- A time series with no labels, or only labels with single
- Bashโฌข Proxmox VE
- Default shell on Proxmox nodes. CLI tools (
qm,pct, etc.) are bash-friendly. - Bastion / jump hostโ Ansible
- An intermediate host through which the controller reaches managed nodes,
- BBU (Battery Backup Unit)โฌข Proxmox VE
- A battery or supercapacitor on a RAID controller that
- Beaconโ Observability
- A small JavaScript snippet that sends telemetry from a browser
- Bind mount๐ณ Docker & Containers
- A mount that binds a host file or directory into a container.
- BIOSโฌข Proxmox VE
- Legacy VM firmware; modern VMs use UEFI/OVMF.
- Black-box monitoringโ Observability
- Telemetry produced by a probe that simulates an external user
- Blast radiusโ Ansible
- The number and criticality of systems a single mistake can affect.
- Blast radiusโ Terraform
- The amount and criticality of infrastructure potentially
- Blockโ Ansible
block/rescue/always: grouped tasks with error handling, roughly- BlueStoreโ Ceph
- Ceph's default object store since Reef (18.x),
- BMC๐ง Linux
- Baseboard Management Controller. A chip on the
- Bondโฌข Proxmox VE
- Linux link aggregation.
bond-mode 802.3adis LACP. - BorgBackup๐ง Linux
- A deduplicating, compressing, encrypting backup program for
- Break-glass๐ง Linux
- An access path deliberately kept outside the normal
- Break-Glass Accountโฌข Proxmox VE
- Emergency-use account with TFA disabled. Stored in a sealed
- Bridgeโฌข Proxmox VE
- Linux virtual switch.
vmbr0is the typical default. - Bridge network๐ณ Docker & Containers
- The default Docker network. Containers on the same bridge can
- Btrfs๐ง Linux
- A modern copy-on-write filesystem with snapshots, subvolumes,
- Btrfsโฌข Proxmox VE
- A Linux filesystem with snapshots and checksumming. Less mature in Proxmox than ZFS.
- Bucketโ Ceph
- A CRUSH container that holds items (leaves) or other
- Bucketโ Observability
- A bin in a histogram. The cumulative count of observations
- Build context๐ณ Docker & Containers
- The file or directory passed to
docker build. The Dockerfile - BuildKit๐ณ Docker & Containers
- The default Docker build engine since Docker 23.0. BuildKit
C
- CA๐ง Linux
- Certificate Authority. The entity that signs digital
- Callback pluginโ Ansible
- Code that consumes run events and produces output: the human-readable
- Canaryโ Ansible
- A deliberately small first batch โ one host, or a designated group โ
- Canary๐ง Linux
- The first host, or small group of hosts, to receive a change,
- Capability๐ง Linux
- A discrete slice of root\'s power that can be granted on its
- Cardinal, labelโ Observability
- See Cardinality, label.
- Cardinalityโ Observability
- The number of distinct time series produced by a metric. For
- Cardinality analyserโ Observability
- A tool or query that breaks down the series count of a metric
- Cardinality Auditโ Observability
- A quarterly review where the platform team inspects top
- Cardinality budgetโ Observability
- A pre-agreed limit on the cardinality a metric, a service, or
- Cardinality budget enforcementโ Observability
- The mechanism by which a platform enforces per-tenant or
- Cardinality budget reviewโ Observability
- Quarterly. Per-service. Includes: top 20 high-cardinality
- Cardinality estimationโ Observability
- A back-of-envelope calculation: for a metric with N labels of
- Cardinality explosionโ Observability
- The specific failure mode where a Prometheus instance runs out
- Cardinality incidentโ Observability
- The production scenario where a single metric's cardinality
- Cardinality incidentโ Observability
- A "cardinality incident" is a term the course uses to denote
- Cardinality spikeโ Observability
- Same as a cardinality incident: a sudden increase in series
- Cardinality testโ Observability
- A CI step that rejects changes whose estimated cardinality
- Cardinality vs Cardinalโ Observability
- A "cardinal" in this context is sometimes used (informally) to
- Cardinality vs Churnโ Observability
- Churn is the rate at which time series are created and
- Cardinality vs Hot Spotโ Observability
- A hot spot is a single high-traffic series, often a counter
- Cardinality vs Skewโ Observability
- A skew is a non-uniform distribution of values across labels.
- Cardinality vs Spansโ Observability
- Tempo stores trace spans. Each span has attributes. High
- Cardinality vs Volumeโ Observability
- Two distinct concerns. Cardinality is the number of distinct
- Cardinality, alert onโ Observability
- A meta-monitor that fires when total series exceeds a budget.
- Cardinality, labelโ Observability
- A label that, by its value distribution, contributes to series
- Cardinality, scheduledโ Observability
- A scheduled increase in cardinality, e.g. a deploy that adds
- Cardinality, stream (Loki)โ Observability
- In Loki, "cardinality" refers to the number of unique
- Cardinality, tenantโ Observability
- Multi-tenant observability platforms (Mimir, Cortex) have
- Cardinality, topโ Observability
- A high-cardinality label or metric. Top-N cardinality is
- Cardinality, valueโ Observability
- The number of distinct values a single label takes across all
- Cardinality, vectorโ Observability
- In OTel/vector.dev terms, the cardinality of a metric is its
- Cardinality, virtualโ Observability
- A high-cardinality value that is stored in structured metadata
- Cephโฌข Proxmox VE
- Distributed object store and filesystem. Proxmox integrates with Ceph as a
- Ceph Manager (MGR)โฌข Proxmox VE
- Hosts cluster metrics, PG autoscaling, and orchestrator
- Ceph Monitor (MON)โฌข Proxmox VE
- Maintains cluster membership and consensus. Requires majority
- Ceph OSD (Object Storage Daemon)โฌข Proxmox VE
- Stores objects on a single disk. The unit of
- cephadmโ Ceph
- The supported orchestrator for Ceph. Deploys and
- CephFSโฌข Proxmox VE
- Ceph's POSIX-compatible filesystem. Built on top of RADOS via MDS daemons.
- cephxโ Ceph
- Ceph's default mutual authentication protocol. Entities
- cgroup๐ณ Docker & Containers
- A Linux kernel feature for resource isolation and accounting.
- Cgroup๐ง Linux
- Control group. A Linux kernel feature for resource
- CHAP (Challenge-Handshake Authentication Protocol)โฌข Proxmox VE
- Authentication method for
- Check modeโ Ansible
--check: Ansible predicts changes without making them. Genuinely useful- Churnโ Observability
- The rate at which time series are created and destroyed. A
- Churnโ Observability
- Already covered above under Churn. Cross-reference: the
- CIB๐ง Linux
- Cluster Information Base. Pacemaker\'s XML representation of the
- CIDR๐ง Linux
- Classless Inter-Domain Routing. The IP addressing scheme
- Circuit breakerโ Observability
- A pattern that prevents cascading failure: when a downstream
- CLIโฌข Proxmox VE
- Command-line interface. Proxmox's
qm,pct,pvesh, etc. - Cluster๐ง Linux
- A group of hosts that work together as one. Provides high
- Clusterโฌข Proxmox VE
- A group of Proxmox nodes that share configuration and quorum.
- Cluster Filesystemโฌข Proxmox VE
- pmxcfs, mounted at
/etc/pve/. Replicated across nodes. - Cluster mapโ Ceph
- The aggregate state of MON, OSD, MDS, and PG maps.
- Cluster networkโ Ceph
- A separate network Ceph uses for OSD-to-OSD
- Coded poolโ Ceph
- See EC pool (erasure coding).
- Cold Standbyโฌข Proxmox VE
- A backup site that is powered off and spun up on demand.
- Collectionโ Ansible
- The distribution unit for modules, roles, plugins and playbooks, namespaced
- Collector (OTel)โ Observability
- The OpenTelemetry Collector is a vendor-neutral pipeline for
- Colocation๐ง Linux
- A Pacemaker constraint that says two resources must run on the
- Comparison operator (in PromQL)โ Observability
>,<,>=,<=,==,!=. The==operator in PromQL is- Confirmed eventโ Observability
- An alert that has been acknowledged and is being worked on.
- Connection pluginโ Ansible
- How a task reaches its target:
ssh(default),local,paramiko, - conntrack๐ง Linux
- The netfilter connection tracking table. It is what makes a
- Consensusโ Ceph
- The MON-set's agreement on the cluster maps. Ceph
- Container๐ณ Docker & Containers
- A running instance of an image. A container is the
- Containerโฌข Proxmox VE
- LXC container. Shares the host kernel; weaker isolation than a VM.
- Container runtime๐ณ Docker & Containers
- The software that creates and runs containers. Docker uses
- containerd๐ณ Docker & Containers
- The Docker daemon's container runtime, extracted as a
- Control group๐ณ Docker & Containers
- See cgroup.
- Control node / controllerโ Ansible
- The machine running
ansible-playbook. Holds the inventory, the - Convergenceโ Ansible
- Repeated runs moving a host toward the declared state and then leaving it
- Copy-on-write๐ง Linux
- An allocation strategy where a shared block is duplicated only
- Corosync๐ง Linux
- The cluster membership and quorum layer for Pacemaker.
- Corosyncโฌข Proxmox VE
- Cluster membership and messaging layer used by Proxmox.
- CPU๐ง Linux
- Central Processing Unit. The main processor in a host.
- CPU shares๐ณ Docker & Containers
- The relative weight of CPU time across containers.
--cpu-shares. - Cpuset๐ณ Docker & Containers
- A cgroup setting that binds a container to specific CPUs.
- Crash-consistent๐ง Linux
- A snapshot taken with no application coordination. The
- Cron๐ง Linux
- The classic Unix scheduler for periodic jobs. Configured
- CRUSHโ Ceph
- Controlled Replication Under Scalable Hashing. Ceph's
- CRUSHโฌข Proxmox VE
- Ceph algorithm that maps data to OSDs based on the cluster topology.
- CRUSH mapโ Ceph
- The cluster topology: buckets (hosts, racks, ...
- CRUSH ruleโ Ceph
- A placement rule expression that combines a
- Cuttlebook (PG distribution)โฌข Proxmox VE
- Ceph Placement Group count for a pool.
D
- Daemonโ Ceph
- A running Ceph process.
ceph-mon,ceph-mgr, - Daemon๐ง Linux
- A background service on Linux. Runs without user
- Daemonโฌข Proxmox VE
- A long-running background process (
pvedaemon,pveproxy, etc.). - Daemon (dockerd)๐ณ Docker & Containers
- The Docker daemon. Listens on a Unix socket (or TCP with TLS)
- Daemon.json๐ณ Docker & Containers
- The Docker daemon's configuration file. Default
- Dashboardโ Observability
- A Grafana presentation of panels that visualise a service's
- Dashboard hierarchyโ Observability
- A pattern where dashboards are organised: top-level "fleet
- Dashboard variableโ Observability
- A reusable query parameter.
$instance,$region,$envare - Dashboard, wallpaperโ Observability
- A dashboard with many panels of green (all happy) that
- Data sourceโ Observability
- A Grafana connection to a backend (Prometheus, Loki, Tempo,
- Data sourceโ Terraform
- A read-only reference to information that Terraform does not
- Datacenterโฌข Proxmox VE
- Proxmox's top-level logical grouping. Contains clusters, users,
- Datastoreโฌข Proxmox VE
- A PBS storage target, typically backed by a ZFS volume.
- DB deviceโ Ceph
- The BlueStore metadata device. Holds the RocksDB
- Dead man's switchโ Observability
- A monitoring system that alerts when the source of telemetry
- dentry๐ง Linux
- Directory entry. The kernel object that maps a name to an
- Dependency graphโ Terraform
- The directed acyclic graph of resources, modules, and their
- Detached mode๐ณ Docker & Containers
-d/--detach. The container runs in the background.- Device classโ Ceph
- A CRUSH / OSD attribute (typically
hdd,ssd, - Devicemapper๐ณ Docker & Containers
- A block-device storage driver for Docker. The default on
- DHCP๐ง Linux
- Dynamic Host Configuration Protocol. Assigns IP addresses
- DHCPโฌข Proxmox VE
- Dynamic Host Configuration Protocol. Containers and VMs can be configured to
- Diff modeโ Ansible
--diff: shows the textual difference a task would make to a file. The- Disaster Recovery (DR)โฌข Proxmox VE
- Recovering at a different site after a primary-site
- Distributed Storageโฌข Proxmox VE
- Storage replicated across multiple nodes by software
- Distributor (Loki)โ Observability
- The Loki component that receives log streams, validates them
- DKMS๐ง Linux
- Dynamic Kernel Module Support. Allows kernel modules to be
- DM๐ง Linux
- Device Mapper. The Linux kernel framework for logical
- DNS๐ง Linux
- Domain Name System. Resolves hostnames to IP addresses.
- Docker Compose๐ณ Docker & Containers
- The tool for defining and running multi-container applications
- Docker Engine๐ณ Docker & Containers
- The umbrella term for the daemon, the CLI, and the runtime.
- Docker Hub๐ณ Docker & Containers
- The default public registry. Production practice: do not pull
- Dockerfile๐ณ Docker & Containers
- The recipe for an image. Production Dockerfiles: minimal base
- DPMOโ Observability
- Defects Per Million Opportunities. A Six Sigma metric from
- Drain๐ง Linux
- Removing a node from service by moving its work elsewhere
- DRBD๐ง Linux
- Distributed Replicated Block Device. Replicates a block
- DRBDโฌข Proxmox VE
- Distributed Replicated Block Device. Older replication technology; largely
- Driftโ Ansible
- Divergence of a host's real state from its declared state, caused by manual
- Driftโ Terraform
- The discrepancy between what Terraform believes exists (the
- Drop-in๐ง Linux
- A
.conffragment under/etc/systemd/system/<unit>.d/that - DS (distributed store)โ Ceph
- See RADOS.
- Dynamic inventoryโ Ansible
- Inventory generated at run time from an external source โ a cloud API, a
E
- eBPF๐ง Linux
- Extended Berkeley Packet Filter. A Linux kernel feature
- ECโ Ceph
- Erasure coding. A storage scheme where
kdata chunks are - Edge (CDN / load balancer)โ Observability
- The boundary between the user and the service. Black-box
- EFI Diskโฌข Proxmox VE
- A small disk holding UEFI firmware variables. Required for OVMF VMs.
- Endpoint (Prometheus)โ Observability
- A single (host:port, path) combination that Prometheus scrapes.
- Enterprise Repositoryโฌข Proxmox VE
- The Proxmox enterprise APT repository; requires a
- Entrypoint๐ณ Docker & Containers
- The command and arguments that the container runs at start.
- Ephemeral๐ง Linux
- Short-lived. In cloud, ephemeral storage is lost when the
- Epochโ Ceph
- A monotonic counter incremented on every map change. Used
- Erasure Coding (EC)โฌข Proxmox VE
- Storage technique that splits data into chunks with parity,
- Erasure-coded pool (EC pool)โ Ceph
- A pool where each object's data
- etcd๐ง Linux
- A distributed key-value store used by Kubernetes for cluster
- EVPN (Ethernet VPN)โฌข Proxmox VE
- BGP-based Layer 2/Layer 3 VPN technology. Proxmox SDN uses it
- Exec๐ณ Docker & Containers
docker execruns a command in a running container. Used for- Execution environmentโ Ansible
- A container image bundling
ansible-core, Python dependencies, - Exemplarโ Observability
- A reference to a trace attached to a histogram bucket.
- exemplarsโ Observability
- a histogram bucket can carry a sample trace ID.
- Exporterโ Observability
- A process that exposes telemetry in a format Prometheus
- Expose๐ณ Docker & Containers
EXPOSEin the Dockerfile declares the port the container- Expr (expression)โ Observability
- A PromQL expression. The result of an expression is a vector
- External Metric Serverโฌข Proxmox VE
- Proxmox's built-in InfluxDB integration.
F
- Factโ Ansible
- Information Ansible gathers about a managed node โ OS, network, hardware โ
- Failcount๐ง Linux
- Pacemaker\'s per-resource, per-node count of failed operations.
- Failoverโฌข Proxmox VE
- The automatic recovery of a service after a host failure. Provided by
- Failure domainโ Ceph
- A level of the CRUSH hierarchy that the CRUSH
- Fallback metricโ Observability
- A secondary metric used when the primary metric is unavailable.
- FastECโฌข Proxmox VE
- Ceph Tentacle's optimised erasure-coding I/O path. Enables partial reads
- Federationโ Observability
- A pattern where a top-level Prometheus scrapes one or more
- Fencing๐ง Linux
- Forcibly removing a node from a cluster (typically by
- Fencingโฌข Proxmox VE
- Self-fencing via watchdog; prevents split-brain in HA.
- FHS๐ง Linux
- Filesystem Hierarchy Standard. The standard Linux
- FileStoreโ Ceph
- The legacy object store replaced by BlueStore.
- Filesystem layer๐ณ Docker & Containers
- A read-only layer in the union filesystem. A Docker image is
- Filesystem, union๐ณ Docker & Containers
- The layered filesystem that combines all image layers plus a
- Filtering (Loki)โ Observability
- The act of selecting log streams by label matchers and lines by
- Final assessmentโ Observability
- A combination of theory quiz and practical assessment that
- Firewall (PVE)โฌข Proxmox VE
- Proxmox's host and VM firewall, implemented via iptables.
- FLOPS queryโ Observability
- A PromQL query that produces a stream of floating-point samples.
- Flow logโ Observability
- A network-level log of every connection: source / dest IP
- Forksโ Ansible
forks: how many hosts Ansible addresses in parallel. More is not- FQCNโ Ansible
- Fully-qualified collection name:
ansible.builtin.packagerather than - FQDN๐ง Linux
- Fully Qualified Domain Name. The complete hostname including
- FQDN, telemetryโ Observability
- A fully-qualified domain name in a metric label. Allowed by
- FRRouting (FRR)โฌข Proxmox VE
- Open-source routing suite used by SDN fabrics.
- Full ratioโ Ceph
mon_osd_full_ratio. When the cluster reaches this
G
- Gatewayโฌข Proxmox VE
- The IP address that routes traffic off the local subnet.
- Gaugeโ Observability
- A metric type whose value can go up or down: memory used,
- GCC๐ง Linux
- GNU Compiler Collection. The standard C compiler on Linux.
- GFS2๐ง Linux
- Global File System 2. Red Hat\'s clustered filesystem.
- GlusterFS๐ง Linux
- A distributed filesystem that aggregates bricks across
- GPU Passthroughโฌข Proxmox VE
- Binding a physical GPU to a VM via IOMMU.
- Grafana๐ง Linux
- The standard observability dashboard. Connects to
- Grafanaโ Observability
- The open-source visualisation platform. Grafana is the
- Grafana Adminโ Observability
- A Grafana user with full permissions. The default admin should
- Granularityโ Observability
- The interval between samples. Also called "resolution" or
- Graphiteโ Observability
- A time-series database popular before Prometheus. Many
- Groupadd๐ณ Docker & Containers
- A Dockerfile instruction that adds a Linux group. Production
- GRUB๐ง Linux
- GRand Unified Bootloader. The bootloader on most Linux
- Guest Agentโฌข Proxmox VE
- QEMU Guest Agent (
qemu-guest-agent). Improves backup consistency. - GUIโฌข Proxmox VE
- Web interface at
https://<host>:8006.
H
- HA๐ง Linux
- High Availability. The discipline of keeping a service
- HA (High Availability)โฌข Proxmox VE
- Automatic VM failover on host failure. Built on top of the
- HA Group (deprecated in PVE 9)โฌข Proxmox VE
- Old-style HA placement rule. Replaced by HA Node
- HA Node Affinity Ruleโฌข Proxmox VE
- PVE 9+ HA placement rule, controlling which nodes a
- Handlerโ Ansible
- A task that runs only when notified by a changed task, and by default only
- HAProxy๐ง Linux
- The standard high-performance TCP/HTTP load balancer.
- HAProxyโฌข Proxmox VE
- Reverse proxy used by pveproxy to terminate web UI/API connections.
- Hard Limitโฌข Proxmox VE
- A cap on resource consumption (CPU time, memory, etc.).
- hardirq๐ง Linux
- Hardware interrupt context: the short, non-preemptible handler
- Hardware Virtualisationโฌข Proxmox VE
- Intel VT-x / AMD-V. Required for KVM.
- Hash, logโ Observability
- The application of a hash function to a log message for
- HBA๐ง Linux
- Host Bus Adapter. A card that connects the host to
- HBA (Host Bus Adapter)โฌข Proxmox VE
- A non-RAID storage controller. Required for ZFS and Ceph.
- HCL๐ง Linux
- Hardware Compatibility List. A list of hardware that
- HCLโ Terraform
- The HashiCorp Configuration Language. The structured language
- Health checkโ Observability
- A simple endpoint that reports the service's liveness.
- Health probeโ Observability
- A black-box probe that verifies the service is healthy. Health
- Healthcheck๐ณ Docker & Containers
HEALTHCHECKin the Dockerfile declares a command the daemon- heartbeatโ Ceph
- Bidirectional probe traffic between OSDs, used to
- Hierarchical bucketโ Ceph
- A CRUSH bucket that contains other
- Histogramโ Observability
- A metric type that tracks the distribution of observations
- Hostโฌข Proxmox VE
- A single Proxmox node.
- Host network๐ณ Docker & Containers
--network hostremoves network isolation. The container shares- HTTP APIโ Observability
- A network API exposed over HTTP. The Observability course
- Hugepagesโฌข Proxmox VE
- Large memory pages (2 MB or 1 GB). Reduce TLB pressure.
I
- IaCโ Terraform
- Infrastructure as Code. The practice of representing
- ID (Identity)โฌข Proxmox VE
- Authentication realm; Proxmox PAM, AD, LDAP, OIDC.
- Idempotencyโ Ansible
- Running the same automation repeatedly converges on the declared state
- Idempotent๐ง Linux
- An operation that leaves the same result whether it runs once
- iDRAC๐ง Linux
- Integrated Dell Remote Access Controller. Dell\'s
- iLO๐ง Linux
- Integrated Lights-Out. HP\'s out-of-band management
- iLO / iDRAC / IPMIโฌข Proxmox VE
- Out-of-band management interfaces for HPE, Dell, and generic
- Image๐ณ Docker & Containers
- An immutable, layered filesystem plus configuration. An image
- Image layer๐ณ Docker & Containers
- A read-only delta in the image's filesystem. Each Dockerfile
- Image registry๐ณ Docker & Containers
- A server that hosts Docker images. Docker Hub is the public
- Immutable๐ง Linux
- A copy that cannot be modified or deleted until its retention
- Immutable attributeโ Terraform
- An attribute that, when changed, forces the resource to be
- Importโ Terraform
- The adoption of a real-world resource into Terraforms state.
- Index (Loki)โ Observability
- The in-memory data structure Loki uses to route log queries
- Ingress๐ง Linux
- The path from external traffic to a service. In K8s, an
- initramfs๐ง Linux
- The initial RAM filesystem: a small compressed archive the
- inode๐ง Linux
- The on-disk structure holding a file\'s metadata and the
- Inspect๐ณ Docker & Containers
docker inspectreturns the full configuration of a container,- Instrumentโ Observability
- To add code that emits telemetry. An application is
- Integrationโ Observability
- A connection between two systems. The platform integrates
- Integration testโ Observability
- A test that exercises a system component's external contract.
- Inventoryโ Ansible
- The set of managed hosts and their grouping. Static files (INI or YAML) or
- IOMMUโฌข Proxmox VE
- Intel VT-d / AMD-Vi. Required for PCI passthrough.
- IPMI๐ง Linux
- Intelligent Platform Management Interface. The standard for
- IPVS๐ง Linux
- IP Virtual Server. The kernel\'s layer-4 load balancer, driven
- iSCSI๐ง Linux
- Internet Small Computer Systems Interface. SCSI over TCP/IP.
- iSCSIโฌข Proxmox VE
- Block storage over TCP. Common SAN protocol.
- ISO๐ง Linux
- International Organization for Standardization. Publishes
- ISOโฌข Proxmox VE
- Optical disc image. Proxmox can host ISOs and boot VMs from them.
- Issue (alert annotation)โ Observability
- A link from an alert to an external issue tracker. Alertmanager
- IT (Information Technology)โฌข Proxmox VE
- Generic term for IT operations.
J
- Job (Prometheus)โ Observability
- A logical grouping of targets that share a scrape configuration.
- Join (PromQL)โ Observability
- Combining vectors based on label matchers. `vector_a + on (l1)
- Journalctlโฌข Proxmox VE
- Linux tool for viewing systemd logs.
- Journald๐ณ Docker & Containers
- The system log service. Docker logs to journald by default on
- Journald๐ง Linux
- The systemd journal. A structured log system with indexing
- JSON logโ Observability
- A log line that is a JSON object. Structured logs. Loki prefers
- Jumbo Framesโฌข Proxmox VE
- Ethernet frames larger than 1500 bytes (typically 9000). Useful
K
- k + m (k=โฆ, m=โฆ)โ Ceph
- The erasure-coding profile.
kis the number - kB / KiB๐ง Linux
- kB is 1000 bytes (SI); KiB is 1024 bytes (IEC). Linux tools
- Kdump๐ง Linux
- The Linux kernel crash dump mechanism. Captures memory on
- Keepalived๐ง Linux
- A daemon that implements VRRP for IP failover and drives IPVS
- Kerberos๐ง Linux
- A network authentication protocol using tickets. Used by
- Kernel๐ณ Docker & Containers
- The OS kernel. Containers share the host kernel; they do not
- Kernel๐ง Linux
- The core of the Linux operating system. Manages hardware,
- Kernel Same-page Merging (KSM)โฌข Proxmox VE
- Linux feature that deduplicates identical memory
- Key (in label)โ Observability
- See Label.
- keyringโ Ceph
- A Ceph configuration file containing the entity name,
- keytab๐ง Linux
- A file holding one or more Kerberos principals and their
- Kibana๐ง Linux
- The visualisation layer for Elasticsearch. Used for log
- kprobe๐ง Linux
- A kernel dynamic tracing hook that can be attached to almost
- Kubernetes๐ง Linux
- The container orchestration system. Manages containerised
- Kubernetesโ Observability
- The dominant container orchestration platform. The
- Kubernetes (K8s)โฌข Proxmox VE
- Container orchestration platform. Not directly part of Proxmox
- Kubernetes (out of scope)๐ณ Docker & Containers
- The dominant container orchestrator. Beyond the scope of
- KVM๐ง Linux
- Kernel-based Virtual Machine. The Linux hypervisor.
- KVMโฌข Proxmox VE
- Kernel-based Virtual Machine. Linux's hypervisor.
L
- Label๐ณ Docker & Containers
- A key-value pair attached to an image, container, or volume.
- Labelโ Observability
- A key-value pair on a metric sample. Labels are the dimensions
- Label joinโ Observability
- A PromQL operation:
vector_a + on (l1) vector_bjoins two - Label, baggageโ Observability
- In OpenTelemetry terms, a label that propagates across service
- Label, dimensionโ Observability
- A label that represents a meaningful operational dimension:
- Label, high-cardinalityโ Observability
- A label whose value distribution is unbounded.
user_id, - Label, low-cardinalityโ Observability
- A label whose value distribution is bounded.
region, - Label, span attributeโ Observability
- A key-value pair on a span. The span attribute is the
- LACP๐ง Linux
- Link Aggregation Control Protocol. IEEE 802.3ad. Bundles
- LACP (Link Aggregation Control Protocol)โฌข Proxmox VE
- IEEE 802.3ad; used for LAG bonding.
- Langfuseโ Observability
- An open-source LLM observability platform. Out of scope for
- Latencyโ Observability
- The time between request and response. A latency metric is
- Latencyโฌข Proxmox VE
- Time to complete one operation.
- Layer cache๐ณ Docker & Containers
- The daemon's cache of intermediate layers. Subsequent builds
- Layer, writable๐ณ Docker & Containers
- The top layer of a container's filesystem. Writes to the
- LDAP๐ง Linux
- Lightweight Directory Access Protocol. The standard for
- LDAP (Lightweight Directory Access Protocol)โฌข Proxmox VE
- Authentication directory; Proxmox
- libradosโ Ceph
- The C library that directly speaks the Ceph protocol.
- librbdโ Ceph
- The C library for RBD. Used by QEMU/KVM, Proxmox, OpenStack,
- Lifecycleโ Terraform
- A meta-argument that controls how a resource is created,
- Link (annotation)โ Observability
- See Issue.
- Live Migrationโฌข Proxmox VE
- Move a running VM from one node to another with minimal downtime.
- Load (Prometheus)โ Observability
- The state of a target that is being scraped.
up{} == 1 - Load average๐ง Linux
- The three numbers in
uptimeand/proc/loadavg: an - logrotate๐ง Linux
- The standard tool for rotating, compressing and expiring log
- Logs (driver)๐ณ Docker & Containers
- The mechanism that delivers container logs. Default
- Lokiโ Observability
- The Grafana log aggregation system. Loki indexes stream
- Loki tenantโ Observability
- A multi-tenant unit in Loki. Each tenant has its own stream
- Lookup pluginโ Ansible
- Fetches data at template time on the controller: file contents,
- LSM๐ง Linux
- Linux Security Module. The kernel framework that SELinux,
- LUKS๐ง Linux
- Linux Unified Key Setup. The standard for disk encryption
- LVM๐ง Linux
- Logical Volume Manager. The Linux volume management
- LVM (Logical Volume Manager)โฌข Proxmox VE
- Linux storage abstraction; Proxmox can use it as a
- LXC (Linux Containers)โฌข Proxmox VE
- Container runtime used by Proxmox for CT.
M
- Machineโ Observability
- A target in PromQL โ usually a host or container. The
instance - MCE๐ง Linux
- Machine Check Exception. The CPU\'s way of reporting
- MDS (Ceph Metadata Server)โฌข Proxmox VE
- Required for CephFS.
- MDS (ceph-mds)โ Ceph
- The CephFS metadata server. Holds the inodes
- Meanโ Observability
- Arithmetic average. The mean is sensitive to outliers. For
- Mean Time Between Failures (MTBF)โ Observability
- A reliability metric: average time between failures. Useful for
- Mean Time To Recovery (MTTR)โ Observability
- A reliability metric: average time from a failure occurring to
- Median (p50)โ Observability
- The 50th percentile. Half the values are above, half below. The
- Memory limit๐ณ Docker & Containers
--memory/-m. The container can use no more than this- Memory Overcommitโฌข Proxmox VE
- Configuring more VM memory than the host physically has,
- Memory swap limit๐ณ Docker & Containers
--memory-swap. The total memory + swap the container can- Metadata (Loki structured)โ Observability
- Per-log metadata that is searchable but does not contribute
- Metadata (Prometheus)โ Observability
- Non-time-series information attached to a metric: HELP,
- Metadata, scrapeโ Observability
- Metadata returned by the scrape. Prometheus labels each sample
- Metricโ Observability
- A named time series. Prometheus metrics are
<metric_name>{<label=value>,...}. - Metric, customโ Observability
- A metric defined by the application or by an exporter. The
- Metric, nativeโ Observability
- A metric built into the platform or a standard exporter.
up, - MGR (ceph-mgr)โ Ceph
- The manager daemon. Hosts pluggable modules
- MIB๐ง Linux
- Management Information Base. A database used by SNMP for
- Migration, alertโ Observability
- The act of changing an alert's definition. Migrations are
- Migration, labelโ Observability
- The act of changing a label's value set or meaning.
env - min_sizeโ Ceph
- The minimum number of replicas Ceph requires to be
- Mixin (Grafana)โ Observability
- A pre-built set of Grafana dashboards and Prometheus alerts for
- mm๐ง Linux
- Memory management. The Linux kernel subsystem that
- Moduleโ Ansible
- A unit of work executed on the target:
package,service,template. - Moduleโ Terraform
- A reusable directory of Terraform configuration that can be
- Module versionโ Terraform
- The version of a module that the consumer is using. Module
- MON (ceph-mon)โ Ceph
- The monitor daemon. Maintains the cluster maps
- Mount๐ณ Docker & Containers
- A filesystem path inside the container that is bound to a
- msgr / msgr2โ Ceph
- The Ceph network messenger. msgr2 is the secure
- mTLS๐ง Linux
- Mutual TLS. Both client and server authenticate with
- MTTP๐ง Linux
- Mean time to patch: the average elapsed time from a security
- MTTR๐ง Linux
- Mean time to recovery: the average elapsed time from an
- MTTRโฌข Proxmox VE
- Mean Time To Repair. A measure of how fast you recover.
- MTTR, alertโ Observability
- Mean time to repair for alerts. Measured from when the alert
- MTU๐ง Linux
- Maximum Transmission Unit. The largest payload an interface
- MTUโฌข Proxmox VE
- Maximum Transmission Unit. Ethernet default 1500; jumbo 9000.
- Multi-Queueโฌข Proxmox VE
- VM NIC feature for parallel packet processing.
- Multi-tenancyโ Observability
- The ability to host multiple customers / teams / environments
- Multipath๐ง Linux
- Presenting the same SAN LUN over more than one HBA, fabric or
N
- Namespace๐ง Linux
- The kernel mechanism that gives a process its own view of one
- NAS๐ง Linux
- Network Attached Storage. File-level storage over the
- Native histogramโ Observability
- A Prometheus histogram encoding (Prometheus 2.50+) that
- NBD (Network Block Device)โฌข Proxmox VE
- Protocol used for VM disk streaming.
- Nearfullโฌข Proxmox VE
- Ceph OSD utilisation threshold (default 85 %). Triggers backfill pause.
- Negative latencyโ Observability
- Impossible. Latency >= 0 always. If a metric shows negative
- Nested Virtualisationโฌข Proxmox VE
- Running a hypervisor inside a VM. Useful for labs.
- Network (Docker)๐ณ Docker & Containers
- A virtual network that containers attach to. The default
- Network namespace๐ณ Docker & Containers
- Each container has its own network namespace. The container's
- Network Namespaceโฌข Proxmox VE
- Linux feature for network isolation. Foundation of LXC.
- Network observabilityโ Observability
- The subset of observability that focuses on network behaviour:
- Nexus Switchโฌข Proxmox VE
- Cisco data centre switch. Sometimes referenced for fabric designs.
- NFS๐ง Linux
- Network File System. The standard for shared file
- No-Subscription Repositoryโฌข Proxmox VE
- The Proxmox community APT repository; no support
- Node-exporter๐ณ Docker & Containers
- A Prometheus exporter for host metrics. Used to monitor the
- Notificationโ Observability
- The act of delivering an alert to a receiver: PagerDuty page,
- Notification policyโ Observability
- A set of rules that determines which alerts notify which
- Notification, groupโ Observability
- A group of related alerts notified together. Group by
- NSS๐ง Linux
- Name Service Switch. The Linux framework for resolving
- NTP๐ง Linux
- Network Time Protocol. Synchronises clocks across hosts.
- NUMA๐ง Linux
- Non-Uniform Memory Access. Memory access time depends on
- NUMAโฌข Proxmox VE
- Non-Uniform Memory Access. Multi-socket memory topology.
- NVM Express (NVMe)โฌข Proxmox VE
- Low-latency SSD interface.
- NVMe๐ง Linux
- Non-Volatile Memory Express. A high-performance storage
O
- Objectโ Ceph
- The unit of storage in RADOS. By default, sized up to
- OCFS2โฌข Proxmox VE
- Oracle Cluster File System. Used in older Proxmox configurations.
- OCI๐ณ Docker & Containers
- The Open Container Initiative. The standards body for
- OCI๐ง Linux
- Open Container Initiative. The standard for container
- OIDC (OpenID Connect)โฌข Proxmox VE
- Federated authentication; Proxmox supports it as a realm.
- on the controllerโ Ansible
- file contents,
- OOB๐ง Linux
- Out-of-Band. Management that works independent of the
- Open vSwitch (OVS)โฌข Proxmox VE
- Software-defined virtual switch. Optional in Proxmox.
- OpenFabricโฌข Proxmox VE
- IS-IS-based routing protocol for data centre fabrics.
- OS๐ง Linux
- Operating System. The software that manages hardware and
- OSD (Object Storage Daemon)โ Ceph
- One process per storage device
- OSD mapโ Ceph
- The cluster map for the OSD set. Each OSD has an
- OSI๐ง Linux
- Open Systems Interconnection. The 7-layer model for
- OSPFโฌข Proxmox VE
- Open Shortest Path First; link-state routing protocol.
- OTelโ Observability
- OpenTelemetry. The vendor-neutral framework for metrics,
- Outageโ Observability
- The state of a service being unavailable. An SLO is a contract
- Overlay (filesystem)๐ณ Docker & Containers
- The recommended storage driver on modern kernels.
overlay2 - OverlayFS๐ง Linux
- A union filesystem. Used by Docker and other container
- OVMFโฌข Proxmox VE
- Open Virtual Machine Firmware; UEFI for VMs.
P
- Pacemaker๐ง Linux
- The cluster resource manager for Linux. Decides where
- Packer๐ง Linux
- A tool for building machine images. The standard for
- Page cache๐ง Linux
- The kernel\'s cache of file contents in otherwise-unused RAM.
- PAM๐ง Linux
- Pluggable Authentication Modules. The stack that decides
- Panel (Grafana)โ Observability
- A single visualisation in a dashboard. Each panel has a query
- Paxosโ Ceph
- The consensus protocol Ceph's MONs use to maintain
- PBS (Proxmox Backup Server)โฌข Proxmox VE
- Proxmox's backup product; chunked, deduplicated,
- PCI Passthroughโฌข Proxmox VE
- Binding a physical PCI device to a VM via IOMMU.
- PCP๐ง Linux
- Performance Co-Pilot. The standard for system performance
- Peeringโ Ceph
- The state where a set of OSDs agrees on the
- PG (placement group)โ Ceph
- A bucket of objects. Every object is
- PG (Placement Group)โฌข Proxmox VE
- Ceph's data distribution unit.
- PG stateโ Ceph
- Each PG has a state describing its placement-group-
- pg_autoscale_modeโ Ceph
- An MGR module setting that determines
- pg_numโ Ceph
- The current number of PGs in a pool. Visible via
- PGTโฌข Proxmox VE
- Proxmox Global Tracker. Issues with subscriptions.
- PID๐ง Linux
- Process Identifier. A unique number for each running
- PID namespace๐ณ Docker & Containers
- Each container has its own PID namespace. The container's
- Pinned alertโ Observability
- An alert kept firing regardless of the rule's condition. The
- PKI๐ง Linux
- Public Key Infrastructure. The system of trust based on
- Planโ Terraform
- The output of
terraform plan. The plan is a proposal โ a - Playโ Ansible
- A mapping of hosts to tasks. A playbook is a list of plays; keywords like
- pmxcfsโฌข Proxmox VE
- Proxmox cluster filesystem; FUSE filesystem mounted at
/etc/pve/. - Poolโ Ceph
- A logical container of PGs with a common replication /
- Pop, dashboardโ Observability
- A dashboard the operator opens to investigate. A pop dashboard
- Port mapping๐ณ Docker & Containers
-p/--publish. Maps a host port to a container port. `-p- Power Loss Protection (PLP)โฌข Proxmox VE
- Enterprise SSD feature that flushes the write cache
- Principal๐ง Linux
- A Kerberos identity, written
name/instance@REALM- a user - Privilege escalation (`become`)โ Ansible
- Running a task as another user, usually root, usually through sudo.
- Privileged Containerโฌข Proxmox VE
- An LXC container with host-equivalent UIDs (UID 0 = host
- Probeโ Observability
- A black-box test. Blackbox_exporter is the Prometheus
- Profileโ Observability
- A trace of CPU / memory / IO over time, used to find
- Prometheus๐ง Linux
- The standard metrics-based monitoring system. Pulls metrics
- Prometheusโ Observability
- The open-source monitoring system. Pull-based, with a
- PromQLโ Observability
- Prometheus Query Language. Functional, dimensional, time-series.
- PromQL, functionโ Observability
rate,increase,irate,histogram_quantile,sum,- PromQL, instant queryโ Observability
- A query evaluated at a single time. Returns a vector.
- PromQL, operatorโ Observability
- Arithmetic (
+,-,*,/,%,^), comparison - PromQL, range queryโ Observability
- A query evaluated over a time range. Returns a matrix.
- PromQL, vectorโ Observability
- A set of time series at a single time. Most PromQL queries
- Promtoolโ Observability
- The Prometheus command-line utility.
promtool check config, - Providerโ Terraform
- A plugin that translates Terraforms resource operations into
- Provider aliasโ Terraform
- A configuration that allows multiple instances of the same
- Public networkโ Ceph
- The network Ceph uses for client I/O. Distinct
- Pull๐ณ Docker & Containers
docker pullfetches an image from a registry. Production- Pull modelโ Observability
- The Prometheus ingestion model. Prometheus connects to the
- Push๐ณ Docker & Containers
docker pushuploads an image to a registry. Production- Pushgatewayโ Observability
- A Prometheus component for batch jobs and other short-lived
- PXE๐ง Linux
- Preboot Execution Environment. Boot a host from the
- PXE Bootโฌข Proxmox VE
- Network boot; useful for provisioning.
Q
- qdevice๐ง Linux
corosync-qdevice, a daemon that runs on each cluster node- QDeviceโฌข Proxmox VE
- A third-party vote holder for Corosync; enables 2-node clusters.
- qemu๐ณ Docker & Containers
- An instruction emulator. The default for
--platform - QEMU๐ง Linux
- Quick Emulator. The userspace component of KVM. Emulates
- QEMUโฌข Proxmox VE
- Userspace machine emulator. Proxmox VMs use QEMU on top of KVM.
- QEMU Guest Agentโฌข Proxmox VE
- A small daemon inside VMs that lets the host coordinate
- QPSโ Observability
- Queries per second. A load metric for a service, often a
- Quantileโ Observability
- A value below which a given percentage of observations fall.
- Queryโ Observability
- A PromQL or LogQL expression. A query produces a vector
- Quorum๐ง Linux
- The minimum number of nodes in a cluster that must agree
- Quorumโฌข Proxmox VE
- Majority vote for cluster-wide decisions. With N expected votes,
R
- RADOSโ Ceph
- Reliable Autonomic Distributed Object Store. The
- RADOSโฌข Proxmox VE
- Ceph's reliable distributed object store.
- RAID๐ง Linux
- Redundant Array of Independent Disks. Combines disks for
- RAIDโฌข Proxmox VE
- Redundant Array of Independent Disks. Hardware or software.
- RAIDZโฌข Proxmox VE
- ZFS's software RAID; RAIDZ1, RAIDZ2, RAIDZ3 are parity levels.
- RAM๐ง Linux
- Random Access Memory. The host\'s main memory.
- Rateโ Observability
- The change of a counter per unit time.
rate(metric[5m]) - RAUC๐ง Linux
- Robust Auto-Update Controller. Updates embedded Linux
- RBAC๐ง Linux
- Role-Based Access Control. Permissions based on roles
- RBACโ Observability
- Role-Based Access Control. Grafana has Grafana RBAC.
- RBDโฌข Proxmox VE
- RADOS Block Device. Ceph block storage exposed as a Linux device.
- RBD (RADOS Block Device)โ Ceph
- Block storage over RADOS. Exposed as
- RDNS๐ง Linux
- Reverse DNS. Resolves IP addresses to hostnames.
- Recording ruleโ Observability
- A PromQL rule that stores the result of an expression in a new
- Recording rule, testingโ Observability
- Use
promtool test rulesto run a recorded Prometheus unit - Recoveryโ Ceph
- The operation that copies object replicas after an
- Red (methodology)โ Observability
- A service-level methodology: Rate, Errors, Duration.
- Reduce (Prometheus)โ Observability
- A common PromQL pattern:
sum without (instance) (...)over a - Reducer (Loki)โ Observability
- The Loki component that takes a set of streams and returns
- Registry๐ณ Docker & Containers
- A server that hosts Docker images. Production practice: use a
- Registry (Prometheus)โ Observability
- The list of targets and their labels. Built by service
- Remote stateโ Terraform
- The state stored in a remote backend (e.g. S3, GCS, Terraform
- Replicaโ Ceph
- One copy of an object's data. Most replicated pools
- Replicationโ Ceph
- The default duplication strategy.
size=3means - Resourceโ Terraform
- A managed infrastructure object declared in the configuration.
- Resource addressโ Terraform
- The full path to a resource in a configuration. For a resource
- Resource agent๐ง Linux
- The script Pacemaker calls to
start,stopandmonitora - Restart policy๐ณ Docker & Containers
--restart. The container restart behaviour.no,- Restic๐ง Linux
- A deduplicating, encrypted backup program with first-class
- Retentionโ Observability
- How long data is kept. Prometheus:
--storage.tsdb.retention.time - Return on Investment, observabilityโ Observability
- The ratio of operational value (incidents resolved faster,
- RGW (RADOS Gateway)โ Ceph
- The S3- and Swift-compatible object
- RHEL๐ง Linux
- Red Hat Enterprise Linux. The commercial Linux distribution
- RocksDBโ Ceph
- The embedded key-value database BlueStore uses for
- Rootless mode๐ณ Docker & Containers
- Docker daemon running without root privileges. Production
- Round-trip timeโ Observability
- The time for a packet to travel from sender to receiver and
- RPKI๐ง Linux
- Resource Public Key Infrastructure. Validates BGP routes
- RPM๐ง Linux
- RPM Package Manager (originally Red Hat Package Manager). Both
- RPO๐ง Linux
- Recovery Point Objective. The maximum acceptable data loss,
- RPO (Recovery Point Objective)โฌข Proxmox VE
- Maximum acceptable data loss in time.
- RSS๐ง Linux
- Resident Set Size. The amount of physical memory a
- rsyslog๐ณ Docker & Containers
- The default syslog implementation on most Linux distributions.
- RTO๐ง Linux
- Recovery Time Objective. The maximum acceptable downtime,
- RTO (Recovery Time Objective)โฌข Proxmox VE
- Maximum acceptable downtime.
- Ruleโ Observability
- In Prometheus, a query evaluated on a schedule. Two kinds:
- Rule, evaluationโ Observability
- Each rule has an
evaluation_interval(default 1m). The rule - Run๐ณ Docker & Containers
docker runcreates a container from an image. The most-used- Run queue๐ง Linux
- The set of tasks a CPU has ready to run.
vmstat 1reports it - Runbook๐ง Linux
- A procedure written to be followed under pressure by someone
- Runbookโ Observability
- A step-by-step procedure for handling a specific operational
S
- Sampleโ Observability
- A single data point: a metric name, label set, value, and
- Sampling (trace)โ Observability
- Deciding which traces to keep. Head sampling decides at
- SAN๐ง Linux
- Storage Area Network. Block-level storage over a dedicated
- SANโฌข Proxmox VE
- Storage Area Network. Block storage shared across nodes.
- SAR๐ง Linux
- System Activity Reporter. Collects and reports system
- Saturation๐ง Linux
- The degree to which a resource has work queued that it cannot
- Saturationโ Observability
- A measurement of how full a resource is. A queue at 90% is
- Save / Load๐ณ Docker & Containers
docker saveanddocker loadmove images via tarball.- SBD๐ง Linux
- STONITH Block Device. A shared storage device used to
- Schema (Loki)โ Observability
- The on-disk format of stored chunks. Loki's schema is
- Schema (Tempo)โ Observability
- The trace block format. Tempo's schema is a versioned columnar
- SCP๐ง Linux
- Secure Copy. A command-line tool to copy files over SSH.
- Scrapeโ Observability
- The act of Prometheus pulling metrics from a target. Scrape
- Scrape intervalโ Observability
- The interval between scrapes. Configurable per scrape config.
- Scrape timeoutโ Observability
- The maximum time a scrape can take. Default 10s. Slow targets
- Scrubโ Ceph
- A background operation that compares object checksums
- Scrubโฌข Proxmox VE
- ZFS or PBS operation that reads every block and verifies checksums.
- SCTP๐ง Linux
- Stream Control Transmission Protocol. A reliable,
- SDK๐ง Linux
- Software Development Kit. Tools for developing software for
- SDNโฌข Proxmox VE
- Software-Defined Network. Proxmox's overlay networking.
- seccomp๐ง Linux
- Secure computing mode. A per-process filter on which syscalls
- Seccomp๐ณ Docker & Containers
- A Linux kernel security module. Docker applies a default
- Secret๐ณ Docker & Containers
- A sensitive value (password, API key, certificate) that the
- Self-Fencingโฌข Proxmox VE
- A node rebooting itself when it cannot reach the cluster quorum.
- SELinux๐ง Linux
- Security-Enhanced Linux. Mandatory Access Control (MAC) for
- Service๐ณ Docker & Containers
- A Docker Compose abstraction for a long-running container.
- Service Discoveryโ Observability
- The mechanism by which Prometheus knows which targets to
- Service Level Indicator (SLI)โ Observability
- A measured quantity. The course covers SLIs in Part II.
- Service Level Objective (SLO)โ Observability
- A target over an SLI. The course covers SLOs in Part II.
- SEV (severity)โ Observability
- A level of operational importance.
page(page someone) vs - SIEM๐ง Linux
- Security Information and Event Management. A system for
- Sizeโ Ceph
- The desired number of replicas Ceph maintains for a PG.
- Slab๐ง Linux
- The kernel\'s allocator for its own small objects - dentries,
- SLO Burn Rateโ Observability
- The rate at which the SLO error budget is being consumed.
- SLO, error budgetโ Observability
- The amount of unreliability an SLO permits. If the SLO is
- SLOG (Separate Log)โฌข Proxmox VE
- ZFS intent log device. Speeds up sync writes.
- SMB๐ง Linux
- Server Message Block. Microsoft\'s file-sharing protocol.
- SMS๐ง Linux
- Short Message Service. Text messages. Used for alerts in
- SNMP๐ง Linux
- Simple Network Management Protocol. The standard for
- softirq๐ง Linux
- Deferred interrupt work: the part of an interrupt handler the
- Spanโ Observability
- A single unit of work in a distributed trace. Spans have
- SPICEโฌข Proxmox VE
- Remote display protocol for VMs.
- SPIFFE๐ง Linux
- Secure Production Identity Framework for Everyone. A
- Split brain๐ง Linux
- The state where a cluster has partitioned and both halves
- SQL๐ง Linux
- Structured Query Language. The standard for relational
- SRE๐ง Linux
- Site Reliability Engineering. The discipline of running
- SSD๐ง Linux
- Solid State Drive. Storage without moving parts. Higher
- SSDโฌข Proxmox VE
- Solid-State Drive.
- SSH๐ง Linux
- Secure Shell. The standard for remote access. Provides
- SSHโฌข Proxmox VE
- Secure Shell. Proxmox management uses SSH.
- SSHD๐ง Linux
- The SSH daemon. The server side of SSH.
- SSL๐ง Linux
- Secure Sockets Layer. The predecessor to TLS. Often used
- SSO๐ง Linux
- Single Sign-On. Authenticate once, access multiple
- SSSD๐ง Linux
- System Security Services Daemon. The usual way a Linux host
- Stack๐ณ Docker & Containers
- A group of services defined in a
docker-compose.ymlor - Stackโ Observability
- The complete observability platform. The course's stack:
- Staleโ Observability
- A time series that has not been scraped in the configured
- Stateโ Terraform
- The record of what Terraform believes exists in the real world.
- State Lockโ Terraform
- A coordination mechanism that prevents concurrent state
- Steal time๐ง Linux
- The percentage of a vCPU\'s time the hypervisor gave to some
- STONITH๐ง Linux
- Shoot The Other Node In The Head. The Pacemaker name for
- Storage Replicationโฌข Proxmox VE
- ZFS-based replication of VM disks to peer nodes.
- Strategy pluginโ Ansible
- Controls task ordering across hosts.
linear(default) keeps hosts in step, - Streamโ Observability
- In Loki, a sequence of log lines with the same label set.
- Stretch clusterโ Ceph
- A Ceph cluster deployed across two data
- Stripingโ Ceph
- Distributing an RBD image's data across multiple
- Subscribe (Loki)โ Observability
- The act of querying Loki for logs. Subscriptions are pull-based.
- Sum (PromQL)โ Observability
- A common aggregation:
sum by (label) (metric). Sums up - Summaryโ Observability
- A metric type that computes quantiles at the source and
- Superblock๐ง Linux
- The filesystem\'s own header: size, block count, free counts,
- SUSE๐ง Linux
- The Linux distribution from SUSE. The original enterprise
- SVC๐ง Linux
- Service. In K8s, a Service exposes a set of pods.
- Swarm๐ณ Docker & Containers
- Docker's built-in orchestrator. Production practice: use Swarm
- systemd๐ง Linux
- The init system and service manager on every mainstream Linux
T
- Tag๐ณ Docker & Containers
- A label on an image.
image:tag. Production practice: deploy - Tag (Loki label)โ Observability
- The log-side equivalent of a Prometheus label. Loki's
- Tail samplingโ Observability
- A sampling strategy that decides at the end of a trace
- Tape (LTO)โฌข Proxmox VE
- Linear Tape-Open. Long-term backup media.
- Targetโ Observability
- A scrape endpoint. A target is identified by host:port.
- Task (Astro / MDX)โ Observability
- A side-effect-bearing primitive used by components.
- TCP๐ง Linux
- Transmission Control Protocol. The standard reliable
- TCP socket๐ณ Docker & Containers
tcp://0.0.0.0:2375(no TLS, deprecated) or- TDE๐ง Linux
- Transparent Data Encryption. Oracle\'s database encryption
- Telemetryโ Ceph
- An opt-in MGR module that reports usage statistics
- Telemetry๐ง Linux
- The collection of metrics and logs for observability.
- Tempoโ Observability
- Grafana's trace storage system. The course uses Tempo with
- Tenantโ Observability
- A multi-tenant boundary in Loki, Tempo, Mimir, and Grafana.
- Tensorโ Observability
- Out of scope for the observability course.
- Tentacleโ Ceph
- The Ceph 20.x line, released November 2025. The
- Terraform๐ง Linux
- HashiCorp\'s infrastructure-as-code tool. Manages cloud
- Terraformโ Terraform
- Terraform is a declarative Infrastructure as Code tool that uses
- Test Repositoryโฌข Proxmox VE
- Proxmox's pre-release APT repository. NEVER enable in
- Test, alertโ Observability
- Synthetic series injected into Prometheus to verify alert
- Test, ruleโ Observability
- See Recording rule, testing.
- TFA / 2FA / MFAโฌข Proxmox VE
- Two-Factor / Multi-Factor Authentication. Mandatory for admin
- TFTP๐ง Linux
- Trivial File Transfer Protocol. A simple file transfer
- Thin provisioning๐ง Linux
- Allocating storage capacity on write rather than up front, so
- Thin Provisioningโฌข Proxmox VE
- Allocating storage on demand rather than up-front.
- Throughputโ Observability
- The amount of work done per unit time. A service's throughput
- Throughputโฌข Proxmox VE
- Bytes per second.
- Time seriesโ Observability
- A sequence of (timestamp, value) pairs identified by metric
- TIME_WAIT๐ง Linux
- The TCP state the side that closes first holds for 2รMSL
- TLS๐ง Linux
- Transport Layer Security. The standard for encrypted
- TLSโฌข Proxmox VE
- Transport Layer Security; HTTPS.
- Tmpfs๐ณ Docker & Containers
- A filesystem mount that is backed by host RAM, not disk.
- TOFU๐ง Linux
- Trust On First Use. The model where you trust the first
- Token (auth)โ Observability
- A credential for an API. Grafana service accounts use tokens.
- Tombstoneโ Ceph
- A marker left on disk after an object or PG is
- Topology๐ณ Docker & Containers
- A constraint on container placement. Production practice:
- TPM๐ง Linux
- Trusted Platform Module. A chip for secure boot and
- Traceโ Observability
- A directed acyclic graph of spans, identified by a trace ID.
- Tracepoint๐ง Linux
- A static instrumentation point compiled into the kernel with a
- TraceQLโ Observability
- The Tempo query language. Similar in style to PromQL /
- Tracingโ Observability
- The act of recording traces. OpenTelemetry SDKs instrument
- TRIMโฌข Proxmox VE
- SSD maintenance command. Required for SSD performance.
- TSDBโ Observability
- Time-Series Database. Prometheus's storage engine. The TSDB
- TTL๐ง Linux
- Time To Live. A field in IP packets that limits the
- TTLโ Observability
- Time To Live. A retention or expiry bound. In Loki, a chunk
- Two-Factor Authentication (TFA)โฌข Proxmox VE
- Same as MFA. Proxmox supports TOTP, WebAuthn,
- Type (metric)โ Observability
- Counter, gauge, histogram, summary. The metric type
U
- UAT๐ง Linux
- User Acceptance Testing. Testing by the end users to
- Ubuntu๐ง Linux
- The popular Debian-based Linux distribution from
- UDP๐ง Linux
- User Datagram Protocol. The standard unreliable transport
- UEFI๐ง Linux
- Unified Extensible Firmware Interface. The modern BIOS
- UEFIโฌข Proxmox VE
- Unified Extensible Firmware Interface. Modern VM firmware.
- UID๐ณ Docker & Containers
- A user ID. Each container's processes run as a UID; the
- UID๐ง Linux
- User Identifier. A unique number for each user account.
- ulimit๐ง Linux
- The shell interface to per-process resource limits (
RLIMIT_*): - Ulimits๐ณ Docker & Containers
- Process resource limits inside the container.
--ulimit. - Union filesystem๐ณ Docker & Containers
- The layered filesystem. A Docker image is a stack of read-
- Union mount๐ณ Docker & Containers
- See union filesystem.
- Unprivileged Containerโฌข Proxmox VE
- An LXC container with UID mapping; safer than privileged.
- Unreachableโ Ansible
- A host the controller could not connect to at all โ distinct from a host
- Untag (Loki)โ Observability
- The opposite of tag: a label that is removed from a log stream
- Up (Prometheus)โ Observability
- A boolean time series indicating whether a target is being
- Up setโ Ceph
- The OSDs that should be serving a PG per the cluster
- upmapโ Ceph
- An OSD placement map that overrides the standard
- Uptime๐ง Linux
- The time since the host was last booted. A long uptime
- USB๐ง Linux
- Universal Serial Bus. The standard for peripheral
- USE (methodology)โ Observability
- Utilisation, Saturation, Errors. A resource-level
- Use case (observability)โ Observability
- A category of operational question: "is the system up?",
- UTC๐ง Linux
- Coordinated Universal Time. The standard time reference
- UUIDโฌข Proxmox VE
- Universally Unique Identifier.
V
- Vagrant๐ง Linux
- HashiCorp\'s tool for building and managing virtual
- Vagrantโฌข Proxmox VE
- A tool for managing reproducible dev environments. Not directly part of
- Validation (config)โ Observability
- The act of checking a config file against the schema. Promtool
- Vaultโ Ansible
- Ansible's symmetric encryption for files and strings, so secrets can live
- Vault IDโ Ansible
- A label allowing multiple vault passwords to coexist, typically one per
- VCPUsโฌข Proxmox VE
- Virtual CPUs assigned to a VM.
- VCS๐ง Linux
- Version Control System. Examples: git, svn. Git is the
- VDO๐ง Linux
- Virtual Data Optimizer. A Linux device mapper target for
- Vector (PromQL)โ Observability
- A set of time series at a single instant. Most PromQL queries
- Vendorโ Observability
- A provider of commercial observability software or service.
- Versioningโ Ceph
- A CephX mechanism that signs every protocol
- Versioningโ Observability
- Tagging telemetry with version, environment, region. Without
- VictoriaMetricsโ Observability
- A Prometheus-compatible time-series database popular for
- VIM๐ง Linux
- Vi IMproved. The standard text editor on Linux.
- VIP๐ง Linux
- Virtual IP. An IP address that can move between hosts
- VLAN๐ง Linux
- Virtual LAN. A layer-2 broadcast domain. Used to separate
- VLANโฌข Proxmox VE
- Virtual LAN. 802.1Q tagging.
- VLAN-Aware Bridgeโฌข Proxmox VE
- A Linux bridge that handles VLAN tagging internally.
- VMโฌข Proxmox VE
- Virtual Machine. KVM/QEMU in Proxmox.
- VMIDโฌข Proxmox VE
- Unique numeric identifier for a VM in the cluster.
- VMM๐ง Linux
- Virtual Machine Manager. A hypervisor (e.g. KVM, QEMU).
- VNC๐ง Linux
- Virtual Network Computing. A graphical desktop sharing
- VNCโฌข Proxmox VE
- Virtual Network Computing. Remote console protocol.
- VNetโฌข Proxmox VE
- Proxmox SDN's virtual network. A bridge under SDN control.
- Volumeโ Ceph
- Conceptually distinct from a Ceph pool: a volume in
- Volume๐ณ Docker & Containers
- A persistent storage area managed by Docker. Volumes live
- Volume (logs)โ Observability
- Bytes per unit time ingested. Loki's ingest rate is bounded
- Volume (metrics)โ Observability
- Samples per unit time scraped.
prometheus_tsdb_head_samples - VPP๐ง Linux
- Vector Packet Processing. A high-performance network
- VRRP๐ง Linux
- Virtual Router Redundancy Protocol. The protocol behind
- VxLAN๐ง Linux
- Virtual Extensible LAN. A layer-2 overlay network over
- Vzdumpโฌข Proxmox VE
- Proxmox's backup tool. Supports snapshot, suspend, stop modes.
W
- WAF๐ง Linux
- Web Application Firewall. Filters HTTP traffic for known
- WAL (write-ahead log)โ Ceph
- A small, sequential-write component of
- WAL (Write-Ahead Log)โ Observability
- A persistence pattern: write to log before applying. Used by
- Watchdogโฌข Proxmox VE
- Hardware or software timer used for self-fencing in HA.
- WebAuthnโฌข Proxmox VE
- A modern 2FA standard (YubiKey, etc.).
- White-box monitoringโ Observability
- Telemetry produced by the system about itself: counters,
- Window (PromQL)โ Observability
- A time range.
[5m]is a 5-minute window. Windows affect - wipefs๐ง Linux
- The tool that erases filesystem, RAID and partition-table
- WireGuardโฌข Proxmox VE
- Modern VPN protocol. Used by Proxmox SDN for encrypted fabrics.
- Witness๐ง Linux
- A third party that breaks a tie so an even-sized cluster can
- WMI๐ง Linux
- Windows Management Instrumentation. A Microsoft framework
- Workflowโ Observability
- A sequence of steps an operator follows. Runbooks are
- Workspaceโ Terraform
- A Terraform feature that allows multiple states in a single
- WORM๐ง Linux
- Write Once Read Many. Storage that cannot be modified or
- Writable layer๐ณ Docker & Containers
- The topmost layer of a container's filesystem. All writes
- WWNโฌข Proxmox VE
- World Wide Name. FC identifier.
X
- X-axis (graph)โ Observability
- Time. Prometheus graphs are time-series. The x-axis is time
- X-pipeline (PromQL)โ Observability
- The right side of a binary operator.
- X.509๐ง Linux
- The standard format for digital certificates. Used by TLS.
- X.509โฌข Proxmox VE
- Standard for digital certificates.
- X86-64-v3โฌข Proxmox VE
- A x86-64 microarchitecture level (AVX2). Recommended CPU model for VMs.
- XFS๐ง Linux
- A high-performance journaling filesystem. Default on RHEL.
- xfs / ext4๐ณ Docker & Containers
- Filesystem choices for the Docker data root. Production
- xlockโ Ceph
- A leadership lock used during recovery coordination.
- XML๐ง Linux
- Extensible Markup Language. A text-based data format. Used
- XZ๐ง Linux
- A compression format. Used for Linux kernel images and
Y
- Y-axis (graph)โ Observability
- Value. The metric's measurement.
- YAML๐ง Linux
- YAML Ain\'t Markup Language. A text-based data format. Used
- YAMLโ Observability
- The data serialisation language used throughout the platform.
- YAMLโฌข Proxmox VE
- Human-readable data format; used for lesson frontmatter.
- Yanking the OSD outโ Ceph
- The correct procedure for removing a
- YubiKeyโฌข Proxmox VE
- Hardware token for MFA.
Z
- Z-scoreโ Observability
- A standard score:
(x - mean) / stddev. Useful for anomaly - Zabbix๐ง Linux
- An open-source monitoring system. Alternative to
- Zero (PromQL)โ Observability
- A literal zero. Used in arithmetic to produce baselines:
- Zero-dayโ Observability
- A new failure mode, previously unseen. Zero-day observability
- ZFS๐ง Linux
- Zettabyte File System. A combined file system and volume
- ZFSโฌข Proxmox VE
- A filesystem and volume manager with checksumming, snapshots, and raid
- Zombie๐ง Linux
- A process that has exited but whose parent has not
- Zone๐ง Linux
- A logical group in firewalld or BIND. Used to apply
- Zvolโฌข Proxmox VE
- A ZFS block device. Used as the backing for VM disks on ZFS storage.
`
- `--extra-vars` / `-e`โ Ansible
- Variables supplied on the command line. Wins over almost every other
- `--limit`โ Ansible
- Restricts a run to a subset of the targeted inventory. The single most
- `ansible-core`โ Ansible
- The engine: the CLI tools, the execution model, and the
ansible.builtin - `ansible.cfg`โ Ansible
- The configuration file. Resolved in order:
ANSIBLE_CONFIG(environment), - `any_errors_fatal`โ Ansible
- Play keyword: a failure on any host aborts the play for all hosts.
- `changed_when`โ Ansible
- Overrides a task's change reporting with an expression. A precision
- `changed`โ Ansible
- Ansible's per-task assertion that it altered the system. Not cosmetic:
- `count`โ Terraform
- A meta-argument that creates N instances of a resource.
- `delegate_to`โ Ansible
- Runs a task on a host other than the current one, while keeping the
- `for_each`โ Terraform
- A meta-argument that creates one instance of a resource per
- `ignore_errors`โ Ansible
- Continues the play despite a failed task. Occasionally correct, usually a
- `max_fail_percentage`โ Ansible
- Aborts a play when the proportion of failed hosts exceeds a threshold. The
- `moved` blockโ Terraform
- A declarative resource-address migration. The
movedblock - `no_log`โ Ansible
- Suppresses a task's arguments and results from output and logs. Necessary
- `PLAY RECAP`โ Ansible
- The per-host summary at the end of a run:
ok,changed,unreachable, - `requirements.yml`โ Ansible
- Declares collection and role dependencies with versions. Pinning here is
- `run_once`โ Ansible
- Runs a task a single time rather than per host. Interacts with
serialin - `serial`โ Ansible
- Splits a play into sequential batches โ a count or a percentage. The