{"id":26266042,"url":"https://github.com/e-motionai/infrastructure","last_synced_at":"2026-04-26T17:31:47.963Z","repository":{"id":270499538,"uuid":"906598261","full_name":"E-MotionAI/infrastructure","owner":"E-MotionAI","description":"Kubernetes infrastructure for (e)motion.AI project.","archived":false,"fork":false,"pushed_at":"2025-02-23T17:12:41.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-23T18:25:31.351Z","etag":null,"topics":["helm","infrastructure","kubernetes"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/E-MotionAI.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":"2024-12-21T10:58:16.000Z","updated_at":"2025-02-23T17:12:44.000Z","dependencies_parsed_at":"2025-02-06T00:22:04.453Z","dependency_job_id":"61baf909-ed06-4e45-b4bb-dfc8c16016a8","html_url":"https://github.com/E-MotionAI/infrastructure","commit_stats":null,"previous_names":["jcalopes/infrastructure"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/E-MotionAI%2Finfrastructure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/E-MotionAI%2Finfrastructure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/E-MotionAI%2Finfrastructure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/E-MotionAI%2Finfrastructure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/E-MotionAI","download_url":"https://codeload.github.com/E-MotionAI/infrastructure/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243515536,"owners_count":20303258,"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","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":["helm","infrastructure","kubernetes"],"created_at":"2025-03-14T03:16:31.539Z","updated_at":"2025-12-28T17:24:26.525Z","avatar_url":"https://github.com/E-MotionAI.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🏗️ Infrastructure Project - Kubernetes Deployment\n\nThis repository contains Kubernetes deployment manifests for microservices and external dependencies. It includes:\n\n- **Microservices**:\n  - `users-service`\n  - `workouts-service`\n- **External Dependencies**:\n  - MongoDB (deployed using a Helm chart)\n\n## 📌 Prerequisites\n\nEnsure you have the following installed:\n\n- [Kubernetes](https://kubernetes.io/) (Minikube, Kind, or a cloud provider)\n- [Helm](https://helm.sh/) (for deploying MongoDB)\n- [kubectl](https://kubernetes.io/docs/tasks/tools/)\n- [Docker](https://www.docker.com/) (for building and pushing images)\n\n---\n\n## 🚀 Deployment Steps\n\nRun the following commands to deploy the entire infrastructure:\n\n```bash\n# Clone the repository\ngit clone https://github.com/your-repo.git\ncd infrastructure\n\n# Deploy external dependencies (MongoDB)\ncd external-dependencies\nhelm repo add bitnami https://charts.bitnami.com/bitnami\nhelm repo update\nhelm install mongodb -f mongo-db/values.yaml bitnami/mongodb\ncd ..\n\n# Create Kubernetes namespace\nkubectl create namespace magic-key\n\n# Deploy all microservices\nkubectl apply -k . --namespace magic-key\n\n# Verify deployments\nkubectl get pods -namespace magic-key\n\n# Deploy specific image version\nVERSION=${VERSION:-v1.0.2} envsubst \u003c deployment-manifest.yaml | kubectl apply -f - --namespace magic-key\n```\n\n## 📜 Folder Structure\n\n├── external-dependencies  \n│   ├── mongo-db  \n├── users-service    \n├── workouts-service  \n├── deploy-all-services.sh  \n├── kustomization.yaml  \n├── .gitignore  \n└── README.md  \n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fe-motionai%2Finfrastructure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fe-motionai%2Finfrastructure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fe-motionai%2Finfrastructure/lists"}