{"id":18309421,"url":"https://github.com/electrocucaracha/nephio-pocs","last_synced_at":"2025-04-09T11:40:26.469Z","repository":{"id":223810277,"uuid":"761598852","full_name":"electrocucaracha/nephio-pocs","owner":"electrocucaracha","description":"Nephio PoCs repo","archived":false,"fork":false,"pushed_at":"2025-03-31T23:21:18.000Z","size":75,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-01T00:24:32.790Z","etag":null,"topics":["cert-manager","cluster-api","gitea","kind","kpt","metallb","nephio","porch"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/electrocucaracha.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-22T06:06:33.000Z","updated_at":"2025-03-31T23:21:18.000Z","dependencies_parsed_at":"2024-02-22T07:42:12.254Z","dependency_job_id":"8d59caf6-29d1-45e8-8fee-3447fada7a8b","html_url":"https://github.com/electrocucaracha/nephio-pocs","commit_stats":null,"previous_names":["electrocucaracha/nephio-pocs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/electrocucaracha%2Fnephio-pocs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/electrocucaracha%2Fnephio-pocs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/electrocucaracha%2Fnephio-pocs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/electrocucaracha%2Fnephio-pocs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/electrocucaracha","download_url":"https://codeload.github.com/electrocucaracha/nephio-pocs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248032933,"owners_count":21036696,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["cert-manager","cluster-api","gitea","kind","kpt","metallb","nephio","porch"],"created_at":"2024-11-05T16:11:22.684Z","updated_at":"2025-04-09T11:40:26.438Z","avatar_url":"https://github.com/electrocucaracha.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nephio PoCs\n\u003c!-- markdown-link-check-disable-next-line --\u003e\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![GitHub Super-Linter](https://github.com/electrocucaracha/nephio-pocs/workflows/Lint%20Code%20Base/badge.svg)](https://github.com/marketplace/actions/super-linter)\n[![Ruby Style Guide](https://img.shields.io/badge/code_style-rubocop-brightgreen.svg)](https://github.com/rubocop/rubocop)\n\u003c!-- markdown-link-check-disable-next-line --\u003e\n![visitors](https://visitor-badge.laobi.icu/badge?page_id=electrocucaracha.nephio-poc)\n\nThe goal of this project is to provision a [Nephio Management cluster][1] for testing different use cases and scenarios.\n\n\u003c!-- markdown-link-check-disable --\u003e\n* Software Package hosting URL - \u003chttp://localhost:3000/\u003e\n\u003c!-- markdown-link-check-enable --\u003e\n\n[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?repo=electrocucaracha/nephio-pocs)\n\nThe following diagram shows the initial state of the Sandbox:\n\n```text\n+---------------------------------+     +---------------------------------+\n| gitea (k8s)                     |     | mgmt (k8s)                      |\n| +-----------------------------+ |     | +-----------------------------+ |\n| | gitea-control-plane         | |     | | mgmt-control-plane          | |\n| | podSubnet: 10.244.0.0/24    | |     | | podSubnet: 10.244.0.0/24    | |\n| | serviceSubnet: 10.96.0.0/16 | |     | | serviceSubnet: 10.96.0.0/16 | |\n| +-----------------------------+ |     | +-----------------------------+ |\n| | eth0(172.18.0.2/24)         | |     | | eth0(172.18.0.4/24)         | |\n| +------------+----------------+ |     | +------------+----------------+ |\n|              |                  |     |              |                  |\n+--------------+------------------+     +--------------+------------------+\n               |                                       |\n     +=========+=======================================+==================+\n     |                        kind (bridge)                               |\n     |                        172.18.0.0/24                               |\n     +====================================================================+\n\n+=======================+\n|       host(host)      |\n+===========+===========+\n            |\n+-----------------------+\n| cloud-provider (kind) |\n+-----------------------+\n|                       |\n+-----------------------+\n```\n\nAfter creating the KCD Clusters package variant set, Cluster API services will processed the request and create `core01` cluster.\n\n```console\n$ kubectl apply -f tests/e2e/cluster.yaml\npackagevariantset.config.porch.kpt.dev/kcd-clusters created\n```\n\n```text\n+---------------------------------+     +---------------------------------+     +---------------------------------+\n| gitea (k8s)                     |     | mgmt (k8s)                      |     | core01 (k8s)                    |\n| +-----------------------------+ |     | +-----------------------------+ |     | +-----------------------------+ |\n| | gitea-control-plane         | |     | | mgmt-control-plane          | |     | | core01-control-plane        | |\n| | podSubnet: 10.244.0.0/24    | |     | | podSubnet: 10.244.0.0/24    | |     | | podSubnet: 10.244.0.0/24    | |\n| | serviceSubnet: 10.96.0.0/16 | |     | | serviceSubnet: 10.96.0.0/16 | |     | | serviceSubnet: 10.96.0.0/16 | |\n| +-----------------------------+ |     | +-----------------------------+ |     | +-----------------------------+ |\n| | eth0(172.18.0.2/24)         | |     | | eth0(172.18.0.4/24)         | |     | | eth0(172.18.0.5/24)         | |\n| +------------+----------------+ |     | +------------+----------------+ |     | +------------+----------------+ |\n|              |                  |     |              |                  |     |              |                  |\n+--------------+------------------+     +--------------+------------------+     +--------------+------------------+\n               |                                       |                                       |\n     +=========+=======================================+=======================================+===========+\n     |                                            kind (bridge)                                            |\n     |                                            172.18.0.0/24                                            |\n     +=====================================================================================================+\n\n+=======================+\n|       host(host)      |\n+===========+===========+\n            |\n+-----------------------+\n| cloud-provider (kind) |\n+-----------------------+\n|                       |\n+-----------------------+\n```\n\n[1]: https://nephio.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felectrocucaracha%2Fnephio-pocs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felectrocucaracha%2Fnephio-pocs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felectrocucaracha%2Fnephio-pocs/lists"}