{"id":26503040,"url":"https://github.com/slashexx/codebrewery-infra","last_synced_at":"2026-05-18T11:39:17.709Z","repository":{"id":261216514,"uuid":"883616060","full_name":"slashexx/codebrewery-infra","owner":"slashexx","description":"CodeBrewery IaC : Place for those Terraform scripts, Kubernetes manifests and other configurations for CodeBrewery.","archived":false,"fork":false,"pushed_at":"2025-08-10T22:20:59.000Z","size":31,"stargazers_count":13,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-11T00:19:45.480Z","etag":null,"topics":["configs","gitops","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/slashexx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2024-11-05T09:28:39.000Z","updated_at":"2025-08-10T22:21:02.000Z","dependencies_parsed_at":"2024-11-05T11:23:44.840Z","dependency_job_id":"726badd4-a32f-4a0d-b0da-66efdcdde6e2","html_url":"https://github.com/slashexx/codebrewery-infra","commit_stats":null,"previous_names":["slashexx/codebrewery-infra"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/slashexx/codebrewery-infra","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slashexx%2Fcodebrewery-infra","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slashexx%2Fcodebrewery-infra/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slashexx%2Fcodebrewery-infra/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slashexx%2Fcodebrewery-infra/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/slashexx","download_url":"https://codeload.github.com/slashexx/codebrewery-infra/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slashexx%2Fcodebrewery-infra/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33177285,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["configs","gitops","kubernetes","terraform"],"created_at":"2025-03-20T18:57:51.849Z","updated_at":"2026-05-18T11:39:12.700Z","avatar_url":"https://github.com/slashexx.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Terraform](https://img.shields.io/badge/Terraform-v1.4+-blue)\n![Kubernetes](https://img.shields.io/badge/Kubernetes-v1.25+-blue)\n![GitOps](https://img.shields.io/badge/GitOps-enabled-green)\n\n# CodeBrewery Infra\n\nThis repository contains all the **infrastructure as code (IaC)** files, Kubernetes manifests, and other configurations required to manage the infrastructure for **CodeBrewery**. The application follows a **GitOps** approach to infrastructure management.\n\n---\n\n## Table of Contents\n\n- [Overview](#overview)\n- [Repository Structure](#repository-structure)\n- [Technologies Used](#technologies-used)\n- [Getting Started](#getting-started)\n  - [Prerequisites](#prerequisites)\n  - [Setting Up](#setting-up)\n- [Contributing](#contributing)\n- [License](#license)\n\n---\n\n## Overview\n\nCodeBrewery Infra provides all the scripts and manifests to define and manage the infrastructure for CodeBrewery. The repository leverages **Terraform** for cloud resource provisioning and **Kubernetes** for application orchestration. \n\nIt follows a **GitOps** model, ensuring infrastructure is declaratively managed, version-controlled, and easily reproducible.\n\n---\n\n## Repository Structure\n\nThe repository is organized as follows:\n\n```plaintext\ncodebrewery-infra/\n│\n├── k8s/                # Kubernetes manifests for CodeBrewery services\n│   ├── deployments/    # Deployment manifests\n│   ├── services/       # Service definitions\n│   └── configmaps/     # Configuration files for Kubernetes\n│\n├── terraform/          # Terraform scripts for cloud resource provisioning\n│   ├── modules/        # Reusable Terraform modules\n│   ├── variables.tf    # Terraform input variables\n│   └── main.tf         # Main Terraform configuration\n│\n├── CONTRIBUTING.md     # Contribution guidelines\n└── README.md           # Documentation\n```\n\n---\n\n## Technologies Used\n\n- **Terraform**: Infrastructure as Code (IaC) to provision cloud resources.\n- **Kubernetes**: For container orchestration.\n- **GitOps**: Version-controlled infrastructure management.\n- **HCL**: HashiCorp Configuration Language (used with Terraform).\n\n---\n\n## Getting Started\n\n### Prerequisites\n\nMake sure you have the following tools installed:\n\n- **Terraform** (v1.4+)\n- **Kubectl** (v1.25+)\n- **Kubernetes Cluster** (Minikube, k3s, or cloud-managed clusters)\n- **Git**\n\n### Setting Up\n\n1. **Clone the repository**:\n   ```bash\n   git clone https://github.com/slashexx/codebrewery-infra.git\n   cd codebrewery-infra\n   ```\n\n2. **Provision infrastructure with Terraform**:\n   Navigate to the `terraform/` directory and initialize Terraform:\n   ```bash\n   cd terraform\n   terraform init\n   terraform plan\n   terraform apply\n   ```\n\n3. **Deploy Kubernetes manifests**:\n   Navigate to the `k8s/` directory:\n   ```bash\n   kubectl apply -f k8s/deployments/\n   kubectl apply -f k8s/services/\n   ```\n\n4. **Verify the deployment**:\n   ```bash\n   kubectl get pods\n   kubectl get services\n   ```\n\n---\n\n## Contributing\n\nWe welcome contributions! 🎉\n\nTo get started, check out the [CONTRIBUTING.md](CONTRIBUTING.md) file for details on how to:\n\n- Report issues and suggest new features\n- Contribute code\n- Follow coding style and guidelines\n\n---\n\n## License\n\nDistributed under the **MIT License**. See [LICENSE](LICENSE) for more information.\n\n---\n\n## Questions or Help?\n\nIf you have any questions or issues, feel free to open a discussion or raise an issue in this repository.\n\nLet’s build CodeBrewery together! 🚀\n\n---\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslashexx%2Fcodebrewery-infra","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fslashexx%2Fcodebrewery-infra","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslashexx%2Fcodebrewery-infra/lists"}