{"id":50923061,"url":"https://github.com/sshehrozali/kubetracer","last_synced_at":"2026-06-16T20:32:40.948Z","repository":{"id":332864086,"uuid":"1135013980","full_name":"sshehrozali/kubetracer","owner":"sshehrozali","description":"kubetracer: sidecarless, node-level network monitoring for high-performance HTTP observability","archived":false,"fork":false,"pushed_at":"2026-05-04T12:50:53.000Z","size":22993,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-04T14:33:10.941Z","etag":null,"topics":["ethernet","go","golang","http","https","ip","kernel","kuberenetes","kubernetes","kubernetes-monitoring","linux","network-interface-card","nic","observability","tcp","tls","traces","virtual-machines"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sshehrozali.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":"MAINTAINERS.md","copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-15T14:20:48.000Z","updated_at":"2026-05-04T12:49:07.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/sshehrozali/kubetracer","commit_stats":null,"previous_names":["sshehrozali/networklistener","sshehrozali/kubemesh","sshehrozali/kube-socket","sshehrozali/kubetracer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sshehrozali/kubetracer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sshehrozali%2Fkubetracer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sshehrozali%2Fkubetracer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sshehrozali%2Fkubetracer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sshehrozali%2Fkubetracer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sshehrozali","download_url":"https://codeload.github.com/sshehrozali/kubetracer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sshehrozali%2Fkubetracer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34423214,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-16T02:00:06.860Z","response_time":126,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ethernet","go","golang","http","https","ip","kernel","kuberenetes","kubernetes","kubernetes-monitoring","linux","network-interface-card","nic","observability","tcp","tls","traces","virtual-machines"],"created_at":"2026-06-16T20:32:38.805Z","updated_at":"2026-06-16T20:32:40.815Z","avatar_url":"https://github.com/sshehrozali.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"logo.png\" alt=\"KubeTracer logo\" width=\"320\" /\u003e\n\u003c/p\u003e\n\n# KubeTracer\n\nKubeTracer is a high-performance, cloud-native network monitor designed for transparent visibility into HTTP/gRPC traffic across Kubernetes nodes. Unlike proxy-based service meshes, KubeTracer operates with zero sidecars, requires no application restarts, and ensures near-zero overhead on your application pods.\n\nBy tapping the host network interface, KubeTracer reconstructs TCP streams and logs live traffic—useful for debugging distributed systems and monitoring inter-service communication.\n\n## Repository layout\n\n| Path | Purpose |\n|------|---------|\n| [`cmd/kubetracer`](cmd/kubetracer) | Main entrypoint |\n| [`internal/kubetracer`](internal/kubetracer) | Capture and TCP assembly logic |\n| [`deploy/kind`](deploy/kind) | [kind](https://kind.sigs.k8s.io/) cluster config and demo workloads |\n| [`deploy/manifests`](deploy/manifests) | Example DaemonSet manifests (registry / local variants) |\n| [`deploy/examples`](deploy/examples) | Optional load-test manifests |\n| [`hack`](hack) | Development scripts (e.g. local kind provisioning) |\n| [`docs`](docs) | Supplementary documentation |\n\nContributing, license, and security reporting: see [`CONTRIBUTING.md`](CONTRIBUTING.md), [`LICENSE`](LICENSE), and [`SECURITY.md`](SECURITY.md).\n\n## Quick start\n\n### Prerequisites\n\n- [Docker](https://www.docker.com/)\n- [kind](https://kind.sigs.k8s.io/)\n- [kubectl](https://kubernetes.io/docs/tasks/tools/)\n\n### Setup\n\n```bash\nmake kind-up\n# or: ./hack/setup-kind.sh\n```\n\n### Test\n\n```bash\n# External traffic\ncurl http://localhost:32407\n\n# Pod-to-pod traffic\nkubectl exec -l app=curl -- curl -s http://10.244.1.2\n\n# View logs\nkubectl logs -l name=kubetracer --follow\n```\n\n### Cleanup\n\n```bash\nkind delete cluster\n```\n\n## Packet layout reference\n\nFor manual inspection of raw frames (Ethernet through TCP), see [docs/packet-offsets.md](docs/packet-offsets.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsshehrozali%2Fkubetracer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsshehrozali%2Fkubetracer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsshehrozali%2Fkubetracer/lists"}