https://github.com/apigeeks-com/a6s-fbl-k8s-plugin
K8s plugin for FBL
https://github.com/apigeeks-com/a6s-fbl-k8s-plugin
automation fbl helm k8s kubectl kubernetes kubernetes-cluster kubernetes-deployment plugin
Last synced: 4 months ago
JSON representation
K8s plugin for FBL
- Host: GitHub
- URL: https://github.com/apigeeks-com/a6s-fbl-k8s-plugin
- Owner: apigeeks-com
- License: mit
- Created: 2018-10-22T07:28:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-08T10:38:36.000Z (over 7 years ago)
- Last Synced: 2025-01-06T09:27:27.538Z (over 1 year ago)
- Topics: automation, fbl, helm, k8s, kubectl, kubernetes, kubernetes-cluster, kubernetes-deployment, plugin
- Language: TypeScript
- Size: 359 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Kubectl, Helm and Helm/K8s objects cleanup wrapper plugin
[FBL](https://www.npmjs.com/package/fbl) plugin that wrapps kubectl and helm cli utilities into fbl specific actions.
Additionally plugin contains handy utility actions to help you work with the cluster, like an action to automatically clean cluster from non-used objects and helm releases.
## Who might want to use it?
- One who needs to have a single place to describe what his/her cluster should be like.
- One who needs to manage deployment in just few minutes for dozens of services.
- One who wants to make the cluster clean.
## Documentation
Available action handlers:
- [kubectl](docs/kubectl.md)
- [helm](docs/helm.md)
- [k8s.cleanup](docs/cleanup.md)