All Projects → stefanprodan → Kube Tools

stefanprodan / Kube Tools

Licence: apache-2.0
Kubernetes tools for GitHub Actions CI

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Kube Tools

Neo4j Helm
Helm Charts for running Neo4j on Kubernetes
Stars: ✭ 43 (-50%)
Mutual labels:  helm
Kube Score
Kubernetes object analysis with recommendations for improved reliability and security
Stars: ✭ 1,128 (+1211.63%)
Mutual labels:  helm
Helm Elasticstack
Kubernetes Helm Charts and Tools to run Elastic Stack(ELK) on Azure Container Service(AKS)
Stars: ✭ 76 (-11.63%)
Mutual labels:  helm
Helm Chart Publisher
Helm Chart Publisher is a HTTP API for publishing Helm Charts in a easy way
Stars: ✭ 47 (-45.35%)
Mutual labels:  helm
Kubelabs
Kubernetes - Beginners | Intermediate | Advanced
Stars: ✭ 1,115 (+1196.51%)
Mutual labels:  helm
Video Transcode Queue
A sample video upload platform as a kubernetes cluster (WIP)
Stars: ✭ 66 (-23.26%)
Mutual labels:  helm
Helm Docker
☸️ helm, gcloud, kubectl, jq
Stars: ✭ 41 (-52.33%)
Mutual labels:  helm
Armada
This project has moved to OpenStack.
Stars: ✭ 79 (-8.14%)
Mutual labels:  helm
Helm Secrets
DEPRECATED A helm plugin that help manage secrets with Git workflow and store them anywhere
Stars: ✭ 1,129 (+1212.79%)
Mutual labels:  helm
Openfaas Flux
OpenFaaS Kubernetes cluster state management with FluxCD
Stars: ✭ 71 (-17.44%)
Mutual labels:  helm
Helm Diff
A helm plugin that shows a diff explaining what a helm upgrade would change
Stars: ✭ 1,035 (+1103.49%)
Mutual labels:  helm
Pega Helm Charts
Orchestrate a Pega Platform™ deployment by using Docker, Kubernetes, and Helm to take advantage of Pega Platform Cloud Choice flexibility.
Stars: ✭ 58 (-32.56%)
Mutual labels:  helm
Crit
A tool for bootstrapping Kubernetes
Stars: ✭ 67 (-22.09%)
Mutual labels:  helm
Helm Conftest
A Helm plugin for testing Helm Charts using Open Policy Agent
Stars: ✭ 45 (-47.67%)
Mutual labels:  helm
Devops Kompose
[DEPRECATED] DevOps tools on Kubernetes with Helm charts
Stars: ✭ 78 (-9.3%)
Mutual labels:  helm
Diffgram
Data Annotation, Data Labeling, Annotation Tooling, Training Data for Machine Learning
Stars: ✭ 43 (-50%)
Mutual labels:  helm
Helm Github Stars
Browse your starred repositories with Emacs helm interface
Stars: ✭ 64 (-25.58%)
Mutual labels:  helm
Helm Www
The Helm website for docs, blog and project info.
Stars: ✭ 85 (-1.16%)
Mutual labels:  helm
Helm Kubeval
A Helm plugin for validating Charts against the Kubernetes schemas
Stars: ✭ 79 (-8.14%)
Mutual labels:  helm
Openstack Helm
PROJECT HAS MOVED TO OPENSTACK
Stars: ✭ 67 (-22.09%)
Mutual labels:  helm

kube-tools

CI Docker

Github Action with Kubernetes tools: kubectl, kustomize, helm, kubeval, conftest, jq, yq, go. See the release page for the list of available tools and versions.

GitHub Workflow example:

name: CI

on: [push, pull_request]

jobs:
  test-action:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/[email protected]
      - name: Run Kubernetes tools
        uses: stefanprodan/[email protected]
        with:
          kubectl: 1.18.2
          kustomize: 3.5.5
          helm: 2.16.7
          helmv3: 3.2.1
          kubeseal: 0.12.5
          kubeaudit: 0.11.5
          command: |
            echo "Run conftest"
            kustomize build test/kustomize | conftest test -p test/policy -
            echo "Run kubeval"
            helmv3 template ./charts/test | kubeval --strict
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].