Skip to content

Commit 7087cba

Browse files
authored
docs(kiali): update rhdh docs (janus-idp#1621)
* Update rhdh docs * Update images
1 parent 8669066 commit 7087cba

8 files changed

+36
-1
lines changed

plugins/kiali/RHDH.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,31 @@ _The mountPoints configuration is not available in the tech preview, we’ll use
6767

6868
![workloads](./images/rhdh/RHDH_kiali_page_workloads.png)
6969

70+
Also, the Services, Applications list and the istio config list is available.
71+
72+
### Workloads Details
73+
74+
![details](./images/rhdh/RHDH_kiali_page_workloads_details.png)
75+
76+
Also, the Services and Applications details is available.
77+
78+
### Istio Config
79+
80+
![config](./images/rhdh/RHDH_kiali_page_istio_config.png)
81+
7082
### Video Demo
7183

7284
[![RHDH-demo](https://img.youtube.com/vi/jCExpeXl9A8/0.jpg)](https://youtu.be/jCExpeXl9A8)
85+
86+
## Kiali Resources List card
87+
88+
A Kiali Card can be added to see the Service Mesh resources (workloads, services and applications) for a component.
89+
The card name is EntityKialiResourcesCard and the complete configuration can be checked in [Lapp-config.janus-idp.yaml](app-config.janus-idp.yaml)
90+
91+
### Kiali Resources Card
92+
93+
![card](./images/rhdh/RHDH_kiali_resources_card.png)
94+
95+
### Kiali Resources Card Details
96+
97+
![card-details](./images/rhdh/RHDH_kiali_resources_card_details.png)

plugins/kiali/app-config.janus-idp.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,19 @@ dynamicPlugins:
1414
- config:
1515
layout:
1616
gridColumn: '1 / -1'
17-
height: 75vh
1817
if:
1918
anyOf:
2019
- hasAnnotation: backstage.io/kubernetes-namespace
2120
importName: EntityKialiContent
2221
mountPoint: entity.page.kiali/cards
22+
- config:
23+
layout:
24+
gridColumnEnd:
25+
lg: 'span 8'
26+
md: 'span 12'
27+
xs: 'span 24'
28+
if:
29+
anyOf:
30+
- hasAnnotation: backstage.io/kubernetes-namespace
31+
importName: EntityKialiResourcesCard
32+
mountPoint: entity.page.overview/cards
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)