{"id":22972716,"url":"https://github.com/datum-cloud/infra-provider-gcp","last_synced_at":"2025-04-02T06:44:24.393Z","repository":{"id":267278115,"uuid":"890694021","full_name":"datum-cloud/infra-provider-gcp","owner":"datum-cloud","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-13T01:23:13.000Z","size":225,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-25T06:28:28.823Z","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":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/datum-cloud.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-19T02:37:10.000Z","updated_at":"2025-01-06T22:13:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"bcfcadbe-bde0-46c8-8cd0-ddd86797c562","html_url":"https://github.com/datum-cloud/infra-provider-gcp","commit_stats":null,"previous_names":["datum-cloud/infra-provider-gcp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datum-cloud%2Finfra-provider-gcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datum-cloud%2Finfra-provider-gcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datum-cloud%2Finfra-provider-gcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datum-cloud%2Finfra-provider-gcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/datum-cloud","download_url":"https://codeload.github.com/datum-cloud/infra-provider-gcp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246769981,"owners_count":20830769,"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":[],"created_at":"2024-12-14T23:19:06.990Z","updated_at":"2025-04-02T06:44:24.372Z","avatar_url":"https://github.com/datum-cloud.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Datum GCP Infrastructure Provider\n\nThis provider manages resources in GCP as a result of interpreting workload and\nnetwork related API entities defined by users.\n\nThe primary APIs driving resource creation are defined in [workload-operator][workload-operator]\nand [network-services-operator][network-services-operator].\n\n[workload-operator]: https://github.com/datum-cloud/workload-operator\n[network-services-operator]: https://github.com/datum-cloud/network-services-operator\n\n## Documentation\n\nDocumentation will be available at [docs.datum.net](https://docs.datum.net/)\nshortly.\n\n### Design Notes\n\n#### Instances\n\nCurrently this provider leverages [GCP Managed Instance Groups][gcp-migs] to\nmanage instances within GCP. A future update will move toward more direct\ninstance control, as MIG resources and entities such as templates that are\nrequired to use them take a considerably longer time to interact with than\ndirect VM instance control.\n\n[gcp-migs]: https://cloud.google.com/compute/docs/instance-groups#managed_instance_groups\n\n## Getting Started\n\n### Prerequisites\n\n- go version v1.23.0+\n- docker version 17.03+.\n- kubectl version v1.31.0+.\n- Access to a Kubernetes v1.31.0+ cluster.\n\nThis provider makes use of the [GCP Config Connector][k8s-config-connector]\nproject to manage resources in GCP. It is expected that the config connector\nand associated CRDs have been installed in the cluster.\n\n[k8s-config-connector]: https://github.com/GoogleCloudPlatform/k8s-config-connector\n\n### To Deploy on the cluster\n\n**Build and push your image to the location specified by `IMG`:**\n\n```sh\nmake docker-build docker-push IMG=\u003csome-registry\u003e/tmp:tag\n```\n\n**NOTE:** This image ought to be published in the personal registry you specified.\nAnd it is required to have access to pull the image from the working environment.\nMake sure you have the proper permission to the registry if the above commands don’t work.\n\n**Install the CRDs into the cluster:**\n\n```sh\nmake install\n```\n\n**Deploy the Manager to the cluster with the image specified by `IMG`:**\n\n```sh\nmake deploy IMG=\u003csome-registry\u003e/tmp:tag\n```\n\n\u003e **NOTE**: If you encounter RBAC errors, you may need to grant yourself cluster-admin\nprivileges or be logged in as admin.\n\n**Create instances of your solution**\nYou can apply the samples (examples) from the config/sample:\n\n```sh\nkubectl apply -k config/samples/\n```\n\n\u003e**NOTE**: Ensure that the samples has default values to test it out.\n\n### To Uninstall\n\n**Delete the instances (CRs) from the cluster:**\n\n```sh\nkubectl delete -k config/samples/\n```\n\n**Delete the APIs(CRDs) from the cluster:**\n\n```sh\nmake uninstall\n```\n\n**UnDeploy the controller from the cluster:**\n\n```sh\nmake undeploy\n```\n\n\u003c!-- ## Contributing --\u003e\n\n**NOTE:** Run `make help` for more information on all potential `make` targets\n\nMore information can be found via the [Kubebuilder Documentation](https://book.kubebuilder.io/introduction.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatum-cloud%2Finfra-provider-gcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatum-cloud%2Finfra-provider-gcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatum-cloud%2Finfra-provider-gcp/lists"}