{"id":16951371,"url":"https://github.com/superseb/overlay-check","last_synced_at":"2026-05-18T01:06:43.907Z","repository":{"id":64304158,"uuid":"152768648","full_name":"superseb/overlay-check","owner":"superseb","description":"Kubernetes overlay network check","archived":false,"fork":false,"pushed_at":"2018-10-12T15:10:37.000Z","size":2886,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-21T11:17:29.023Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/superseb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-10-12T15:08:45.000Z","updated_at":"2020-12-04T23:50:22.000Z","dependencies_parsed_at":"2023-01-15T10:15:42.619Z","dependency_job_id":null,"html_url":"https://github.com/superseb/overlay-check","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/superseb/overlay-check","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superseb%2Foverlay-check","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superseb%2Foverlay-check/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superseb%2Foverlay-check/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superseb%2Foverlay-check/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/superseb","download_url":"https://codeload.github.com/superseb/overlay-check/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superseb%2Foverlay-check/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33161411,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T22:39:12.733Z","status":"ssl_error","status_checked_at":"2026-05-17T22:39:10.741Z","response_time":107,"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":[],"created_at":"2024-10-13T21:59:57.938Z","updated_at":"2026-05-18T01:06:43.888Z","avatar_url":"https://github.com/superseb.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"overlay-check\n========\n\n## What is it\n\nStatus: alpha (hobby project with redundant code)\n\noverlay-check is supposed to run as a DaemonSet in a Kubernetes cluster, will discover all pods in the created DaemonSet (via service account) and will ping each pod except itself to test overlay network (cross host).\n\n## Building\n\n`make`\n\nThis repository is based on [https://github.com/rancher/go-skel/](https://github.com/rancher/go-skel/)\n\n## Running\n\n```\n---\napiVersion: extensions/v1beta1\nkind: DaemonSet\nmetadata:\n  name: overlay-check\nspec:\n  template:\n    metadata:\n      labels:\n        app: overlay-check\n    spec:\n      containers:\n        - name: overlay-check\n          image: superseb/overlay-check:dev\n          imagePullPolicy: Always\n      serviceAccountName: overlay-check-sa\n---\napiVersion: v1\nkind: ServiceAccount\nmetadata:\n  name: overlay-check-sa\n---\nkind: ClusterRole\napiVersion: rbac.authorization.k8s.io/v1\nmetadata:\n  name: overlay-check-read\nrules:\n- apiGroups: [\"\"]\n  resources: [\"pods\"]\n  verbs: [\"get\", \"watch\", \"list\"]\n- apiGroups: [\"apps\", \"extensions\"]\n  resources: [\"daemonsets\"]\n  verbs: [\"get\", \"watch\", \"list\"]\n---\nkind: ClusterRoleBinding\napiVersion: rbac.authorization.k8s.io/v1\nmetadata:\n  name: read-pods\nsubjects:\n- kind: ServiceAccount\n  name: overlay-check-sa\n  namespace: default\nroleRef:\n  kind: ClusterRole\n  name: overlay-check-read\n  apiGroup: rbac.authorization.k8s.io\n```\n\n## License\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n[http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperseb%2Foverlay-check","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuperseb%2Foverlay-check","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperseb%2Foverlay-check/lists"}