klifter is a DevOps tool from the Datapio ecosystem. In a nutshell, its purpose is to deploy your infrastructure on Kubernetes. In details, we’ll se

Easy GitOps with klifter 🚀

submited by
Style Pass
2021-05-31 09:00:10

klifter is a DevOps tool from the Datapio ecosystem. In a nutshell, its purpose is to deploy your infrastructure on Kubernetes. In details, we’ll see in the next part of this article.

As said in the introduction, Datapio is an ecosystem of tools for Kubernetes and Cloud based technologies. Currently, it’s composed of:

Applications: located at applications/<app name> and consisting of a set of Kubernetes YAML files deployed with kapp in a dedicated namespace.

klifter also supports a number of tools that can be installed automatically and used by your Bash manifests, like helm , docker, kbld , vault and many others. Enabling them is done by adding the following to your vars.yml:

Kubirds is a Cloud-Native supervision engine for Kubernetes. It embeds into Docker images the business-logic for periodic jobs (Units) and notifications (Reactors).

Leave a Comment