Files
falco/examples/k8s-using-daemonset
Mark Stemm 6127ca6e41 Update k8s README
To reflect github's new slightly stricter markdown format.
2017-03-29 14:39:27 -07:00
..
2017-03-29 14:39:27 -07:00

Example K8s Services for Falco

The yaml file in this directory installs the following:

  • Open Source Falco, as a DaemonSet. Falco is configured to communicate with the K8s API server via its service account, and changes its output to be K8s-friendly. It also sends to a slack webhook for the #demo-falco-alerts channel on our public slack.
  • The Falco Event Generator, as a deployment that ensures it runs on exactly 1 node.