kuberik

kuberik / kuberik

Public

Kubernetes-native continuous delivery. Safe, hands-off deployments.

10
0
89% credibility
Found May 18, 2026 at 12 stars -- GitGems finds repos before they trend. Get early access to the next one.
Sign Up Free
AI Analysis
Go
AI Summary

Kuberik is a continuous delivery tool for teams running applications on Kubernetes. It replaces complex deployment pipelines with simple descriptions: you tell it what environments your app should go through and what conditions must be met before moving forward, and Kuberik automatically manages the entire journey from development to production. It integrates with your existing monitoring tools to check if deployments are healthy, can gradually shift traffic to new versions (canary rollouts), and includes approval gates for manual checkpoints. The tool includes a command-line interface for managing everything, a web dashboard for visualizing rollout status, and a GitHub Action for integrating with your existing CI/CD workflow. Kuberik works alongside GitOps tools like Flux rather than replacing them.

How It Works

1
🔍 You discover Kuberik

Your team needs safer deployments without managing complex pipelines, so you search for a solution and find Kuberik.

2
💻 You install the command-line tool

You download and install the Kuberik tool on your computer using a simple one-line command.

3
🚀 You set up your cluster

With one command, you install the Kuberik brain into your Kubernetes cluster so it can manage deployments automatically.

4
⚙️ You define your rollout plan

You describe what you want: which environments your app goes through, when it needs approval, and how to check if it's healthy.

5
You connect your tools
📊
Connect Datadog

Your Datadog metrics become automatic health checks

📈
Connect Prometheus

Your Prometheus alerts control when rollouts proceed

6
🎯 You push your code

When you're ready, you push your changes. Kuberik takes over and guides your release through each stage.

🎉 Your release reaches production safely

Kuberik watches everything, pauses if problems appear, and celebrates when your users have the new version.

Sign up to see the full architecture

5 more

Sign Up Free

Star Growth

See how this repo grew from 12 to 10 stars Sign Up Free
Repurpose This Repo

Repurpose is a Pro feature

Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.

Unlock Repurpose
AI-Generated Review

What is kuberik?

Kuberik is a Kubernetes-native continuous delivery platform that lets you manage deployments entirely through custom resources. Instead of maintaining Jenkins pipelines or Tekton DAGs, you define your rollout strategy, health checks, and approval gates as CRDs that reconciliation controllers handle inside your cluster. It reads from Flux ImagePolicy to discover new releases, patches your GitOps sources to promote them, and supports multi-stage pipelines with canary rollouts and automated smoke tests. The Go-based tooling includes a CLI for installation, a dashboard for visualizing rollout status, and a GitHub Action for CI integration.

Why is it gaining traction?

The hook is removing pipeline infrastructure entirely. Kuberik treats your cluster itself as the deployment engine. Health checks from Datadog, Prometheus, or custom controllers all produce standardized HealthCheck resources independently, so your monitoring stack drives deployments without tight coupling. The platform composes with Flux rather than replacing it, filling the progressive delivery gap that GitOps engines typically leave open.

Who should use this?

Platform engineers running multi-environment Kubernetes clusters who want hands-off, progressive delivery without managing external CI systems. Teams already using Flux or ArgoCD will benefit most since Kuberik reads their existing resources rather than requiring migration. Organizations needing canary deployments with automated validation gates will find the CRD-driven approach straightforward, provided they're comfortable with early-stage tooling.

Verdict

Kuberik solves a real problem with an elegant architecture, but the 10 stars and 0.9% credibility score signal a project in early growth. The documentation is thorough and security tooling (CodeQL, OpenSSF Scorecard) is properly wired up, which is reassuring. Consider it for non-production deployments or teams willing to engage with the community on early adoption.

Sign up to read the full AI review Sign Up Free

Similar repos coming soon.