# Map

The map feature in a deployment uses [svelte-flow](https://svelteflow.dev/) 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](https://docs.one-click.dev/platform/pocketbase "mention")

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

<figure><img src="https://3601602753-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FclSnVNQ9cQ3UGmpo9Q9i%2Fuploads%2FILzLpeyGDGCxaRrcANLs%2Fimage.png?alt=media&#x26;token=ca6ab3ee-3a91-4b1b-8ebc-47bea62ebc21" alt=""><figcaption></figcaption></figure>

### 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.

<figure><img src="https://3601602753-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FclSnVNQ9cQ3UGmpo9Q9i%2Fuploads%2FresGF3XYoqWt544xhhfj%2Fimage.png?alt=media&#x26;token=262c4155-996d-4fce-8b9f-f3ee65613957" alt=""><figcaption><p>manifest</p></figcaption></figure>

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

<figure><img src="https://3601602753-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FclSnVNQ9cQ3UGmpo9Q9i%2Fuploads%2FdwsZsweR2ZCFBGUfQFox%2Fimage.png?alt=media&#x26;token=e73eeb1c-159b-4fd0-9896-49dabe710187" alt=""><figcaption><p>pod logs</p></figcaption></figure>

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

<figure><img src="https://3601602753-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FclSnVNQ9cQ3UGmpo9Q9i%2Fuploads%2FJyrpjDs6xKxdw3mTElR6%2Fimage.png?alt=media&#x26;token=12b5aec6-f34e-4722-a4d6-ee2a37e1f7f6" alt=""><figcaption><p>events</p></figcaption></figure>

### Deleting a pod

You also have the ability to delete a selected pod by clicking on the <mark style="color:red;">red trash</mark> icon.

<figure><img src="https://3601602753-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FclSnVNQ9cQ3UGmpo9Q9i%2Fuploads%2F91KiJw8bv0Ph03uwKcVO%2Fimage.png?alt=media&#x26;token=2cf9eb9e-3165-4958-a3fc-c58d1cfc4300" alt=""><figcaption><p>deleting a pod</p></figcaption></figure>
