Skip to Content
The HIC Learning Exchange begins July 13, 2026. View the agenda
TutorialsGlossary

Glossary

Key terms used across the HIC Learning Exchange labs — from virtualization and networking to the data platform stack.

TermMeaning
KVMKernel-based Virtual Machine — Linux hypervisor.
libvirt / virshManagement layer + CLI for KVM (create/start/stop/inspect VMs).
virt-installCLI to create new VMs from an ISO + resource spec.
virbr0libvirt's virtual NAT bridge; gives VMs private IPs on 192.168.122.0/24.
DNATDestination NAT — rewrites inbound packet destination to redirect public → private IP.
FORWARD chainiptables chain for traffic routed through the host (vs. destined for it).
NetplanUbuntu's YAML-driven network config tool.
qcow2QEMU copy-on-write disk format; supports snapshots + thin provisioning.
SnapshotPoint-in-time capture of a VM's disk/memory for fast rollback.
AnsibleAgentless config-management tool; runs playbooks over SSH.
PlaybookYAML file describing the desired server state.
GHCRGitHub Container Registry (ghcr.io) — where the app images are stored.
PrefectOrchestrates the ingestion flows (API → landing).
dbtTransforms landing data through staging → intermediate → marts.
DagsterOrchestrates dbt (schedules dbt build as assets).
SupersetBI tool that renders dashboards from the marts.
martsFinal, analysis-ready dbt models consumed by Superset.
Last updated on