{"id":16179524,"url":"https://github.com/timonback/zephykus","last_synced_at":"2026-02-27T10:34:36.141Z","repository":{"id":44025964,"uuid":"220824253","full_name":"timonback/zephykus","owner":"timonback","description":"Visualize Kubernetes Ingress Rules","archived":false,"fork":false,"pushed_at":"2023-01-07T12:50:23.000Z","size":1252,"stargazers_count":3,"open_issues_count":13,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-14T07:45:27.256Z","etag":null,"topics":["ingress","kubernetes","visualization"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/timonback.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-11-10T17:25:35.000Z","updated_at":"2023-04-02T06:18:35.000Z","dependencies_parsed_at":"2023-02-07T05:00:28.901Z","dependency_job_id":null,"html_url":"https://github.com/timonback/zephykus","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/timonback/zephykus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timonback%2Fzephykus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timonback%2Fzephykus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timonback%2Fzephykus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timonback%2Fzephykus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timonback","download_url":"https://codeload.github.com/timonback/zephykus/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timonback%2Fzephykus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29891630,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T09:48:51.284Z","status":"ssl_error","status_checked_at":"2026-02-27T09:48:43.992Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["ingress","kubernetes","visualization"],"created_at":"2024-10-10T05:28:45.208Z","updated_at":"2026-02-27T10:34:36.118Z","avatar_url":"https://github.com/timonback.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zephykus ![](https://github.com/timonback/zephykus/workflows/docker/badge.svg)\n\nZephykus is a tool to visualize ingress rules and flow of network traffic in Kubernetes.\n\n![README_demo.png](README_demo.png)\n\nEntrypoint is the *Kubernetes CNI Ingress* node. Two ingress rules are defined (`zephykus` and `nginx`) that redirect traffic to the corresponding services. Based on the kubernetes label selectors, two pods each do match the service description and will receive the traffic.\n\nBy clicking on each entity additional information like ingress annotations, port configuration and service types are revealed on the left hand side info box.\n\nColor legend:\n\n- Dark border: Search matches\n- Orange: Selected item\n- Green:\n  - Light: Upstream resources\n  - Dark: Downstream resources\n- Red: Publicly exposes services (LoadBalancer, NodePort)\n\n## Usage\n\nInstall zephykus to your cluster.\n```\nkubectl apply -f https://raw.githubusercontent.com/timonback/zephykus/master/zephykus.yaml\n```\n\nAccess the web-interface locally at http://localhost:3000/\n```\nkubectl -n default port-forward svc/zephykus-service 3000:80\n```\n\n## Security\n\nRunning this image, will expose the kubernetes raw objects of type pod, service and ingress to the outside world. While manipulation is not possible, many details are reveals to everyone who has access to the service.\n\nAs part of installing, also a default ingress resource is created. This rule may allow attackers to access this service even without using the `kubectl port-forward` command.\n\n## Future Improvements\n\n- [x] Faster graph handling with Cytograph\n- [ ] Indicate via icons the service resource and additional information like healthiness\n- [x] Load new cluster state only on request (including caching) instead of pre-fetching\n- [x] Add pod/service/ingress filter\n- [x] Add interactive search suggestions\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimonback%2Fzephykus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimonback%2Fzephykus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimonback%2Fzephykus/lists"}