Skip to content

Commit

Permalink
docs(kiali): update rhdh docs (#1621)
Browse files Browse the repository at this point in the history
* Update rhdh docs

* Update images
  • Loading branch information
josunect committed May 8, 2024
1 parent 8669066 commit 7087cba
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 1 deletion.
25 changes: 25 additions & 0 deletions plugins/kiali/RHDH.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,31 @@ _The mountPoints configuration is not available in the tech preview, we’ll use

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

Also, the Services, Applications list and the istio config list is available.

### Workloads Details

![details](./images/rhdh/RHDH_kiali_page_workloads_details.png)

Also, the Services and Applications details is available.

### Istio Config

![config](./images/rhdh/RHDH_kiali_page_istio_config.png)

### Video Demo

[![RHDH-demo](https://img.youtube.com/vi/jCExpeXl9A8/0.jpg)](https://youtu.be/jCExpeXl9A8)

## Kiali Resources List card

A Kiali Card can be added to see the Service Mesh resources (workloads, services and applications) for a component.
The card name is EntityKialiResourcesCard and the complete configuration can be checked in [Lapp-config.janus-idp.yaml](app-config.janus-idp.yaml)

### Kiali Resources Card

![card](./images/rhdh/RHDH_kiali_resources_card.png)

### Kiali Resources Card Details

![card-details](./images/rhdh/RHDH_kiali_resources_card_details.png)
12 changes: 11 additions & 1 deletion plugins/kiali/app-config.janus-idp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,19 @@ dynamicPlugins:
- config:
layout:
gridColumn: '1 / -1'
height: 75vh
if:
anyOf:
- hasAnnotation: backstage.io/kubernetes-namespace
importName: EntityKialiContent
mountPoint: entity.page.kiali/cards
- config:
layout:
gridColumnEnd:
lg: 'span 8'
md: 'span 12'
xs: 'span 24'
if:
anyOf:
- hasAnnotation: backstage.io/kubernetes-namespace
importName: EntityKialiResourcesCard
mountPoint: entity.page.overview/cards
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plugins/kiali/images/rhdh/RHDH_kiali_page_overview.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plugins/kiali/images/rhdh/RHDH_kiali_page_workloads.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 7087cba

Please sign in to comment.