{"id":15662555,"url":"https://github.com/ksatirli/multi-cloud-kubernetes","last_synced_at":"2025-08-01T16:05:29.452Z","repository":{"id":45953171,"uuid":"415623668","full_name":"ksatirli/multi-cloud-kubernetes","owner":"ksatirli","description":"A multi-cloud setup of managed Kubernetes Clusters.","archived":false,"fork":false,"pushed_at":"2024-03-08T12:24:13.000Z","size":66,"stargazers_count":20,"open_issues_count":0,"forks_count":11,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-05T23:50:24.218Z","etag":null,"topics":["aks-cluster","digitalocean-kubernetes","eks-cluster","gke-cluster","terraform"],"latest_commit_sha":null,"homepage":"https://youtu.be/EQasvKfQLy4","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/ksatirli.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":"2021-10-10T15:24:24.000Z","updated_at":"2025-03-15T09:15:42.000Z","dependencies_parsed_at":"2024-10-23T08:25:01.760Z","dependency_job_id":"bf16d566-8931-4c1b-ba28-94e035625a46","html_url":"https://github.com/ksatirli/multi-cloud-kubernetes","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ksatirli/multi-cloud-kubernetes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ksatirli%2Fmulti-cloud-kubernetes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ksatirli%2Fmulti-cloud-kubernetes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ksatirli%2Fmulti-cloud-kubernetes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ksatirli%2Fmulti-cloud-kubernetes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ksatirli","download_url":"https://codeload.github.com/ksatirli/multi-cloud-kubernetes/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ksatirli%2Fmulti-cloud-kubernetes/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268256667,"owners_count":24221044,"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-08-01T02:00:08.611Z","response_time":67,"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":["aks-cluster","digitalocean-kubernetes","eks-cluster","gke-cluster","terraform"],"created_at":"2024-10-03T13:33:15.797Z","updated_at":"2025-08-01T16:05:29.393Z","avatar_url":"https://github.com/ksatirli.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Multi-Cloud Kubernetes\n\n\u003e This repository shows how to use HashiCorp Terraform to deploy Kubernetes on AWS, DigitalOcean, Microsoft Azure, and Google Cloud.\n\n## Table of Contents\n\n\u003c!-- TOC --\u003e\n* [Multi-Cloud Kubernetes](#multi-cloud-kubernetes)\n  * [Table of Contents](#table-of-contents)\n  * [Requirements](#requirements)\n  * [Usage](#usage)\n    * [Cluster Workflows](#cluster-workflows)\n  * [Notes](#notes)\n  * [Author Information](#author-information)\n  * [License](#license)\n\u003c!-- TOC --\u003e\n\n## Requirements\n\n* Terraform `1.7.4` or [newer](https://developer.hashicorp.com/terraform/downloads).\n* Terraform Cloud [Account](https://app.terraform.io/session)\n\n* one or more service provider accounts:\n  * AWS [account](https://aws.amazon.com/account/) for `eks`\n  * DigitalOcean [account](https://m.do.co/c/53544ec84215) for `doks`\n  * Microsoft Azure [account](https://azure.microsoft.com/free) for `aks`\n  * Google Cloud [account](https://console.cloud.google.com/) for `gke`\n\n## Usage\n\nThis repository uses a standard Terraform workflow (`init`, `plan`, `apply`).\n\nFor more information, including detailed usage guidelines, see the [Terraform documentation](https://developer.hashicorp.com/terraform/cli/commands).\n\nThe code in this repository is split out into a handful of distinct workflows, each in their own directory.\n\n### Cluster Workflows\n\n* `./aks` contains code for Azure AKS clusters\n* `./eks` contains code for AWS EKS clusters\n* `./doks` contains code for DigitalOcean Kubernetes clusters\n* `./gke` contains code for Google Cloud GKE clusters\n* `./kind` contains code for Kubernetes in Docker (kind) Clusters\n\nEach directory contains its own `README.md` with information relevant to the workflow.\n\n## Notes\n\n* By default, all Terraform state is stored in Terraform Cloud. This can be changed by modifying the `cloud` configuration in each `main.tf` file.\n\n* A previous version of this repository featured Consul and Vault deployments. The code for this is accessible via the [`v1` Tag](https://github.com/ksatirli/multi-cloud-kubernetes/releases/tag/v1).\n\n## Author Information\n\nThis repository is maintained by the contributors listed on [GitHub](https://github.com/ksatirli/multi-cloud-kubernetes/graphs/contributors).\n\n## License\n\nLicensed under the Apache License, Version 2.0 (the \"License\").\n\nYou may obtain a copy of the License at [apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0).\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an _\"AS IS\"_ basis, without WARRANTIES or conditions of any kind, either express or implied.\n\nSee the License for the specific language governing permissions and limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fksatirli%2Fmulti-cloud-kubernetes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fksatirli%2Fmulti-cloud-kubernetes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fksatirli%2Fmulti-cloud-kubernetes/lists"}