16 lines
331 B
Markdown
16 lines
331 B
Markdown
# K8s Dashboard (React + Vite + Tailwind)
|
|
|
|
Minimal Kubernetes dashboard with auth, sidebar navigation, and a Create Cluster page. Clusters are stored in localStorage.
|
|
|
|
## Setup
|
|
|
|
```
|
|
npm install
|
|
npm run dev
|
|
```
|
|
|
|
Pages:
|
|
- `/login` and `/register`
|
|
- `/app/create-cluster` (create/list clusters)
|
|
- `/app/resources` and `/app/settings`
|