{"id":25083921,"url":"https://github.com/sh4d1/scaleway-k8s-vpc","last_synced_at":"2025-10-22T05:30:36.468Z","repository":{"id":41900637,"uuid":"319267726","full_name":"Sh4d1/scaleway-k8s-vpc","owner":"Sh4d1","description":"A Kubernetes Controller for VPC/Private Network on a Scaleway Kubernetes cluster","archived":true,"fork":false,"pushed_at":"2023-01-26T15:26:01.000Z","size":120,"stargazers_count":23,"open_issues_count":5,"forks_count":7,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-04T09:44:46.859Z","etag":null,"topics":["controller","k8s","kubernetes","private-network","scaleway","vpc"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Sh4d1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-12-07T09:27:01.000Z","updated_at":"2024-02-06T11:17:13.000Z","dependencies_parsed_at":"2023-02-14T18:46:41.650Z","dependency_job_id":null,"html_url":"https://github.com/Sh4d1/scaleway-k8s-vpc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Sh4d1/scaleway-k8s-vpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sh4d1%2Fscaleway-k8s-vpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sh4d1%2Fscaleway-k8s-vpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sh4d1%2Fscaleway-k8s-vpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sh4d1%2Fscaleway-k8s-vpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sh4d1","download_url":"https://codeload.github.com/Sh4d1/scaleway-k8s-vpc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sh4d1%2Fscaleway-k8s-vpc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280384059,"owners_count":26321677,"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","status":"online","status_checked_at":"2025-10-22T02:00:06.515Z","response_time":63,"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":["controller","k8s","kubernetes","private-network","scaleway","vpc"],"created_at":"2025-02-07T06:29:38.297Z","updated_at":"2025-10-22T05:30:36.175Z","avatar_url":"https://github.com/Sh4d1.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scaleway K8S VPC\n\n**Note**: This in just a Proof of Concept, it is not suited for production usage.\n\nScaleway K8S VPC is a controller for Kubernetes running on Scaleway, leveraging CRDs to use PrivateNetwork in the cluster.\n\n## Getting started\n\nInstall the controller and the node daemon with:\n```yaml\nkubectl create -k https://github.com/Sh4d1/scaleway-k8s-vpc/config/default\n```\n\nCreate and enter your Scaleway credentials with:\n```yaml\nkubectl create -f https://raw.githubusercontent.com/Sh4d1/scaleway-k8s-vpc/main/secret.yaml --edit --namespace scaleway-k8s-vpc-system\n```\n\nYou can now create the following PrivateNetwork object:\n```yaml\napiVersion: vpc.scaleway.com/v1alpha1\nkind: PrivateNetwork\nmetadata:\n  name: my-privatenetwork\nspec:\n  id: \u003cprivate network ID\u003e\n  ipam:\n    type: Static\n    static:\n      cidr: 192.168.0.0/24\n  routes:\n  - to: 1.2.3.4/16\n    via: 192.168.0.10\n```\n\nThis will attach the private network to all nodes in the cluster, set up the interfaces with IPs in the range, and add the routes if needed.\n\nIf you have a DHCP running in the private network you can use it to assign IPs:\n```yaml\napiVersion: vpc.scaleway.com/v1alpha1\nkind: PrivateNetwork\nmetadata:\n  name: my-privatenetwork\nspec:\n  id: \u003cprivate network ID\u003e\n  ipam:\n    type: DHCP\n  routes:\n  - to: 1.2.3.4/16\n    via: 192.168.0.10\n```\n\n## Contribution\n\nFeel free to submit any issue, feature request or pull request :smile:!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsh4d1%2Fscaleway-k8s-vpc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsh4d1%2Fscaleway-k8s-vpc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsh4d1%2Fscaleway-k8s-vpc/lists"}