https://github.com/bbortt/qdrakeboo-kubectl
Docker image containing kubectl with certain plugins. Used in the Qdrakeboo deployment process.
https://github.com/bbortt/qdrakeboo-kubectl
Last synced: 6 months ago
JSON representation
Docker image containing kubectl with certain plugins. Used in the Qdrakeboo deployment process.
- Host: GitHub
- URL: https://github.com/bbortt/qdrakeboo-kubectl
- Owner: bbortt
- License: mit
- Created: 2019-10-01T14:41:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-25T16:35:10.000Z (about 5 years ago)
- Last Synced: 2024-10-17T07:31:20.224Z (almost 2 years ago)
- Language: Dockerfile
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Qdrakeboo-Kubectl
======
> Docker image containing kubectl with certain plugins. Used in the Qdrakeboo deployment process.
[](https://travis-ci.com/bbortt/qdrakeboo-kubectl)
[](https://cloud.docker.com/repository/docker/qdrakeboo/kubectl)
[](https://opensource.org/licenses/MIT)
# Image contains
* [kubectl](https://github.com/kubernetes/kubectl) - The Kubernetes command-line tool, kubectl, allows you to run commands against Kubernetes clusters
* [kube-score](https://github.com/zegl/kube-score) - Kubernetes object analysis with recommendations for improved reliability and security
* [kubectl-vault_sync](https://github.com/postfinance/kubectl-vault_sync) - A plugin to sync Kubernetes secrets with [Hashicorp Vault](https://github.com/hashicorp/vault)
* [git-secrets](https://github.com/awslabs/git-secrets) - Prevents you from committing passwords and other sensitive information to a git repository
* [secrethub CLI])https://secrethub.io) - Secure, end-to-end encrypted secret storage
# Example usage
An example using GitHub Actions is available in [bbortt/qdrakeboo-deplyoment](https://github.com/bbortt/qdrakeboo-deployment).
# License
This project is licensed under the terms of the [MIT license](https://github.com/bbortt/qdrakeboo-kubectl/blob/master/LICENSE).