Kube Pod Autocomplete is a Go-based backend service designed to enhance the user experience when navigating resource lists in Kubernetes clusters.
- Kube Pod Autocomplete is designed to be used in Kubernetes environments.
- Take a look at the documentation.
Fetch required tools:
make deps
Deploy development environment:
make up
Deploy Kube Pod Autocomplete:
make deploy
Run the test suite:
make test
make test-e2e
Run linters:
make lint # pass -j option to run them in parallel
Some linter violations can automatically be fixed:
make fmt
Build artifacts locally:
make artifacts
Once you are done, you can tear down the development environment:
make down
The project is licensed under the Apache 2.0 License.