Terms are organized alphabetically. Use your browser’s search (Ctrl/Cmd + F) to find specific terms quickly.
A
Agent
Agent
A lightweight daemon that runs on each managed node. Agents communicate with kombify TechStack over gRPC using mTLS encryption, reporting node status and executing deployment commands.Related: Node Agents, mTLS
Add-on
Add-on
Optional services that extend a StackKit’s functionality. Add-ons are pre-configured components (like monitoring, backup, or SSO) that integrate seamlessly with the base stack.Example: Adding Grafana monitoring to the Base Kit.
Apply
Apply
The action of executing a validated deployment plan against real infrastructure. This happens after the plan has been reviewed and approved.Related: Plan, Deployment Flow
B
Blueprint
Blueprint
A complete, validated deployment specification ready to be applied. Blueprints include resolved dependencies, configured services, and infrastructure definitions.
Bootstrap
Bootstrap
The initial setup process for a new node joining a kombify-managed infrastructure. This involves agent installation, certificate exchange, and initial configuration.Related: Self-Hosting Guide
C
Control Plane
Control Plane
The central management layer (kombify TechStack) that orchestrates all infrastructure operations. It validates configurations, manages state, and coordinates deployments across nodes.
CUE
CUE
Configuration Unification Engine - A powerful data validation language used by StackKits for schema definitions. CUE provides type checking, validation, and default values for configurations.Example:Related: StackKits CUE Basics
D
Drift Detection
Drift Detection
Continuous monitoring that compares actual infrastructure state against the desired state defined in
kombination.yaml. When drift is detected, kombify can automatically remediate or alert.Related: OperationsDocker Compose
Docker Compose
A tool for defining multi-container Docker applications. kombify Simulate uses Docker Compose for container-based simulations.Related: Self-Hosting Guide
E
Easy Wizard
Easy Wizard
The guided interface in kombify Cloud that helps beginners create a
kombination.yaml by answering simple questions about their goals.Related: Getting StartedEngine
Engine
The backend system in kombify Simulate that creates virtual environments. Available engines include Docker, QEMU, and external providers.Related: Sim Configuration
G
Glass Box
Glass Box
kombify’s core design principle: maximum guidance for beginners with full transparency and control for experts. Unlike “black box” solutions, Glass Box means you always understand and own your infrastructure.Related: Introduction
gRPC
gRPC
gRPC Remote Procedure Call - A high-performance RPC framework used for agent-to-core communication. All gRPC traffic is secured with mTLS.
H
Homelab
Homelab
A personal or home-based computing environment used for learning, experimentation, or self-hosting services. kombify is designed to transform chaotic homelabs into professional, maintainable systems.
Heartbeat
Heartbeat
Regular status messages sent from agents to the control plane, confirming node availability and reporting current state. Default interval is 30 seconds.
I
Intent
Intent
The user’s high-level goal expressed in natural language (e.g., “I want a secure photo cloud for my family”). kombify translates intent into technical specifications.
Infrastructure as Code (IaC)
Infrastructure as Code (IaC)
The practice of managing infrastructure through machine-readable configuration files rather than manual processes. kombify uses OpenTofu as its IaC engine.
J
Job
Job
An async unit of work executed by kombify TechStack, such as provisioning nodes, applying configurations, or running health checks. Jobs are queued and executed with retry logic.
K
kombination.yaml
kombination.yaml
The central specification file that defines your entire infrastructure. This YAML file declares which StackKit to use, which nodes to manage, and which services to deploy.Example:
kombify Simulate
kombify Simulate
The simulation engine that creates realistic virtual environments for testing configurations before deploying to real hardware. Simulate supports Docker, QEMU, and external backends.Related: Sim Overview
kombify Cloud
kombify Cloud
The cloud management portal providing SSO, team collaboration, billing, and a unified dashboard for managing kombify tools.Related: Cloud Overview
kombify TechStack
kombify TechStack
The core orchestration engine that validates configurations, manages infrastructure state, and coordinates deployments using the Unifier and OpenTofu.Related: Stack Overview
M
mTLS
mTLS
Mutual TLS - A security protocol where both client and server authenticate each other using certificates. All agent-core communication uses mTLS.
Migration
Migration
The process of transitioning from one configuration or system to another. kombify supports migrations between different StackKits and deployment targets.
N
Node
Node
A physical or virtual machine managed by kombify. Nodes run the agent daemon and can host containers, VMs, or bare-metal services.
O
OpenTofu
OpenTofu
An open-source Infrastructure as Code tool (fork of Terraform) used by kombify TechStack to provision and manage infrastructure resources.
P
Plan
Plan
A preview of changes that will be made during deployment. Plans show resources to be created, modified, or destroyed before any changes are applied.
PocketBase
PocketBase
The embedded database used by kombify TechStack for storing configuration, state, and operational data.
S
Simulation
Simulation
A virtual environment created by kombify Simulate that mimics real infrastructure for testing. Simulations can use Docker containers or QEMU VMs.
Spec-Driven
Spec-Driven
kombify’s architecture principle where all infrastructure changes flow from the specification file (
kombination.yaml) through validation before execution.Related: Spec-Driven ArchitectureStackKit
StackKit
A pre-packaged, validated infrastructure template that provides sensible defaults and best practices for common use cases. StackKits are defined using CUE schemas.Available StackKits:
base-kit(Base Kit) - Essential homelab with reverse proxy and SSOha-kit(High Availability Kit) - High-availability setup with failover (vision-only)modern-homelab(Modern Homelab Kit) - Hybrid cloud+local infrastructure
T
Template
Template
A pre-configured VM or container image used by kombify Simulate to create simulation nodes quickly.
U
Unifier
Unifier
The validation and resolution engine in kombify TechStack that processes
kombination.yaml, applies StackKit rules, resolves dependencies, and generates deployment plans.Related: Unifier EngineV
Validation
Validation
The process of checking a configuration against StackKit schemas to ensure correctness before deployment. Validation catches errors early, preventing failed deployments.
W
Worker
Worker
A managed node that receives and executes deployment instructions from the control plane.
Need Help?
Can't find a term?
Contact our support team to request new glossary entries.
Contribute
Submit a PR to add or improve glossary definitions.
