Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

logo-transparent

kubechecks - Fearless Kubernetes App Updates

Documentation Status

kubechecks allows users of Github and Gitlab to see exactly what their changes will affect on their current ArgoCD deployments, as well as automatically run various conformance test suites prior to merge.

Pull/Merge Request driven checks

When using ArgoCD, it can be difficult to tell just how your Pull/Merge Request (PR/MR) will impact your live deployment. kubechecks was designed to address this problem; every time a new PR/MR is created, kubechecks will automatically determine what's changed and how it will impact your main/default branch's state, informing you of the details directly on the PR/MR. As a bonus, it also lints and checks your Kubernetes manifests to let you know ahead of time if something is outdated, invalid, or otherwise not good practice.

Demo

How it works

This tool provides a server function that processes webhooks from Gitlab/Github, clones the repository at the HEAD SHA of the PR/MR, and runs various check suites, commenting the output of each check in a single comment on your PR/MR. kubechecks talks directly to ArgoCD to get the live state of your deployments and talks directly to ArgoCD's repo server to generate the new resources to ensure that you have the most accurate information about how your changes will affect your production code.

Architecture

kubechecks consists of a high level structures for communicating with your VCS provider of choice, representing a PR/MR internally, and running checks for that code; read more in the docs

Installation

Helm

See Installation Docs

Contributing

The contributing has everything you need to start working on kubechecks.

Documentation

To learn more about kubechecks go to the complete documentation.

Contributors

contributors


Made by SRE Team @ zapier

关于 About

Check your Kubernetes changes before they hit the cluster
argocdcicdkubernetes

语言 Languages

Go92.9%
Starlark2.2%
HCL1.8%
Makefile1.4%
Dockerfile0.7%
Python0.4%
Shell0.2%
Go Template0.2%
Just0.2%

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
26
Total Commits
峰值: 4次/周
Less
More

核心贡献者 Contributors