Generic templated configuration management for Kubernetes, Terraform and other things
Project description
Kapitan: advanced configuration management tool
Kapitan
aims to be your one-stop tool to help you manage the ever growing complexity of your configurations.
Join the community #kapitan
Official site https://kapitan.dev
Quick Start
Install Kapitan
Docker (recommended)
docker run -t --rm -v $(pwd):/src:delegated kapicorp/kapitan -h
On Linux you can add -u $(id -u)
to docker run
to preserve file permissions.
Pip
Kapitan needs Python 3.7.
Install Python 3.7
- Linux:
sudo apt-get update && sudo apt-get install -y python3.7-dev python3-pip python3-yaml git
- Mac:
brew install python3 libyaml git libmagic
Install Kapitan
User ($HOME/.local/lib/python3.7/bin
on Linux or $HOME/Library/Python/3.7/bin
on macOS):
pip3 install --user --upgrade kapitan
System-wide (not recommended):
sudo pip3 install --upgrade kapitan
Build Kapitan
Docker
To build a docker image for the architecture of your machine, run docker build . -t you-kapitan-image
, and to build for a specific platform, add --platform linux/arm64
.
To build a multi-platform image (as the CI does), follow the docker multi-platform documentation.
Related projects
- Tesoro - Kubernetes Admission Controller for Kapitan Secrets
- Kapitan Reference - our reference repository to get started with Kapitan
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file kapitan-0.32.0rc0.tar.gz
.
File metadata
- Download URL: kapitan-0.32.0rc0.tar.gz
- Upload date:
- Size: 156.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a8ba3daa3d1feb2bc797aafbbf08ed9532d3c5bd2629c46d3728af89cd6f3cbb |
|
MD5 | 596ab493208b382853f4820c753ce47c |
|
BLAKE2b-256 | 76f60cd6d79e2e4493d22df1c4718912817d070d451526e08b28663e1725a570 |
File details
Details for the file kapitan-0.32.0rc0-py3-none-any.whl
.
File metadata
- Download URL: kapitan-0.32.0rc0-py3-none-any.whl
- Upload date:
- Size: 247.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0782804b4b6b4c538e03051e0b3ff296af7eac40b1c61d8f2f734ec439d8c1ac |
|
MD5 | 8be6c9f55ae78a8557b8cae5fcdbd17f |
|
BLAKE2b-256 | 39ebff25244e6b370e87c7fe33598a6681192c441a4f9ceb413b77a2ecada9e7 |