Skip to content

datapio/klifter

Repository files navigation

klifter

klifter is an Ansible playbook used to deploy a complete Kubernetes infrastructure from a Git repository.

It supports:

  • executing Bash scripts
  • building Docker images with docker or kbld
  • applying Kubernetes manifests (through kubectl apply or with kustomize)
  • deploying Kubernetes applications with Helm or kapp
  • generating Kubernetes applications with ytt or helm template

Usage

See the documentation for more information.