Skip to content

kubeshop/kusk-gateway-dashboard

Repository files navigation

Kusk Gateway Dashboard

Github Build Workflow Netlify Status

Browser-based dashboard for inspecting deploying APIs, EnvoyFleets and StaticRoutes.

Quick start

In order to start the dashboard locally, run the following:

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.

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.