Kai A. Hartung

Kai A. Hartung

Kubernetes (K8s)

Kubernetes is an orchestration system designed for high availability and massive scale. It manages multiple containers that talk to each other. It is designed to ensure the software never crashes, even if a server fails.

Single Sign-On (SSO) & SAML

Single Sign-On (SSO) allows your employees to log in using their existing company credentials (Google Workspace, Microsoft Entra ID/Azure, Okta) instead of creating a new username and password. It ties access to your central employee directory.

Data Residency (GDPR/CCPA)

Data Residency refers to the physical geographic location where your data is stored. Laws like GDPR (Europe) and CCPA (California) often mandate that citizen data must strictly be stored/processed within their borders or in countries with adequate protection.

Backup Strategy (3-2-1 Rule)

A Backup Strategy is the protocol for copying and archiving data so it can be restored in case of data loss (hack, corruption, or accidental deletion). The "3-2-1 Rule" is the industry standard: 3 copies of data, on 2 different media, with 1 offsite.

Community Support

Community Support means there is no help desk to call. Support is provided by volunteers or other users on platforms like GitHub Issues, Discord, or StackOverflow. Responses are voluntary, not guaranteed.

Enterprise Support (SLA)

Enterprise Support is a paid contract (SLA - Service Level Agreement) that guarantees a response time. It ensures you have a direct line to the engineers who wrote the code, often including "Priority Bug Fixes" where your issues jump to the front of the line.

Total Cost of Ownership (TCO)

Total Cost of Ownership (TCO) is the calculation of the real cost of software, not just the license fee. For Open Source, it is the sum of: License (usually $0) + Infrastructure (Hosting) + Maintenance (Engineering Hours) + Security Ops.

The "Bus Factor" (Project Health)

The "Bus Factor" is a risk metric that asks: "If the lead maintainer gets hit by a bus (or gets hired by a competitor) tomorrow, will this project survive?" It measures how dependent a project is on a single individual versus a diverse group of contributors.

Data Portability (Exit Strategy)

Data Portability refers to the ability to easily export your data from a system in a standard, usable format (CSV, JSON, SQL Dump) and import it into another tool. It is your "Emergency Exit" strategy.

Open Core Model

"Open Core" is a business model where the core functionality of the software is free (Open Source), but critical "Enterprise" features (SSO, Audit Logs, High Availability) are proprietary and locked behind a paid license.

Foundation-Backed (CNCF / Apache)

This software is owned by a neutral non-profit organization (like The Linux Foundation, CNCF, or Apache), not a single for-profit company. The Intellectual Property (IP) is held in trust for the public.

Vendor-Backed (Single Vendor)

The project is open source, but the copyright and roadmap are controlled 100% by a single for-profit company (e.g., Vercel, MongoDB Inc., Hashicorp). They effectively dictate the future of the software.