Skip to content

Commit 41f2e30

Browse files
2 parents 786f93e + dfb2691 commit 41f2e30

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ This project provides a tool for visualizing Kubernetes clusters using Golang fo
99
- Backend powered by Golang
1010
- Frontend built with React
1111

12+
## Overview
13+
![image](https://github.com/user-attachments/assets/5ad9956b-bc15-4933-bcd2-558aed333dea)
14+
15+
![image](https://github.com/user-attachments/assets/a0524ed6-9084-4d87-8964-83d775b39a9c)
16+
17+
1218
## Coming Soon
1319

1420
- In-cluster configuration support
@@ -51,7 +57,7 @@ This project provides a tool for visualizing Kubernetes clusters using Golang fo
5157
go run main.go
5258
```
5359

54-
2. In a new terminal, start the frontend development server: (If it hasn't already. By default frontend server should automatically start when you do step. 1)
60+
2. In a new terminal, start the frontend development server.
5561
```
5662
cd ui
5763
npm run dev

0 commit comments

Comments
 (0)