> For the complete documentation index, see [llms.txt](https://meetups.kubiosec.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://meetups.kubiosec.tech/meetup-notes/01-02-2024-belgium-kubernetes-and-cloud-native-meetup-google-brussels.md).

# 01-02-2024 Belgium Kubernetes and Cloud Native Meetup @Google Brussels

## Kubernetes Superpowers: AI and eBPF

{% file src="/files/h0cYQbS8iDU1cNOmwgEh" %}

Overview of all links\
[https://brucon.org<br>](<https://brucon.org&#xA;>)[https://github.com/gofireflyio/aiac<br>](<https://github.com/gofireflyio/aiac&#xA;>)[https://github.com/sozercan/kubectl-ai<br>](<https://github.com/sozercan/kubectl-ai&#xA;>)[https://k8sgpt.ai/<br>](<https://k8sgpt.ai/&#xA;>)<https://robusta.dev>\
<https://ebpf.io/>\
[https://](https://ebpf.io/applications/)[ebpf.io](https://ebpf.io/applications/)[/applications](https://ebpf.io/applications/)\
[https://www.inspektor-gadget.io/<br>](<https://www.inspektor-gadget.io/&#xA;>)[https://kubernetes.io/docs/tutorials/security/seccomp/](<https://kubernetes.io/docs/tutorials/security/seccomp/&#xA;>)\
[https://aquasecurity.github.io/tracee/latest/](<https://aquasecurity.github.io/tracee/latest/&#xA;>)\
[https://aquasecurity.github.io/tracee/v0.19/docs/events/builtin/signatures/<br>](<https://aquasecurity.github.io/tracee/v0.19/docs/events/builtin/signatures/&#xA;>)[https://sysdig.com/opensource/falco/<br>](<https://sysdig.com/opensource/falco/&#xA;>)<https://tetragon.io/>\
\
Here a few of the prompts used in the demo and screenshots.

`aiac get create a Dockerfile to build a ubuntu image with curl installed`

`kubectl ai --openai-deployment-name=gpt-4 "run me a nginx server pod version 1.9.4 with name nginx-pod with label prod=false"`&#x20;

`kubectl ai --openai-deployment-name=gpt-4 "deploy me a ningx server with name cncf with label prod=true. Also please expose the deployment with a NodePort service"`

`k8sgpt analyze --filter=Pod --explain`

`kubectl gadget trace dns`&#x20;

`kubectl gadget trace tcpconnect`&#x20;

`sudo sysdig -p"%proc.cmdline" proc.name=curl` \
`curl 'https://radarsec.com/test=alert(document.cookie)'`

`sudo sysdig proc.name=curl` \
`curl 'https://radarsec.com/test=alert(document.cookie)'`


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://meetups.kubiosec.tech/meetup-notes/01-02-2024-belgium-kubernetes-and-cloud-native-meetup-google-brussels.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
