Skip to content

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

License

Notifications You must be signed in to change notification settings

csatib02/kube-pod-autocomplete

Folders and files

NameName
Last commit message
Last commit date
Sep 3, 2024
Sep 3, 2024
Sep 3, 2024
Sep 3, 2024
Sep 3, 2024
Sep 3, 2024
Sep 1, 2024
Aug 31, 2024
Sep 2, 2024
Sep 1, 2024
Aug 31, 2024
Sep 1, 2024
Aug 31, 2024
Sep 3, 2024
Sep 3, 2024
Sep 3, 2024
Sep 3, 2024
Sep 2, 2024

Repository files navigation

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 environment.
  • 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 container-image

Once you are done, you can tear down the development environment:

make down

License

The project is licensed under the Apache 2.0 License.

About

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

Resources

License

Stars

Watchers

Forks