https://github.com/huhu/k8s-search-extension
The ultimate search extension for Kubernetes
https://github.com/huhu/k8s-search-extension
k8s kubernetes search-extension
Last synced: 2 months ago
JSON representation
The ultimate search extension for Kubernetes
- Host: GitHub
- URL: https://github.com/huhu/k8s-search-extension
- Owner: huhu
- License: mit
- Created: 2022-11-03T03:09:26.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-01T07:57:01.000Z (about 1 year ago)
- Last Synced: 2025-04-15T06:47:54.497Z (2 months ago)
- Topics: k8s, kubernetes, search-extension
- Language: JavaScript
- Homepage: https://k8s.extension.sh
- Size: 4.47 MB
- Stars: 55
- Watchers: 2
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kubernetes Search Extension
[](https://chrome.google.com/webstore/detail/kubernetes-search-extensi/ljgnebfhkddniojgccmhnajeapfnklgh)
[](https://addons.mozilla.org/en-US/firefox/addon/kubernetes-search-extension/)
[](https://github.com/huhu/k8s-search-extension/blob/master/LICENSE-MIT)
[](https://github.com/huhu/k8s-search-extension/blob/master/LICENSE-APACHE)
[](https://discord.gg/Xy4n8EZb6d)**The ultimate search extension for Kubernetes**
https://k8s.extension.sh
## How to use it

Input keyword **k** in the address bar, press `Space` to activate the search bar. Then enter any keyword
you want to search.## Contribution
[jsonnet](https://jsonnet.org/) is required before getting started. To install `jsonnet`,
please check `jsonnet`'s [README](https://github.com/google/jsonnet#packages).
For Linux users, the `snap` is a good choice to [install jsonnet](https://snapcraft.io/install/jsonnet/ubuntu).```bash
$ git clone --recursive https://github.com/huhu/k8s-search-extension
Cloning into 'k8s-search-extension'...
$ cd k8s-search-extension$ make chrome # For Chrome version
$ make firefox # For Firefox version
$ make edge # For Edge version
```