πŸ—ΊοΈMap

The map feature in a deployment uses svelte-flow to graphically show the resources of the current rollout in the selected deployment. Everything gets updated in real time via a websocket endpoint described in the pocketbase docs: Pocketbase

You can move the components with your mouse, zoom in and out and dig into its configurations / logs / events when click on a component.

Component Details

When clicking on a component you can see its current applied manifest in-cluster configurations. This will give you some more information about the component itself.

When selecting a pod you can also see it's logs directly streamed:

Also for the pod you can see the events which happen inside the cluster. This will also help you to troubleshoot your rollouts.

Deleting a pod

You also have the ability to delete a selected pod by clicking on the red trash icon.

Last updated