summaryrefslogtreecommitdiff
path: root/communication
diff options
context:
space:
mode:
authorAlban Crequy <alban@kinvolk.io>2020-01-17 17:50:58 +0100
committerAlban Crequy <alban@kinvolk.io>2020-01-17 17:50:58 +0100
commit0d191e5a5df94ccedf0f8ff0e12ed761811da815 (patch)
tree566177a77ee0b2ee0a61cb07eabcf3641b30f102 /communication
parent89650f5806cbdf4b2e6bb3105f1caa5cc3c3f964 (diff)
New slack channel for Inspektor Gadget
Inspektor Gadget (https://github.com/kinvolk/inspektor-gadget) contains a collection of gadgets for developers of Kubernetes applications. Its main gadget, traceloop, uses BPF to record system calls performed by each pod like a flight recorder. It can be used to see the last system calls performed by a pod after it crashed. It is available under the Apache license. It is built on top of BCC (https://github.com/iovisor/bcc) and traceloop (https://github.com/kinvolk/traceloop).
Diffstat (limited to 'communication')
-rw-r--r--communication/slack-config/channels.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/communication/slack-config/channels.yaml b/communication/slack-config/channels.yaml
index 5d4276a2..097481be 100644
--- a/communication/slack-config/channels.yaml
+++ b/communication/slack-config/channels.yaml
@@ -97,6 +97,7 @@ channels:
- name: in-events
- name: in-users
- name: ingress-nginx
+ - name: inspektor-gadget
- name: it-events
- name: it-users
- name: java