Skip to content

Latest commit

 

History

History
63 lines (41 loc) · 936 Bytes

README.md

File metadata and controls

63 lines (41 loc) · 936 Bytes

kube-pod-autocomplete

Kube Pod Autocomplete is a Go-based backend service designed to enhance the user experience when navigating resource lists in Kubernetes clusters.

Getting started

  • Kube Pod Autocomplete is designed to be used in Kubernetes environments.
  • Take a look at the documentation.

Development

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

License

The project is licensed under the Apache 2.0 License.