Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stefanprodan/kube-tools

Kubernetes tools for GitHub Actions CI
https://github.com/stefanprodan/kube-tools

conftest github-actions helm kubernetes kubeval kustomize

Last synced: 2 months ago
JSON representation

Kubernetes tools for GitHub Actions CI

Awesome Lists containing this project

README

        

# kube-tools

The kube-tools GitHub Action has been deprecated in favor of
[Arkade](https://github.com/alexellis/arkade) which offers overs 100 CLI tools.

To migrate your workflows from kube-tools to Arkade,
you can use the [arkade-get](https://github.com/alexellis/arkade-get)
GitHub Action as a drop-in replacement.

Example:

```yaml
- uses: alexellis/setup-arkade@v1
- uses: alexellis/arkade-get@master
with:
kubectl: latest
kustomize: latest
kubeconform: latest
helm: latest
jq: latest
yq: latest
```