kapitan
Enrichment pendingGeneric templated configuration management for Kubernetes, Terraform and other things
GraphCanon updated today · GitHub synced today
Verify the decision
Adoption
Package downloads where a registry match exists. GitHub stars (1,921) are secondary evidence.
- Docker Hub pulls (30d)
- 392,593·Docker Hub API·today
Maintenance and security
Full trust report- Maintenance
- Active (11d since push)
- As of today
- Provenance
- Not a fork · Organization account
- As of today
- Security (OSV)
- No lockfile
- As of today
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
pip install kapitan PyPISimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
Generic templated configuration management for Kubernetes, Terraform and other things
Capability facts
- Deploy
- Self-host
Source: dockerfile:Dockerfile · Jul 15, 2026
- Docker
- Dockerfile present
Source: dockerfile:Dockerfile · Jul 15, 2026
- CLI
- CLI entrypoint
Source: pyproject.toml:[project.scripts] · Jul 15, 2026
- Languages
- python
Source: github.language+pyproject.toml · Jul 15, 2026
Categories
Tags
README
Kapitan: Configuration Management for Kubernetes, Terraform, and Infrastructure
Kapitan is an open source configuration management tool for Kubernetes, Terraform, and complex infrastructure systems. It helps teams generate, organize, reuse, and validate configuration across environments using an inventory-driven model, templates (Jsonnet, Jinja2, Kadet), and integrations with Helm, Kustomize, CUE, and external references.
Kapitan provides native secrets management (GPG, AWS KMS, GCP KMS, Azure Key Vault, HashiCorp Vault) and is designed for Platform Engineering and GitOps workflows.
- Website: https://kapitan.dev
- Documentation: https://kapitan.dev/getting_started/
- Community:
#kapitanon Kubernetes Slack - Sponsor: GitHub Sponsors
Quick start
The fastest way to try Kapitan is with the Kapitan Reference repository:
git clone https://github.com/kapicorp/kapitan-reference.git kapitan-templates
cd kapitan-templates
./kapitan compile
For a minimal project from a cookiecutter template:
pip3 install cruft
cruft create https://github.com/kapicorp/kapitan-reference --checkout cookiecutter --no-input
Docker (recommended)
docker run -t --rm -v $(pwd):/src:delegated kapicorp/kapitan -h
On Linux, add -u $(id -u) to preserve file permissions.
For agents
This page has a .md twin and JSON over the API.