itisbugra / ekko

Make your charts git gud. No pun intended.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ekko

Lead maintainer: Buğra Ekuklu

Automates the deployment process of your Helm releases.

Installation

macOS
$ brew install ekko
Linux (CentOS, Debian, Fedora etc.)

Download the tarball from the releases page.

Unfortunately, Linux support is experimental at the moment.

Initializing a new project

To create a new Ekko project, issue the initialization command to bootstrap a directory with Ekko files and folders using ekko(1).

$ ekko init k8s-manifests

Managing your releases

After adding your solutions, you can install/delete the related Helm releases by using CLI.

$ ekko install                  # install all solutions
$ ekko purge postgresql         # remove PostgreSQL
$ ekko purge                    # remove all solutions

To learn more of publishing Ekko configurations for your Helm releases, read the Wiki.

License

MIT

About

Make your charts git gud. No pun intended.

License:MIT License


Languages

Language:Shell 100.0%