Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/morningspace/kubeassert
A kubectl plugin to assert Kubernetes resources from the command line.
https://github.com/morningspace/kubeassert
cicd kubernetes testing-tools
Last synced: 12 days ago
JSON representation
A kubectl plugin to assert Kubernetes resources from the command line.
- Host: GitHub
- URL: https://github.com/morningspace/kubeassert
- Owner: morningspace
- License: mit
- Created: 2020-08-18T08:38:09.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-14T12:17:23.000Z (over 3 years ago)
- Last Synced: 2024-08-01T13:28:34.967Z (4 months ago)
- Topics: cicd, kubernetes, testing-tools
- Language: Shell
- Homepage: https://morningspace.github.io/kubeassert/docs/#/
- Size: 1.9 MB
- Stars: 32
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# KubeAssert
[![Gitter](https://badges.gitter.im/morningspace/community.svg)](https://gitter.im/morningspace/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
![License](https://img.shields.io/badge/license-MIT-000000.svg)
[![Releases](https://img.shields.io/github/v/release/morningspace/kubeassert.svg)](https://github.com/morningspace/kubeassert/releases)
![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)KubeAssert is designed as a kubectl plugin to provide a set of assertions that can be used to quickly assert Kubernetes resources from the command line against your working cluster. It has been submitted to [krew](https://krew.sigs.k8s.io/) as a kubectl plugin distributed on the centralized [krew-index](https://krew.sigs.k8s.io/plugins/). To install KubeAssert using krew:
```shell
kubectl krew install assert
```To learn more on KubeAssert, please read the online [documentation](https://morningspace.github.io/kubeassert/docs/#/).
![](docs/assets/demo.gif)