From 9ce796516efce6ab7347429878388f383d15bb19 Mon Sep 17 00:00:00 2001 From: Luca Guerra Date: Wed, 11 Jan 2023 14:57:27 +0100 Subject: [PATCH] Update content/en/blog/intro-gvisor-falco/index.md Co-authored-by: Vicente JJ. Miras Signed-off-by: Luca Guerra --- content/en/blog/intro-gvisor-falco/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/en/blog/intro-gvisor-falco/index.md b/content/en/blog/intro-gvisor-falco/index.md index e8512b78a..52d7c719a 100644 --- a/content/en/blog/intro-gvisor-falco/index.md +++ b/content/en/blog/intro-gvisor-falco/index.md @@ -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