Skip to content

Commit

Permalink
Add Http route graph view
Browse files Browse the repository at this point in the history
  • Loading branch information
weibaohui committed Aug 5, 2024
1 parent bee031a commit a62028f
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 30 deletions.
28 changes: 13 additions & 15 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,22 +175,20 @@ Visualize the relationships and states between workload resources intuitively th
<img src="/docs/img/diagram.gif">
<br>

## List of inspectable resources

* Node
* Pod
* Deployment
* StatefulSet
* ReplicaSet
* CronJob
* Ingress
* Service/Endpoints
* PersistentVolumeClaim
* NetworkPolicy
* HorizontalPodAutoscaler
<br>
<img src="/docs/img/cluster-inspection.png">


## GatewayAPI support

* GatewayClass
* Gateway
* HTTPRoute
* GRPCRoute
* TCPRoute
* UDPRoute
<br>
<img src="/docs/img/HTTPRoute-Graph-View.png">



## UI preview

Expand Down
27 changes: 12 additions & 15 deletions Readme_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,22 +177,19 @@ docker run -it --rm -v ~/.kube/:/root/.kube/ -p 4000:8080 ghcr.io/weibaohui/b
<img src="/docs/img/deploy-diagram.jpg">
<img src="/docs/img/diagram.gif">
<br>
## 巡检支持资源情况

* Node
* Pod
* Deployment
* StatefulSet
* ReplicaSet
* CronJob
* Ingress
* Service/Endpoints
* PersistentVolumeClaim
* NetworkPolicy
* HorizontalPodAutoscaler
<br>
<img src="/docs/img/cluster-inspection.png">

## GatewayAPI 支持

* GatewayClass
* Gateway
* HTTPRoute
* GRPCRoute
* TCPRoute
* UDPRoute
<br>
<img src="/docs/img/HTTPRoute-Graph-View.png">



## 页面预览
[click me](docs/ui.md)
Binary file added docs/img/HTTPRoute-Graph-View.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a62028f

Please sign in to comment.