GikOps is a tool that allows managing various Kubernetes clusters as well
as the different tools and applications deployed on them.
It enforces the GitOps principle by keeping all configurations in a versioned project.
It is also possible to manage dependencies between tools on a global scale.
The goal of this tool is to enable managing local Kubernetes clusters (development),
pre-production, and production clusters within the same configuration project to
ensure consistency across different clusters while maintaining differences.
It is important to have all the most similar environments possible to avoid
compatibility issues.
Prerequisites
The following tools must be installed before using the tool:
kubectl
git
helm
kustomize
The tool will verify these dependencies before running any command.
You can use command gikopsctl check to verify dependencies and versions.
Features
Kind Kubernetes local environment: Helper to install and manage local Kind
Cluster from boilerplate.
Project Configuration: Organize and manage your project configuration.
Create, Update, Delete, and Apply project configurations.
Support for cluster management and environment setup.
Component Management: Manage your Kubernetes components with ease.
Create, Update, Delete, and Apply component configurations.
Support for Helm, Kustomize, and CRD files.
Post-initialization or deployement processing :
Several hooks during Helm init process (uploads, resolves, renames, concat).
Shell scripts execution during deployement phases. (before, after).
Automatic tool verification: Check external tools versions or alternatives.
Shell Completion: Get seamless completion for gikopsctl commands in your shell.