Giter Club home page Giter Club logo

kubechecks's Introduction

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 branchs 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 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


Made by SRE Team @ zapier

kubechecks's People

Contributors

bauerjs1 avatar djeebus avatar mensaah avatar polyrain avatar sl1pm4t avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

djeebus bauerjs1

kubechecks's Issues

Monitor applications automatically

We should have all the information necessary to find all the argocd applications and ensure that they have correctly configured webhooks: connection to argocd, and tokens to github/gitlab. It would be super convenient if you could turn on kubechecks, pass it the right tokens, and be done.

Kubechecks calls gitlab.com instead of privately hosted VCS

Hey there,

Kubechecks looks like a really nice tool to me and I'd love to get it to work. I tried deploying Kubechecks via Helm, and not all of the Kubecheck's ENVs are clear to me. The container is still failing with the error message

FTL could not create Gitlab token user error="GET https://gitlab.com/api/v4/user: 401 {message: 401 Unauthorized}"

I am not sure what Kubecheck tries to do at this point but I need it to work with our local GitLab installation, whose base URL I have configured in KUBECHECKS_WEBHOOK_URL_BASE ("The URL where KubeChecks receives webhooks from"). Does Kubecheck support local GitLab instances at this point?

Cheers

ArgoCD authentication

Hello again,

I am not yet sure, how to get a long-lived API token from ArgoCD. I managed fetching a token this way but it seems like it is only valid for 24h. Wouldn't it make more sense to provide Kubechecks a dedicated user account so it can fetch its own API tokens?

Add support for multiple ArgoCD servers.

Some folks deploy an ArgoCD server per Kubernetes cluster. We should add support for multiple ArgoCD deploys that is configurable:

  • per repository
  • per application

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.