{"id":49134091,"url":"https://github.com/ibtisam-iq/silver-stack","last_synced_at":"2026-04-21T20:34:26.105Z","repository":{"id":339119466,"uuid":"1160537914","full_name":"ibtisam-iq/silver-stack","owner":"ibtisam-iq","description":"SilverStack contains the reproducible form of my infrastructure work.","archived":false,"fork":false,"pushed_at":"2026-04-19T14:06:16.000Z","size":676,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-19T16:11:45.741Z","etag":null,"topics":["devops","docker","docker-compose","github-actions","jenkins","kubernetes","terraform","toolkit"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ibtisam-iq.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-18T04:08:09.000Z","updated_at":"2026-04-19T14:06:20.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ibtisam-iq/silver-stack","commit_stats":null,"previous_names":["ibtisam-iq/silver-stack"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ibtisam-iq/silver-stack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibtisam-iq%2Fsilver-stack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibtisam-iq%2Fsilver-stack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibtisam-iq%2Fsilver-stack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibtisam-iq%2Fsilver-stack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ibtisam-iq","download_url":"https://codeload.github.com/ibtisam-iq/silver-stack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibtisam-iq%2Fsilver-stack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32108777,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T11:25:29.218Z","status":"ssl_error","status_checked_at":"2026-04-21T11:25:28.499Z","response_time":128,"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":["devops","docker","docker-compose","github-actions","jenkins","kubernetes","terraform","toolkit"],"created_at":"2026-04-21T20:34:23.318Z","updated_at":"2026-04-21T20:34:26.095Z","avatar_url":"https://github.com/ibtisam-iq.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🥈 SilverStack\n\n\u003e The reproducible form of my infrastructure work\n\nSilverStack is the layer where verified understanding becomes runnable, repeatable systems.\n\nIt contains only what I can rebuild from scratch with consistent results.\n\n## 🎯 Purpose\n\nWhen I study a concept or run a setup for the first time, the depth, experiments, and failures are written in my [Knowledge Base](https://nectar.ibtisam-iq.com/).\n\nWhen that same setup becomes:\n\n- clear  \n- trusted  \n- repeatable  \n- automated  \n\nits final working form is placed here.\n\nThis repository is that promoted, reproducible state.\n\n## 🧱 What Lives Here\n\n- Kubernetes manifests  \n- Infrastructure as Code  \n- CI/CD automation  \n- Service deployment patterns  \n- Environment provisioning scripts  \n- Platform building blocks  \n\nEach item represents something that has been:\n\n1. understood  \n2. executed in practice  \n3. verified  \n4. made rebuildable\n\n## 🚫 What Does Not Belong Here\n\nThis is not a learning log and not an experiment space.\n\nYou will not find:\n\n- raw notes  \n- partial setups  \n- trial-and-error  \n- copied examples  \n\nThose live in the [Knowledge Base](https://nectar.ibtisam-iq.com/).\n\n## 🔄 How It Fits in My Engineering Workflow\n\nMy work follows a consistent flow:\n\n1. Understanding and deep execution → **[Knowledge Base](https://nectar.ibtisam-iq.com/)**\n2. Reproducible, trusted configurations → **SilverStack**\n3. Distilled practical reasoning → **[Blog](https://blog.ibtisam-iq.com/)**\n4. Complete running environments → **[Projects](https://projects.ibtisam-iq.com/)**\n\nThis repository represents the reproducibility layer in that system.\n\n## ⚙️ Infra Bootstrap\n\nThe `infra-bootstrap/` directory contains the automation used to spin up complete environments from a single command.\n\nIt is the executable path from:\n\nreusable components → running system\n\n📖 Documentation: https://bootstrap.ibtisam-iq.com\n\n## 💻 Quick Start\n\n### Initialize Kubernetes Control Plane\n\n```bash\ncurl -sL https://raw.githubusercontent.com/ibtisam-iq/silver-stack/main/infra-bootstrap/scripts/kubernetes/entrypoints/init-controlplane.sh | sudo bash\n````\n\n### Join Worker Node\n\n```bash\ncurl -sL https://raw.githubusercontent.com/ibtisam-iq/silver-stack/main/infra-bootstrap/scripts/kubernetes/entrypoints/init-worker-node.sh | sudo bash\n```\n\n## 📚 Related Platforms\n\n* 📖 Knowledge Base → [https://nectar.ibtisam-iq.com](https://nectar.ibtisam-iq.com)\n* 🧠 Engineering Blogs → [https://blog.ibtisam-iq.com](https://blog.ibtisam-iq.com)\n* 🏗 Portfolio → [https://ibtisam-iq.com](https://ibtisam-iq.com)\n\n## 🧭 Why This Exists\n\nRunning something once is learning.\nRebuilding it reliably is engineering.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibtisam-iq%2Fsilver-stack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fibtisam-iq%2Fsilver-stack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibtisam-iq%2Fsilver-stack/lists"}