{"id":28923747,"url":"https://github.com/meshcloud/terraform-kubernetes-meshplatform","last_synced_at":"2026-02-23T15:01:49.963Z","repository":{"id":103063886,"uuid":"567248233","full_name":"meshcloud/terraform-kubernetes-meshplatform","owner":"meshcloud","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-11T14:01:41.000Z","size":34,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-12-01T06:46:53.097Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HCL","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/meshcloud.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}},"created_at":"2022-11-17T11:47:43.000Z","updated_at":"2025-04-11T14:00:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"4a4b20d5-d968-489f-a4c4-b046c5c405e7","html_url":"https://github.com/meshcloud/terraform-kubernetes-meshplatform","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/meshcloud/terraform-kubernetes-meshplatform","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meshcloud%2Fterraform-kubernetes-meshplatform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meshcloud%2Fterraform-kubernetes-meshplatform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meshcloud%2Fterraform-kubernetes-meshplatform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meshcloud%2Fterraform-kubernetes-meshplatform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/meshcloud","download_url":"https://codeload.github.com/meshcloud/terraform-kubernetes-meshplatform/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meshcloud%2Fterraform-kubernetes-meshplatform/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29746499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T07:44:07.782Z","status":"ssl_error","status_checked_at":"2026-02-23T07:44:07.432Z","response_time":90,"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":"2025-06-22T09:40:19.182Z","updated_at":"2026-02-23T15:01:49.957Z","avatar_url":"https://github.com/meshcloud.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kubernetes meshPlatform Module\n\nTerraform module to integrate Kubernetes as a meshPlatform into meshStack instance. The output of this module is a set of Service Account credentials that need to be configured in meshStack as described in [meshcloud public docs](https://docs.meshcloud.io/docs/meshstack.how-to.integrate-meshplatform.html).\n\n## Prerequisites\n\nTo run this module, you need:\n\n- cluster admin permissions on the cluster\n- [Terraform installed](https://learn.hashicorp.com/tutorials/terraform/install-cli)\n- [kubectl installed](https://kubernetes.io/docs/tasks/tools/#kubectl)\n\nTo integrate an AKS cluster, you additionally need:\n\n- An AKS cluster with [Azure AD enabled](https://learn.microsoft.com/en-us/azure/aks/managed-aad)\n- Integrate [RBAC based user access](https://learn.microsoft.com/en-us/azure/aks/manage-azure-rbac) with the AKS cluster\n\n## How to Use This Module\n\n### Using CLI\n\n1. Download the example `main.tf` and `outputs.tf` files.\n\n    ```powershell\n    # Downloads main.tf and outputs.tf files into ~/terraform-kubernetes-meshplatform\n    wget https://raw.githubusercontent.com/meshcloud/terraform-kubernetes-meshplatform/main/examples/basic-kubernetes-integration/main.tf -P ~/terraform-kubernetes-meshplatform\n    wget https://raw.githubusercontent.com/meshcloud/terraform-kubernetes-meshplatform/main/examples/basic-kubernetes-integration/outputs.tf -P ~/terraform-kubernetes-meshplatform\n    ```\n\n2. Open `~/terraform-kubernetes-meshplatform/main.tf` with a text editor. Modify the module variables and Terraform state backend settings in the file.\n\n3. Execute the module.\n\n    ```powershell\n    # Changes into ~/terraform-kubernetes-meshplatform and applies terraform\n    cd ~/terraform-kubernetes-meshplatform\n    terraform init\n    terraform apply\n    ```\n\n4. Configure the meshPlatform with the output provided by terraform.\n\n    ```sh\n    # The JSON output contains sensitive values that must not be transmitted to meshcloud in plain text.\n    terraform output -json\n    ```\n\n## Example Usages\n\nCheck [examples](./examples/) for examples.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeshcloud%2Fterraform-kubernetes-meshplatform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeshcloud%2Fterraform-kubernetes-meshplatform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeshcloud%2Fterraform-kubernetes-meshplatform/lists"}