Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save maxgio92/27dd3f37cfa11dcd86c685f902b08de9 to your computer and use it in GitHub Desktop.
Save maxgio92/27dd3f37cfa11dcd86c685f902b08de9 to your computer and use it in GitHub Desktop.
Falco Kubernetes Audit webhook backend kubeconfig
apiVersion: v1
kind: Config
clusters:
- cluster:
server: http://<ip_of_falco>:8765/k8s_audit
name: falco
contexts:
- context:
cluster: falco
user: ""
name: default-context
current-context: default-context
preferences: {}
users: []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment