Tag: line tools
-
Cloud Blog: Using Cilium and GKE Dataplane V2? Be sure to check out Hubble for observability
Source URL: https://cloud.google.com/blog/products/containers-kubernetes/using-hubble-for-gke-dataplane-v2-observability/ Source: Cloud Blog Title: Using Cilium and GKE Dataplane V2? Be sure to check out Hubble for observability Feedly Summary: As a Kubernetes platform engineer, you’ve probably followed the buzz around eBPF and its revolutionary impact on Kubernetes networking. Perhaps you’ve explored Cilium, a popular solution leveraging eBPF, and wondered how Google…
-
Simon Willison’s Weblog: Quoting Rob Cheung
Source URL: https://simonwillison.net/2024/Dec/11/rob-cheung/ Source: Simon Willison’s Weblog Title: Quoting Rob Cheung Feedly Summary: (echo “PID COMMAND PORT USER"; lsof -i -P -n | grep LISTEN | awk ‘{print $2, $1, $9, $3}’ | sort -u | head -n 50; echo;) | column -t | llm "what servers are running on my machine and do some…