Skip to content

Commit

Permalink
Quartz sync: Sep 13, 2024, 2:16 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
kumailr7 committed Sep 13, 2024
1 parent 982c07e commit bdf103b
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions content/Cloud-Native/Cilium/Kubernetes Debugging with Tetragon.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,14 @@ Look for traces of the commands you executed.

### Summary

- **Tetragon**: eBPF-based observability tool from Cilium.
- **Setup**: Use Vagrant and VirtualBox to create a VM environment with Minikube, Docker, kubectl, and Helm.
- **Script**: Automate Minikube setup and installation of Cilium and Tetragon.
- **Testing**: Deploy a sample application and monitor command executions with Tetragon.
🎯 **Tetragon**: Dive into the world of eBPF with Tetragon, Cilium’s cutting-edge observability tool.

We have seen how to use tetragon to monitor the commands execution in a kubernetes cluster
🏗️ **Setup**: Spin up a VM environment effortlessly using Vagrant and VirtualBox. Our setup includes Minikube, Docker, kubectl, and Helm—all you need to get started!

📜 **Script**: We’ve got you covered with a handy script that automates everything from Minikube setup to installing Cilium and Tetragon.

🚀 **Testing**: Get your hands dirty by deploying a sample app and see Tetragon in action as it tracks command executions within your Kubernetes cluster.

🔍 **Recap**: We’ve explored how Tetragon can be a game-changer for monitoring command execution in Kubernetes. Dive in and see the magic unfold!

---

0 comments on commit bdf103b

Please sign in to comment.