Skip to content

Commit

Permalink
Merge pull request #1466 from kubearmor/doc-note-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
DelusionalOptimist authored Oct 19, 2023
2 parents 6949c66 + 2ae64db commit e4e0e68
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions getting-started/deployment_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ curl -sfL http://get.kubearmor.io/ | sudo sh -s -- -b /usr/local/bin
# sudo access is needed to install it in /usr/local/bin directory. But, if you prefer not to use sudo, you can install it in a different directory which is in your PATH.
```

> **Note**: kArmor CLI provides a Developer Friendly way to interact with KubeArmor Telemetry. You can stream KubeArmor telemetry independently of kArmor CLI tool and integrate it with your chosen SIEM (Security Information and Event Management) solutions. [Here's a guide]((https://github.com/kubearmor/kubearmor-relay-server/blob/main/README.md#streaming-kubearmor-telemetry-to-external-siem-tools)) on how to achieve this integration. This guide assumes you have kArmor CLI to access KubeArmor Telemetry but you can view it on your SIEM tool once integrated.
> [!NOTE]
> kArmor CLI provides a Developer Friendly way to interact with KubeArmor Telemetry. You can stream KubeArmor telemetry independently of kArmor CLI tool and integrate it with your chosen SIEM (Security Information and Event Management) solutions. [Here's a guide](https://github.com/kubearmor/kubearmor-relay-server/blob/main/README.md#streaming-kubearmor-telemetry-to-external-siem-tools) on how to achieve this integration. This guide assumes you have kArmor CLI to access KubeArmor Telemetry but you can view it on your SIEM tool once integrated.
## Deploy test nginx app

Expand All @@ -30,7 +31,8 @@ kubectl create deployment nginx --image=nginx
POD=$(kubectl get pod -l app=nginx -o name)
```

> Note: `$POD` is used to refer to the target nginx pod in many cases below.
> [!NOTE]
> `$POD` is used to refer to the target nginx pod in many cases below.
## Sample policies

Expand Down

0 comments on commit e4e0e68

Please sign in to comment.