{"id":28361751,"url":"https://github.com/thalassa-cloud/cloud-provider-thalassa","last_synced_at":"2026-01-26T22:22:29.815Z","repository":{"id":293658000,"uuid":"982100788","full_name":"thalassa-cloud/cloud-provider-thalassa","owner":"thalassa-cloud","description":"The Kubernetes CCM for the Thalassa Cloud Platform","archived":false,"fork":false,"pushed_at":"2026-01-20T22:09:37.000Z","size":11763,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-21T08:20:37.097Z","etag":null,"topics":["cloud","cloud-controller-manager","golang","kubernetes"],"latest_commit_sha":null,"homepage":"https://docs.thalassa.cloud/docs/kubernetes/components/cloud-controller-manager/","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/thalassa-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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-12T11:26:58.000Z","updated_at":"2026-01-20T22:09:35.000Z","dependencies_parsed_at":"2025-12-09T17:09:22.445Z","dependency_job_id":null,"html_url":"https://github.com/thalassa-cloud/cloud-provider-thalassa","commit_stats":null,"previous_names":["thalassa-cloud/cloud-provider-thalassa"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/thalassa-cloud/cloud-provider-thalassa","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thalassa-cloud%2Fcloud-provider-thalassa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thalassa-cloud%2Fcloud-provider-thalassa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thalassa-cloud%2Fcloud-provider-thalassa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thalassa-cloud%2Fcloud-provider-thalassa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thalassa-cloud","download_url":"https://codeload.github.com/thalassa-cloud/cloud-provider-thalassa/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thalassa-cloud%2Fcloud-provider-thalassa/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28789725,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T21:49:50.245Z","status":"ssl_error","status_checked_at":"2026-01-26T21:48:29.455Z","response_time":59,"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":["cloud","cloud-controller-manager","golang","kubernetes"],"created_at":"2025-05-28T14:09:11.845Z","updated_at":"2026-01-26T22:22:29.807Z","avatar_url":"https://github.com/thalassa-cloud.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cloud Provider Thalassa\n\nThis repository holds the code for the Cloud Controller Manager (CCM) for Thalassa Cloud. The CCM is a Kubernetes control plane component that embeds cloud-specific control logic, allowing Kubernetes to interact with Thalassa Cloud's infrastructure services.\n\n## Overview\n\nThe Cloud Controller Manager integrates Kubernetes with Thalassa Cloud's infrastructure services.\n\n## Features\n\n- Load balancers for Services of type `LoadBalancer` are created and kept in sync\n- Per-port access control lists (ACLs) via annotations; global and per-port ACLs can be combined\n- Optional managed security group per Service (created, updated and cleaned up automatically)\n- Node metadata and lifecycle integration\n- Zone and region labels for nodes\n\n## Configuration\n\nThe CCM is configured through a cloud configuration file:\n\n```yaml\n# Basic configuration\norganisation: \"your-org\"\nproject: \"your-project\"\nendpoint: \"https://api.thalassa.cloud\"\ninsecure: false\n\n# Authentication (choose one)\ncloudCredentials:\n  personalAccessToken: \"your-token\"\n  # OR\n  clientID: \"your-client-id\"\n  clientSecret: \"your-client-secret\"\n\n# Infrastructure configuration\nvpcIdentity: \"your-vpc-id\"\ndefaultSubnet: \"your-subnet\"\ncluster: \"your-cluster-id\"\n\n# Feature configuration\nloadBalancer:\n  enabled: true\n  creationPollInterval: 5  # seconds\n  creationPollTimeout: 300  # seconds\n\ninstancesV2:\n  enabled: true\n  zoneAndRegionEnabled: true\n\n# Additional labels to be added to cloud resources\nadditionalLabels:\n  key1: value1\n  key2: value2\n```\n\n## Installation\n\n1. Create a cloud configuration file with your settings\n2. Deploy the CCM using the provided Kubernetes manifests\n3. Configure your Kubernetes cluster to use the Thalassa cloud provider\n\n## Development\n\n### Prerequisites\n\n- Go 1.21 or later\n- Kubernetes 1.30 or later\n- Access to Thalassa Cloud API\n\n### Building\n\n```bash\nmake build\n```\n\n### Testing\n\n```bash\nmake test\n```\n\n## License\n\nThis project is licensed under the Apache License 2.0 \n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthalassa-cloud%2Fcloud-provider-thalassa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthalassa-cloud%2Fcloud-provider-thalassa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthalassa-cloud%2Fcloud-provider-thalassa/lists"}