{"id":39730592,"url":"https://github.com/sredevopsorg/gitops-oci","last_synced_at":"2026-01-18T11:00:53.713Z","repository":{"id":135252748,"uuid":"596848659","full_name":"sredevopsorg/gitops-oci","owner":"sredevopsorg","description":"Always-Free VMs in Oracle Cloud, with Github Workflows and Terraform. k3s cluster + flux in progress.","archived":false,"fork":false,"pushed_at":"2024-05-16T10:23:09.000Z","size":1533,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-16T11:33:39.784Z","etag":null,"topics":["infrastructure-as-code","kubernetes","terraform"],"latest_commit_sha":null,"homepage":"","language":"HCL","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/sredevopsorg.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":"2023-02-03T03:43:28.000Z","updated_at":"2023-08-25T14:31:15.000Z","dependencies_parsed_at":"2024-05-16T11:32:46.128Z","dependency_job_id":"2473fee7-2f08-4422-930e-bbcee4dcd620","html_url":"https://github.com/sredevopsorg/gitops-oci","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/sredevopsorg/gitops-oci","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sredevopsorg%2Fgitops-oci","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sredevopsorg%2Fgitops-oci/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sredevopsorg%2Fgitops-oci/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sredevopsorg%2Fgitops-oci/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sredevopsorg","download_url":"https://codeload.github.com/sredevopsorg/gitops-oci/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sredevopsorg%2Fgitops-oci/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28535156,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T10:13:46.436Z","status":"ssl_error","status_checked_at":"2026-01-18T10:13:11.045Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["infrastructure-as-code","kubernetes","terraform"],"created_at":"2026-01-18T11:00:32.143Z","updated_at":"2026-01-18T11:00:53.706Z","avatar_url":"https://github.com/sredevopsorg.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![terraform-cluster-oci](https://github.com/sredevopsdev/gitops-oci/actions/workflows/terraform-cicdv2.yaml/badge.svg)](https://github.com/sredevopsdev/gitops-oci/actions/workflows/terraform-cicdv2.yaml)\n\n# Work in progress! 🚧\n\n## Testers, reviewers, enthusiasths wanted\n\n## What's working\n\nTerraform\n\n- OCI Infrastructure, always free resources.\n- Github Workflow and automation for CI with Terraform.\n- Very poor management of the state through artifacts\n\n## What's pending\n\n- k3s deployment automation\n- k3s load balancer or ingress\n- flux bootstraping, all resources except base infra and k3s\n\nYou'll need an [Oracle CLoud Account - Always Free Tier](https://www.oracle.com/cl/cloud/free/)\n\n## Requirements (local execution)\n\nThe following tools must be installed., and available in the path for this project to work properly:\n\n\u003cdetails\u003e\n\u003csummary\u003eTerraform\u003c/summary\u003e\n\n### macOS\n\n```bash\n    brew install terraform\n```\n\n### Linux\n\n```bash\n    \nwget \u003chttps://releases.hashicorp.com/terraform/0.12.24/terraform_0.12.24_linux_amd64.zip\u003e\nunzip terraform_0.12.24_linux_amd64.zip\nsudo mv terraform /usr/local/bin/\n\n```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003edirenv\u003c/summary\u003e\n\n### macOS\n\n```bash\n    brew install direnv\n\n```\n\n### Linux\n\n```bash\n    sudo apt-get install direnv\n```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003ekubectl\u003c/summary\u003e\n\n### macOS\n\n```bash\nbrew install kubectl\n```\n\n### Linux\n\n```bash\ncurl -LO \"https://dl.k8s.io/release/stable.txt\"\nVERSION=$(cat stable.txt)\ncurl -LO \u003chttps://dl.k8s.io/${VERSION}/bin/linux/amd64/kubectl\u003e\nchmod +x kubectl\nsudo mv kubectl /usr/local/bin/\n```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eHelm\u003c/summary\u003e\n\n### macOS\n\n```bash\n    brew install helm\n```\n\n### Linux\n\n```bash\n    wget \u003chttps://get.helm.sh/helm-v3.2.4-linux-amd64.tar.gz\u003e\n    tar -zxvf helm-v3.2.4-linux-amd64.tar.gz\n    sudo mv linux-amd64/helm /usr/local/bin/\n```\n\n\u003c/details\u003e\n\n#  Environment variables (.envrc.sample)\n\n```bash\nexport TF_VAR_compartment_id=\"\"\nexport TF_VAR_user_ocid=\"\"\nexport TF_VAR_fingerprint=\"\"\nexport TF_VAR_private_key=\"\"\nexport TF_VAR_ssh_authorized_keys=\"\"\nexport TF_VAR_ssh_public_key=\"\"\nexport TF_VAR_image_ocid=\"\"\nexport TF_VAR_cluster_token=\"\"\nexport TF_VAR_region=\"\"\nexport TF_VAR_private_key_path=\"\"\nexport TF_VAR_tenancy_ocid=\"\"\nexport TF_VAR_compartment_ocid=\"\"\nexport TF_VAR_current_user_ocid=\"\"\nexport TF_VAR_region=\"\"\nexport TF_VAR_tenancy_ocid=\"\"\nexport TF_VAR_ssh_private_key_path=\"\"\nexport TF_VAR_ssh_private_key=\"\"\n```\n\n# Visual Studio Code Configuration\n\nTo make sure all the required tools are correctly configured in Visual Studio Code, the following extensions should be installed:\n\n- [Terraform](https://marketplace.visualstudio.com/items?itemName=mauve.terraform)\n- [Kubernetes](https://marketplace.visualstudio.com/items?itemName=ms-kubernetes-tools.vscode-kubernetes-tools)\n- [Helm](https://marketplace.visualstudio.com/items?itemName=tjl.vscode-helm)\n\nAdditionally, the following settings in Visual Studio Code should be configured:\n\n```json\n    {\n      \"terraform.path\": \"/usr/local/bin/terraform\",\n      \"kubectl.path\": \"/usr/local/bin/kubectl\",\n      \"helm.path\": \"/usr/local/bin/helm\",\n      \"direnv.enable\": true\n      }\n\n```\n\n# Review the .envrc.example file\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsredevopsorg%2Fgitops-oci","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsredevopsorg%2Fgitops-oci","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsredevopsorg%2Fgitops-oci/lists"}