https://github.com/kubeshop/kusk-gateway-dashboard
Dashboard for managing Kusk-Gateway
https://github.com/kubeshop/kusk-gateway-dashboard
Last synced: 21 days ago
JSON representation
Dashboard for managing Kusk-Gateway
- Host: GitHub
- URL: https://github.com/kubeshop/kusk-gateway-dashboard
- Owner: kubeshop
- Created: 2022-02-09T12:29:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-24T04:08:50.000Z (over 1 year ago)
- Last Synced: 2025-03-22T19:42:18.480Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 5.96 MB
- Stars: 11
- Watchers: 3
- Forks: 3
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kusk Gateway Dashboard

[](https://app.netlify.com/sites/gallant-edison-9baea8/deploys)Browser-based dashboard for inspecting deploying APIs, EnvoyFleets and StaticRoutes.
## Quick start
In order to start the dashboard locally, run the following:
```bash
git clone https://github.com/kubeshop/kusk-gateway-dashboard.git && cd kusk-gateway-dashboard
npm install
npm run start
```Then access it on [http://localhost:3000](http://localhost:3000).
### API server endpoint
The default endpoint is **_/api/_** which most likely is not applicable when running the dashboard locally. It can be
easily changed by going to **Settings** page and entering a new absolute URL.## Documentation
Read more about the dashboard at
[https://docs.kusk.io/reference/dashboard/overview](https://docs.kusk.io/reference/dashboard/overview).