You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/zh/docs/tasks/debug-application-cluster/falco.md
+23-23Lines changed: 23 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ reviewers:
4
4
- sttts
5
5
- ericchiang
6
6
content_template: templates/concept
7
-
title: 使用Falco审计
7
+
title: 使用 Falco 审计
8
8
---
9
9
<!--
10
10
---
@@ -20,13 +20,13 @@ title: Auditing with Falco
20
20
<!--
21
21
### Use Falco to collect audit events
22
22
-->
23
-
### 使用Falco采集审计事件
23
+
### 使用 Falco 采集审计事件
24
24
25
25
<!--
26
26
[Falco](https://falco.org/) is an open source project for intrusion and abnormality detection for Cloud Native platforms.
27
27
This section describes how to set up Falco, how to send audit events to the Kubernetes Audit endpoint exposed by Falco, and how Falco applies a set of rules to automatically detect suspicious behavior.
@@ -40,21 +40,21 @@ This section describes how to set up Falco, how to send audit events to the Kube
40
40
<!--
41
41
Install Falco by using one of the following methods:
42
42
-->
43
-
使用以下方法安装Falco:
43
+
使用以下方法安装 Falco :
44
44
45
45
<!--
46
46
- [Standalone Falco][falco_installation]
47
47
- [Kubernetes DaemonSet][falco_installation]
48
48
- [Falco Helm Chart][falco_helm_chart]
49
49
-->
50
-
-[Standalone Falco][falco_installation]
50
+
-[独立安装 Falco][falco_installation]
51
51
-[Kubernetes DaemonSet][falco_installation]
52
52
-[Falco Helm Chart][falco_helm_chart]
53
53
54
54
<!--
55
55
Once Falco is installed make sure it is configured to expose the Audit webhook. To do so, use the following configuration:
56
56
-->
57
-
安装完成Falco后,请确保将其配置为公开Audit Webhook。为此,请使用以下配置:
57
+
安装完成 Falco 后,请确保将其配置为公开 Audit Webhook。为此,请使用以下配置:
58
58
59
59
```yaml
60
60
webserver:
@@ -68,11 +68,11 @@ webserver:
68
68
<!--
69
69
This configuration is typically found in the `/etc/falco/falco.yaml` file. If Falco is installed as a Kubernetes DaemonSet, edit the `falco-config` ConfigMap and add this configuration.
1. Create a [kubeconfig file](/docs/concepts/configuration/organize-cluster-access-kubeconfig/) for the [kube-apiserver][kube-apiserver] webhook audit backend.
@@ -94,7 +94,7 @@ This configuration is typically found in the `/etc/falco/falco.yaml` file. If Fa
0 commit comments