{"id":41082051,"url":"https://github.com/neticdk/kubernetes-debug-image","last_synced_at":"2026-01-22T13:41:39.876Z","repository":{"id":179106206,"uuid":"662960774","full_name":"neticdk/kubernetes-debug-image","owner":"neticdk","description":"Debug image for debugging within a kubernetes cluster","archived":false,"fork":false,"pushed_at":"2025-11-27T13:39:15.000Z","size":57,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-11-30T06:34:25.910Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/neticdk.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":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-07-06T08:57:41.000Z","updated_at":"2025-11-25T12:01:32.000Z","dependencies_parsed_at":"2024-03-18T14:07:34.602Z","dependency_job_id":"70358ccd-83fb-4ca0-8533-7eae7f45cc72","html_url":"https://github.com/neticdk/kubernetes-debug-image","commit_stats":null,"previous_names":["neticdk/kubernetes-debug-image"],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/neticdk/kubernetes-debug-image","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neticdk%2Fkubernetes-debug-image","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neticdk%2Fkubernetes-debug-image/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neticdk%2Fkubernetes-debug-image/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neticdk%2Fkubernetes-debug-image/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neticdk","download_url":"https://codeload.github.com/neticdk/kubernetes-debug-image/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neticdk%2Fkubernetes-debug-image/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28663845,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"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":[],"created_at":"2026-01-22T13:41:37.287Z","updated_at":"2026-01-22T13:41:39.866Z","avatar_url":"https://github.com/neticdk.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kubernetes-debug-image\nDebug image for debugging within a kubernetes cluster.\n\n# Debug deployment\nExample of yaml file containing the deployment of debugger pods.\\\nNamespace needs to be changed to match the environment it's deployed in.\\\nCurrently the image is set to the default debug-image.\\\nConsider adding egress rules for debugging the network. \\\nDefault duration before container terminates is 30 minutes. \\\nThis can be overwritten in the args field on the container. \\\nThe time must be set in seconds. \n```\napiVersion: v1\nkind: Pod\nmetadata:\n  name: debug-pod\n  namespace: \u003cnamespace\u003e\n  labels:\n    appName: debug\n    netic.dk/network-rules-egress: app-name\n    netic.dk/network-component: other-app-name\nspec:\n  restartPolicy: Never\n  securityContext:\n    runAsUser: 10001\n    runAsGroup: 30001\n  containers:\n  - name: debug-pod\n    image: ghcr.io/neticdk/kubernetes-debug-image:\u003ctag\u003e\n    args: [\"1800\"]\n    securityContext:\n      capabilities:\n        drop:\n        - \"ALL\"\n      allowPrivilegeEscalation: false\n```\n\n# Installation\nChange ```tag``` to a version or set to ```latest```.\\\nRun below command to pull the image to docker, or set it for the deployment manifest.\\\n``` docker pull ghcr.io/neticdk/kubernetes-debug-image:tag ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneticdk%2Fkubernetes-debug-image","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneticdk%2Fkubernetes-debug-image","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneticdk%2Fkubernetes-debug-image/lists"}