Skip to content

Commit

Permalink
Update index.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
orishoshan authored Feb 23, 2024
1 parent 48e4848 commit 26303c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/features/network-mapping-network-policies/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,17 @@ Otterize's [Network Mapper](/reference/configuration/network-mapper) is a zero-c
By connecting your cluster to Otterize Cloud, you'll immediately be presented with an interactive, historic and filterable map of your cluster.
You can access the same information in different formats by using the open-source Otterize CLI, with the commands `otterize mapper export`, `otterize mapper list` and `otterize mapper visualize`.

**visualize example:**:
**otterize mapper visualize example:**
![visualize example](/img/examples/example-visualize.png)

**list example:**
**otterize mapper list example:**
```
client in namespace otterize-tutorial-npol calls:
- server in namespace otterize-tutorial-npol
client-other in namespace otterize-tutorial-npol calls:
- server in namespace otterize-tutorial-npol
```
**export example:**
**otterize mapper export example:**
```yaml
apiVersion: k8s.otterize.com/v1alpha3
kind: ClientIntents
Expand Down Expand Up @@ -99,4 +99,4 @@ spec:
name: client
calls:
- name: nginx
```
```

0 comments on commit 26303c2

Please sign in to comment.