{"id":20112816,"url":"https://github.com/cloudacademy/gitops-sandpit","last_synced_at":"2026-06-08T11:31:17.576Z","repository":{"id":77791513,"uuid":"299205261","full_name":"cloudacademy/gitops-sandpit","owner":"cloudacademy","description":"Fully Functional GitOps Sandpit Environment","archived":false,"fork":false,"pushed_at":"2020-09-28T20:49:47.000Z","size":1,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-02T18:51:10.672Z","etag":null,"topics":["cloudacademy","devops","flux","gitops","kubernetes"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cloudacademy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-09-28T06:05:21.000Z","updated_at":"2020-10-10T10:44:11.000Z","dependencies_parsed_at":"2023-04-30T04:36:28.108Z","dependency_job_id":null,"html_url":"https://github.com/cloudacademy/gitops-sandpit","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/cloudacademy/gitops-sandpit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudacademy%2Fgitops-sandpit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudacademy%2Fgitops-sandpit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudacademy%2Fgitops-sandpit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudacademy%2Fgitops-sandpit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudacademy","download_url":"https://codeload.github.com/cloudacademy/gitops-sandpit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudacademy%2Fgitops-sandpit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34061119,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"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":["cloudacademy","devops","flux","gitops","kubernetes"],"created_at":"2024-11-13T18:22:32.276Z","updated_at":"2026-06-08T11:31:17.543Z","avatar_url":"https://github.com/cloudacademy.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitOps Sandpit Environment\n\n\n# Background\nContains a ```Vagrantfile``` which will launch a fully functional GitOps environment which includes the following:\n\n* Kubernetes v1.19.3\n* Flux v1.5.0\n\n## Install Instructions\n\n1. Fork the https://github.com/cloudacademy/gitops-demo repo \n2. Edit the ```Vagrantfile```, update the ```FORKED_GITOPS_DEMO_REPO``` variable to point to your forked copy\n3. Launch the GitOps Vagrant box using ```vagrant up```\n4. Extract the Flux SSH public key from the output of the previous command and then add it as a new **Deploy Key** with both read/write access for the forked repo as configured within the ```FORKED_GITOPS_DEMO_REPO``` variable\n5. SSH into the new GitOps Vagrant box using ```vagrant ssh```\n\n## Vagrantfile\n```\nVagrant.configure(\"2\") do |config|\n  config.vm.box = \"cloudacademydevops.k8s\"\n\n  config.vm.provision \"shell\", inline: \u003c\u003c-SHELL\n    kubectl create ns flux\n    kubectl create ns cloudacademy\n\n    helm repo add fluxcd https://charts.fluxcd.io\n    helm repo update\n\n    #NOTE: Fork the cloudacademy/gitops-demo repo\n    #then update the following line with your forked version\n    FORKED_GITOPS_DEMO_REPO=github.com:cloudacademy/gitops-demo\n\n    helm install flux --set git.url=git@$FORKED_GITOPS_DEMO_REPO --namespace flux fluxcd/flux --version 1.5.0\n\n    echo waiting for flux pods to launch...\n    kubectl wait --timeout=300s --for=condition=available deploy flux -n flux\n    kubectl wait --timeout=300s --for=condition=available deploy flux-memcached -n flux\n    echo flux ready!!\n    echo\n    echo ============================\n    echo copy this SSH key and configure as a new Deploy key in the $FORKED_GITOPS_DEMO_REPO GitHub repo\n    kubectl -n flux logs deployment/flux | grep identity.pub | cut -d '\"' -f2 | cut -d \" \" -f1,2\n    echo ============================\n    echo\n    echo login into vagrant box:\n    echo vagrant ssh\n    echo   kubectl -n flux get all\n    echo\n    echo finished!\n  SHELL\nend\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudacademy%2Fgitops-sandpit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudacademy%2Fgitops-sandpit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudacademy%2Fgitops-sandpit/lists"}