Created
February 23, 2020 17:15
-
-
Save maxgio92/27dd3f37cfa11dcd86c685f902b08de9 to your computer and use it in GitHub Desktop.
Falco Kubernetes Audit webhook backend kubeconfig
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
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