From bdf103bb0a806e896e7006e55bca034d878bcce7 Mon Sep 17 00:00:00 2001 From: kumailr7 Date: Fri, 13 Sep 2024 14:16:04 +0530 Subject: [PATCH] Quartz sync: Sep 13, 2024, 2:16 PM --- .../Cilium/Kubernetes Debugging with Tetragon.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/content/Cloud-Native/Cilium/Kubernetes Debugging with Tetragon.md b/content/Cloud-Native/Cilium/Kubernetes Debugging with Tetragon.md index 96995a8..2be402d 100644 --- a/content/Cloud-Native/Cilium/Kubernetes Debugging with Tetragon.md +++ b/content/Cloud-Native/Cilium/Kubernetes Debugging with Tetragon.md @@ -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 \ No newline at end of file +🏗️ **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! + +---