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: 5 months 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-14T12:17:23.000Z (over 4 years ago)
- Last Synced: 2025-07-26T19:44:03.460Z (6 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
[](https://gitter.im/morningspace/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)

[](https://github.com/morningspace/kubeassert/releases)

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/#/).
