Please upgrade your Keptn to a newer release.

Keptn's Bridge

The Keptn’s Bridge lets you browse the Keptn’s log. It is automatically installed with your Keptn installation.

Usage

The Keptn’s Bridge is not publicly accessible, but can be retrieved by enabling port-forwarding from your local machine to the Keptn’s Bridge:

kubectl port-forward svc/bridge -n keptn 9000:8080

It is then available on: http://localhost:9000.

The Keptn’s Bridge provides an easy way to browse all events that are sent within Keptn and to filter on a specific Keptn context. When you access the Keptn’s Bridge, all Keptn entry points will be listed in the left column. Please note that this list only represents the start of a deployment of a new artifact and, thus, more information on the executed steps can be revealed when you click on one event.

Keptn's Bridge start page

When selecting an event, the Keptn’s Bridge displays all other events that are in the same Keptn context and, thus, belong to the selected entry point. As can be seen in the screenshot below, the entry point around 4:22pm has been selected and all events belonging to this entry point are shown. The detail section lists the timestamp as well as payload of the event. Additionally, the service that sent this event is also shown.

Keptn's Bridge detailed view