Skip to content

Commit cb4d18b

Browse files
committed
up
1 parent 51756b8 commit cb4d18b

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

crowdsec-docs/docs/intro.mdx

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,21 @@ Under the hood, the Security Engine has various components:
7070
- decide which ones to keep in the list and make (short) dedicated pages for those
7171
-->
7272

73-
This architecture allows for both simple/standalone setups, or more distributed ones including several Log Processors, LAPIs and Remediation components collaborating together:
73+
This architecture allows for both simple/standalone setups, or more distributed ones including as illustrated below:
7474

7575
- One or more machines? Run crowdsec on each (alongside with a remediation component)
7676
- Already have a log pit (such as rsyslog or loki)? Run crowdsec next to it, not on the production workloads
77-
- Running Kubernetes? Have a look at our helm chart
78-
- Running containers? The docker data source might be what you need
79-
- Just looking for a WAF? Look at our quickstart
77+
- Running Kubernetes? Have a look at [our helm chart](/u/getting_started/installation/kubernetes)
78+
- Running containers? The [docker data source](/docs/data_sources/docker) might be what you need
79+
- Just looking for a WAF? Look at [our quickstart](/appsec/intro.md)
80+
81+
Distributed architecture example:
82+
83+
<div style={{display: 'flex'}}>
84+
<div style={{textAlign: 'center', flex: '1'}}>
85+
<img src={useBaseUrl('/img/distributed_SE_setup.png.png')}></img>
86+
</div>
87+
</div>
8088

8189

8290

113 KB
Loading

0 commit comments

Comments
 (0)