Skip to content

Commit

Permalink
Update content/en/blog/intro-gvisor-falco/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Vicente JJ. Miras <vjjmiras@gmail.com>
Signed-off-by: Luca Guerra <luca@guerra.sh>
  • Loading branch information
2 people authored and poiana committed Jan 24, 2023
1 parent bf21f3a commit 9ce7965
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion content/en/blog/intro-gvisor-falco/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,9 @@ gVisor can be used to [sandbox pods on GKE](https://cloud.google.com/kubernetes-
helm install falco-gvisor falcosecurity/falco -f https://raw.githubusercontent.com/falcosecurity/charts/master/falco/values-gvisor-gke.yaml --namespace falco-gvisor --create-namespace
```

As simple as that! Note that this new instance is completely independent from other Falco instances that you might have that monitor your regular nodes (w/o gVisor sandboxing), so you can decide whether you want to monitor regular node pools, gVisor-enabled node pools or both! For more information about these use cases and more check out the [related sections](https://github.com/falcosecurity/charts/blob/master/falco/README.md#about-gvisor) of the Falco Helm chart documentation.
As simple as that! Note that this new instance is completely independent of other Falco instances that you might have that monitor your regular nodes (w/o gVisor sandboxing), so you can decide whether you want to monitor **regular** node pools, **gVisor-enabled** node pools or **both**!

For more information about these use cases and more check out the [related sections](https://github.com/falcosecurity/charts/blob/master/falco/README.md#about-gvisor) of the Falco Helm chart documentation.

## Limitations and syscall support

Expand Down

0 comments on commit 9ce7965

Please sign in to comment.