You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,11 +21,9 @@ Particularly suitable for beginners, it offers various convenient functionalitie
21
21
* Detailed explanations of Kubernetes resource fields, ensuring no ambiguity about the number of options and their meanings.Official documentation with clickable links.
22
22
* Integration of official examples in a directory tree format, allowing easy browsing, reference, and field copying.
23
23
* Support efficient editing of YAML resources, enabling writing YAML fields on one side of the page while referring to field definitions at the same time.
24
-
* Generation of Yaml using a large model.
25
-
* Problem analysis using a large model.
26
-
* Security checks using a large model.
27
-
* Dynamic display of resource usage (requires installation of the metric server).
28
-
* Integration of page functionalities such as kubectl describe, kubectl explain, kubectl top and other high-frequency commands. These can be accessed with a simple click on the user interface.
24
+
* Support displaying corresponding Service and Ingress on the Pod page, and support displaying backend Pods on the Service and Ingress pages.
25
+
* Generation of Yaml 、Problem analysis、Security checks using a large model.
26
+
* Display resource usage dynamically (requires installation of metric server), and support viewing detailed statistical data* Integration of page functionalities such as kubectl describe, kubectl explain, kubectl top and other high-frequency commands. These can be accessed with a simple click on the user interface.
29
27
* Inspection functionality added to the cluster page, conducting common error checks on major resource objects and providing detailed lists.
30
28
* Supports Chinese, English, as well as French, German, Italian, Russian, Spanish, French, Japanese, Korean, and 12 languages.
Note: When using Docker Desktop, you need to handle the access domain address of the API server yourself. Ensure that it is accessible within the Docker environment.
67
65
```docker
68
-
docker run -it --rm -v ~/.kube/:/root/.kube/ -p 4000:8080 ghcr.io/weibaohui/blazork8s:0.1.8
66
+
docker run -it --rm -v ~/.kube/:/root/.kube/ -p 4000:8080 ghcr.io/weibaohui/blazork8s:0.1.9
69
67
```
70
68
### ARM Run (Mac M1/2/3)
71
69
```docker
72
-
docker run -it --rm -v ~/.kube/:/root/.kube/ -p 4000:8080 ghcr.io/weibaohui/blazork8s:0.1.8-arm
70
+
docker run -it --rm -v ~/.kube/:/root/.kube/ -p 4000:8080 ghcr.io/weibaohui/blazork8s:0.1.9-arm
73
71
```
74
72
75
73
* View:http://IP:4000 (!Do not use 127.0.0.1/localhost!)
0 commit comments