01-02-2024 Belgium Kubernetes and Cloud Native Meetup @Google Brussels
Previous30-04-2024 Aarixa training event @BrewdogBrusselsNext20-12-2023 IPv6 summit @Google Brussels
Last updated
Last updated
Overview of all links 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"
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
kubectl gadget trace tcpconnect
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)'