Last active
May 23, 2026 22:21
-
-
Save YurgenUA/246529210fcefcdd3e1f9643eff1a870 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| % helm repo add falcosecurity https://falcosecurity.github.io/charts | |
| "falcosecurity" already exists with the same configuration, skipping | |
| % helm install falco falcosecurity/falco \ | |
| --namespace falco \ | |
| --create-namespace \ | |
| -f falco-values.yaml | |
| NAME: falco | |
| LAST DEPLOYED: Sun May 24 00:20:28 2026 | |
| NAMESPACE: falco | |
| STATUS: deployed | |
| REVISION: 1 | |
| TEST SUITE: None | |
| NOTES: | |
| Falco agents are spinning up on each node in your cluster. After a few | |
| seconds, they are going to start monitoring your containers looking for | |
| security issues. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment