Skip to content

Commit

Permalink
docs: update readme, add notes for falco in GKE
Browse files Browse the repository at this point in the history
  • Loading branch information
andylibrian committed Dec 12, 2021
1 parent 0153ab8 commit 5952ddd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,15 @@ helm upgrade -i falco falcosecurity/falco -n falco -f falco-values.yaml \
--set-file customRules."tarian_rules\.yaml"=https://raw.githubusercontent.com/kube-tarian/tarian/main/dev/falco/tarian_rules.yaml
```

On GKE, falco uses ebpf, so you will need to add

```
--set ebpf.enabled=true
```

to the helm command above. See also [Falco docs](https://falco.org/docs/getting-started/third-party/production/).


### Setup a Postgresql Database

You can use a DB as a service from your Cloud Services or you can also run by yourself in the cluster. For example to install the DB in the cluster, run:
Expand Down

0 comments on commit 5952ddd

Please sign in to comment.