Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-01T07:57:01.000Z (5 months ago)
- Last Synced: 2024-10-30T02:59:50.843Z (13 days ago)
- Topics: k8s, kubernetes, search-extension
- Language: JavaScript
- Homepage: https://k8s.extension.sh
- Size: 4.47 MB
- Stars: 54
- Watchers: 2
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kubernetes Search Extension
[![Chrome Web Store](https://img.shields.io/chrome-web-store/v/ljgnebfhkddniojgccmhnajeapfnklgh.svg)](https://chrome.google.com/webstore/detail/kubernetes-search-extensi/ljgnebfhkddniojgccmhnajeapfnklgh)
[![Mozilla Add-on](https://img.shields.io/amo/v/kubernetes-search-extension?color=%2320123A)](https://addons.mozilla.org/en-US/firefox/addon/kubernetes-search-extension/)
[![license-mit](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/huhu/k8s-search-extension/blob/master/LICENSE-MIT)
[![license-apache](https://img.shields.io/badge/license-Apache-yellow.svg)](https://github.com/huhu/k8s-search-extension/blob/master/LICENSE-APACHE)
[![Discord](https://img.shields.io/discord/711895914494558250?label=chat&logo=discord)](https://discord.gg/Xy4n8EZb6d)**The ultimate search extension for Kubernetes**
https://k8s.extension.sh
## How to use it
![](/docs/static/k8s-search-extension.gif)
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
```