{"id":27137942,"url":"https://github.com/ace-cooper/container-orchestration-poc","last_synced_at":"2026-04-04T22:34:05.498Z","repository":{"id":286443710,"uuid":"961186429","full_name":"ace-cooper/container-orchestration-poc","owner":"ace-cooper","description":"Learn Kubernetes autoscaling by example! A ready-to-run K3s setup with monitoring, databases, and AI support – perfect for side projects.","archived":false,"fork":false,"pushed_at":"2025-04-08T22:16:42.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T00:37:02.814Z","etag":null,"topics":["autoscaling","containers","devops","docker","grafana","hpa","k3s","kubernetes","ollama","prometheus","selfhosted"],"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/ace-cooper.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":"2025-04-06T00:08:50.000Z","updated_at":"2025-04-08T22:16:45.000Z","dependencies_parsed_at":"2025-04-10T00:27:37.310Z","dependency_job_id":null,"html_url":"https://github.com/ace-cooper/container-orchestration-poc","commit_stats":null,"previous_names":["ace-cooper/container-orchestration-poc"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ace-cooper/container-orchestration-poc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ace-cooper%2Fcontainer-orchestration-poc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ace-cooper%2Fcontainer-orchestration-poc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ace-cooper%2Fcontainer-orchestration-poc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ace-cooper%2Fcontainer-orchestration-poc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ace-cooper","download_url":"https://codeload.github.com/ace-cooper/container-orchestration-poc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ace-cooper%2Fcontainer-orchestration-poc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31416776,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"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":["autoscaling","containers","devops","docker","grafana","hpa","k3s","kubernetes","ollama","prometheus","selfhosted"],"created_at":"2025-04-08T04:37:20.856Z","updated_at":"2026-04-04T22:34:05.491Z","avatar_url":"https://github.com/ace-cooper.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Container Orchestration PoC (WIP)\n\u003cimg src=\"https://k3s.io/img/k3s-logo-light.svg\" alt=\"K3s Logo\" width=\"200\"/\u003e\n\n## ⚠️ Warning: Educational Project\n\n\u003e **IMPORTANT:** This project is currently labeled as Work In Progress (WIP) and is intended for **educational and study purposes only**. It is not yet recommended for production use.\n\u003e\n\u003e I am actively learning and improving this setup as I explore Kubernetes orchestration concepts. The WIP label will be removed once I believe the implementation meets production standards and security best practices.\n\u003e\n\u003e Use at your own risk and always consult official documentation for production deployments.\n\n\n🚀 **K3s setup for multi-project container hosting**  \n✅ Automatic scaling (HPA) | 📊 Monitoring stack | 🐳 Docker-ready  \n\n## Purpose  \nA ready-to-deploy infrastructure PoC featuring:  \n- Single-node K3s cluster with metrics server  \n- Pre-configured autoscaling (HPA)  \n- Monitoring stack (Prometheus + Grafana)  \n- Optimized for AI workloads (Ollama/Gemma)  \n- Multi-database support (PostgreSQL + Redis)  \n\n## Ideal For  \n- Developers needing quick container hosting  \n- AI project deployments  \n- Multi-project environments  \n- Learning Kubernetes orchestration  \n\n## Quick Start  \n```bash\n# 1. Docker setup\n./setup_docker.sh\n\n# 2. K3s + Metrics Server\n./setup_k3s.sh\n\n# 3. Monitoring (Optional)\n./setup_monitoring.sh\n\n## Features\n\n| Component         | Description                                                                 |\n|-------------------|-----------------------------------------------------------------------------|\n| 🔄 Auto-scaling   | Horizontal Pod Autoscaler (HPA) pre-configured for CPU/memory metrics       |\n| 📈 Monitoring     | Prometheus + Grafana stack with preloaded Kubernetes dashboards             |\n| 🗃️ Databases      | PostgreSQL (multi-db support) + Redis instances                             |\n| 🤖 AI Ready       | Resource profiles for Ollama (Gemma 7B - 9GB reserved)                      |\n| 🔒 Isolation      | Namespace-based project separation                                          |\n| 🛡️ Security       | Basic RBAC and network policies                                             |\n| 🔌 Load Balancing | Traefik ingress controller pre-installed                                    |\n| 📦 Storage        | Local volume provisioning                                                   |\n\n## Roadmap\n\n| Status | Feature                          | Priority  |\n|--------|----------------------------------|-----------|\n| ✅     | Single-node k3s setup            | Released  |\n| 🚧     | Multi-node cluster guide         | High      |\n| 🔜     | Blue/Green deployment samples    | Medium    |\n| 🔜     | Custom HPA metrics               | High      |\n| 🔜     | SSL/TLS automation               | Medium    |\n| 🔜     | GPU support documentation        | Low       |\n| 🔜     | Backup solutions                 | Medium    |\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Face-cooper%2Fcontainer-orchestration-poc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Face-cooper%2Fcontainer-orchestration-poc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Face-cooper%2Fcontainer-orchestration-poc/lists"}