Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mailing list readme #777

Closed
wants to merge 29 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
e00181d
Merge pull request #174 from draios/dev
mstemm Dec 22, 2016
d1b6b2b
Merge pull request #229 from draios/dev
mstemm Mar 29, 2017
b0ae29c
Merge branch 'dev'
mstemm May 15, 2017
809d20c
Merge pull request #246 from draios/dev
mstemm May 30, 2017
74556e5
Merge branch 'dev'
mstemm Oct 10, 2017
e8aee19
Merge remote-tracking branch 'origin/dev', 0.8.1
mstemm Oct 10, 2017
3ee7663
Merge branch 'dev'
mstemm Jan 18, 2018
94df00e
Merge branch 'dev'
mstemm Jan 18, 2018
2a0911d
Merge branch 'dev'
mstemm Apr 24, 2018
b496116
Don't make driver compilation fail when kernel is compiled with CONFI…
davidarcher Apr 30, 2018
6acb13e
Merge branch 'dev'
mstemm Jul 25, 2018
4707103
Merge remote-tracking branch 'origin/dev'
mstemm Jul 31, 2018
5e38f13
Merge remote-tracking branch 'origin/dev'
mstemm Sep 11, 2018
ff299c1
Merge remote-tracking branch 'origin/dev'
mstemm Sep 11, 2018
bd7a973
Merge branch 'dev'
mstemm Nov 9, 2018
ddf55d3
Merge remote-tracking branch 'origin/dev'
mstemm Jan 17, 2019
62c1a04
Merge remote-tracking branch 'origin/dev'
mstemm Feb 7, 2019
44e88f2
Merge remote-tracking branch 'origin/dev'
mstemm Feb 10, 2019
1fb53ee
Update output (#511)
daixiang0 Feb 11, 2019
e546555
fix k8s install issue (#506)
daixiang0 Feb 20, 2019
f4b0b3c
falco.yaml: change default program_output action (#507)
daixiang0 Feb 20, 2019
36a095c
Merge remote-tracking branch 'origin/dev'
mstemm May 13, 2019
db41945
Merge remote-tracking branch 'origin/dev'
mstemm May 13, 2019
807c00b
Merge remote-tracking branch 'origin/dev'
mstemm Jun 7, 2019
ff376d3
Merge remote-tracking branch 'origin/dev'
mstemm Jun 7, 2019
194a017
Merge remote-tracking branch 'origin/dev'
mstemm Jun 12, 2019
75b816d
Merge remote-tracking branch 'origin/dev'
mstemm Jun 12, 2019
670736d
Merge remote-tracking branch 'origin/dev'
leodido Jul 16, 2019
8061088
Adding new open calls to README.md
krisnova Aug 20, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,16 @@ See [Falco Documentation](https://falco.org/docs/) to quickly get started using

Join the Community
---
* [Join the mailing list](http://bit.ly/2TNO9Xk) for news and a Google calendar invite for our Falco open source meetings. Note: this is the only way to get a calendar invite for our open meetings.
* [Website](https://falco.org) for Falco.
* We are working on a blog for the Falco project. In the meantime you can find [Falco](https://sysdig.com/blog/tag/falco/) posts over on the Sysdig blog.
* Join our [Public Slack](https://slack.sysdig.com) channel for open source Sysdig and Falco announcements and discussions.

Office hours
---

Falco has an open office hour style call that happens Wednesdays at 8am Pacific. You can get a calendar invitiation to the call, by joining our mailing list - or - you can just join our [Zoom](https://sysdig.zoom.us/j/501370112)


License Terms
---
Falco is licensed to you under the [Apache 2.0](./COPYING) open source license.
Expand Down
3 changes: 2 additions & 1 deletion falco.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,5 @@ program_output:

http_output:
enabled: false
url: http://some.url
url: http://some.url

18 changes: 9 additions & 9 deletions integrations/k8s-using-daemonset/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ Now that we have the requirements for our Daemon Set in place, we can create our

```
k8s-using-daemonset$ kubectl create -f k8s-with-rbac/falco-daemonset-configmap.yaml
daemonset "falco" created
daemonset.extensions "falco-daemonset" created

k8s-using-daemonset$
```

Expand Down Expand Up @@ -97,14 +98,13 @@ In order to test that Falco is working correctly, you can launch a shell in a Po

```
k8s-using-daemonset$ kubectl get pods
NAME READY STATUS RESTARTS AGE
falco-74htl 1/1 Running 0 13h
falco-fqz2m 1/1 Running 0 13h
falco-sgjfx 1/1 Running 0 13h
k8s-using-daemonset$ kubectl exec -it falco-74htl bash
root@falco-74htl:/# exit
k8s-using-daemonset$ kubectl logs falco-74htl
{"output":"17:48:58.590038385: Notice A shell was spawned in a container with an attached terminal (user=root k8s.pod=falco-74htl container=a98c2aa8e670 shell=bash parent=<NA> cmdline=bash terminal=34816)","priority":"Notice","rule":"Terminal shell in container","time":"2017-12-20T17:48:58.590038385Z", "output_fields": {"container.id":"a98c2aa8e670","evt.time":1513792138590038385,"k8s.pod.name":"falco-74htl","proc.cmdline":"bash ","proc.name":"bash","proc.pname":null,"proc.tty":34816,"user.name":"root"}}
NAME READY STATUS RESTARTS AGE
falco-daemonset-b695d 1/1 Running 0 2d
falco-daemonset-n8q2v 1/1 Running 0 2d
k8s-using-daemonset$ kubectl exec -it falco-daemonset-b695d bash
root@falco-daemonset-b695d:/# exit
k8s-using-daemonset$ kubectl logs falco-daemonset-b695d
07:16:09.217866519: Error File below known binary directory renamed/removed (user=root command=event_generator pcmdline=<NA> operation=rename file=<NA> res=0 oldpath=/bin/true newpath=/bin/true.event-generator-sh ) k8s.ns=default k8s.pod=falco-event-generator-deployment-645444689b-j6mth container=0e67aad65846 k8s.ns=default k8s.pod=falco-event-generator-deployment-645444689b-j6mth container=0e67aad65846
k8s-using-daemonset$
```

Expand Down