{"id":17671622,"url":"https://github.com/antoinemartin/autocloud","last_synced_at":"2026-05-03T15:32:51.663Z","repository":{"id":39860265,"uuid":"492581186","full_name":"antoinemartin/autocloud","owner":"antoinemartin","description":"Collection of Kustomizations, Helm Charts and Helmfiles to deploy a Gitops based (Argo CD)  Kubernetes platform ","archived":false,"fork":false,"pushed_at":"2024-05-02T06:24:46.000Z","size":3742,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-04T22:13:31.269Z","etag":null,"topics":["argocd","gitops","idp","kubernetes","kustomize","sops"],"latest_commit_sha":null,"homepage":"https://antoinemartin.github.io/autocloud/","language":"Shell","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/antoinemartin.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":"support/repo-server/Dockerfile","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-15T19:16:29.000Z","updated_at":"2024-11-21T03:25:05.000Z","dependencies_parsed_at":"2024-05-02T07:39:57.420Z","dependency_job_id":"963f28e1-900e-408f-8637-e28869fe9f22","html_url":"https://github.com/antoinemartin/autocloud","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/antoinemartin/autocloud","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antoinemartin%2Fautocloud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antoinemartin%2Fautocloud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antoinemartin%2Fautocloud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antoinemartin%2Fautocloud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/antoinemartin","download_url":"https://codeload.github.com/antoinemartin/autocloud/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antoinemartin%2Fautocloud/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32575081,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"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":["argocd","gitops","idp","kubernetes","kustomize","sops"],"created_at":"2024-10-24T03:43:01.762Z","updated_at":"2026-05-03T15:32:51.645Z","avatar_url":"https://github.com/antoinemartin.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# autocloud\n\n[![stability-experimental](https://img.shields.io/badge/stability-experimental-orange.svg)](https://github.com/mkenney/software-guides/blob/master/STABILITY-BADGES.md#experimental)\n\nCollection of Kustomizations, Helm Charts and Helmfiles to deploy a personal\ndeveloper platform.\n\n## Welcome to Autocloud!\n\nThis repository contains the components allowing you to get a GitOps managed\nKubernetes cluster ready in minutes.\n\nWith a simple and elegant solution for the GitOps \"Chicken and egg\" problem, it\neases the bootstrapping of a Kubernetes environment.\n\nTo developers, Autocloud provides a development environment very close to\nproduction.\n\nFor Devops and SREs, Autocloud is a blueprint that can be used as a base to\nsetup a GitOps based engineering platform.\n\n## Features\n\n-   Kubernetes distribution and _Clouder_ independent.\n-   GitOps through [ArgoCD](https://argo-cd.readthedocs.io/).\n-   Auto-managed. Once deployed, the base components are managed through GitOps.\n-   No custom CLI or configuration. Use only the tools that\n    [you already use](https://mrtn.me/autocloud/main/getting-started/1-pre-requisites/#software).\n-   You can deploy it on your development laptop, on a managed cluster or on a\n    cloud VM.\n-   User management through GitHub or any other OIDC source.\n-   Secrets management via [SOPS].\n-   Simple architecture allowing components to be easily deactivated or\n    replaced.\n-   Ingress ([Traefik] or [apisix]) and Load Balancing provided.\n-   Getting the best of Kustomize and Helm (and even Helmfile).\n-   With online presence, your development machine can receive webhooks.\n\n## Documentation\n\nFor extended documentation about the project and how to get started, please go\nto the [Documentation](https://antoinemartin.github.io/autocloud/).\n\n## Similar projects\n\n[Argo CD Autopilot](https://argocd-autopilot.readthedocs.io/en/stable/) deploys\nan Argo CD installation and creates the application allowing to auto-manage the\ninstallation through a GitHub repository. However, it relies on a CLI that adds\na tool in your bag and doesn't provide solutions for ingress, authentication,\n...\n\n[Kubefirst](https://kubefirst.io/) also comes with a CLI. For local development,\nit's tied with K3d, that means to K3s and docker. It's currently only compatible\nwith AWS. It also makes some other opinionated choices (Vault, ...). As with\nAutopilot, the bootstrapping is not GitOps. It's handled by the CLI and You\ndon't get to review first what is going to happen.\n\n\u003c!-- prettier-ignore-start --\u003e\n[sops]: https://github.com/mozilla/sops\n[traefik]: https://doc.traefik.io/traefik/\n[apisix]: https://apisix.apache.org/\n\u003c!-- prettier-ignore-end --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantoinemartin%2Fautocloud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantoinemartin%2Fautocloud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantoinemartin%2Fautocloud/lists"}