{"id":16780971,"url":"https://github.com/piyoki/cloud-computing-essentials","last_synced_at":"2026-04-12T22:39:37.405Z","repository":{"id":109083723,"uuid":"362662723","full_name":"piyoki/cloud-computing-essentials","owner":"piyoki","description":"☁️ Essential bootstrap scripts for cloud-computing usage","archived":false,"fork":false,"pushed_at":"2024-01-06T09:47:32.000Z","size":986,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-23T07:08:55.205Z","etag":null,"topics":["bootstarp","cicd","cloud-computing","cloud-functions","kubernetes","scripts","serverless"],"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/piyoki.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}},"created_at":"2021-04-29T02:12:27.000Z","updated_at":"2021-12-20T13:05:12.000Z","dependencies_parsed_at":"2024-01-06T10:44:05.538Z","dependency_job_id":null,"html_url":"https://github.com/piyoki/cloud-computing-essentials","commit_stats":null,"previous_names":["miooochi/cloud-computing-essentials","piyoki/cloud-computing-essentials"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piyoki%2Fcloud-computing-essentials","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piyoki%2Fcloud-computing-essentials/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piyoki%2Fcloud-computing-essentials/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piyoki%2Fcloud-computing-essentials/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/piyoki","download_url":"https://codeload.github.com/piyoki/cloud-computing-essentials/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243926016,"owners_count":20369914,"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":["bootstarp","cicd","cloud-computing","cloud-functions","kubernetes","scripts","serverless"],"created_at":"2024-10-13T07:36:25.474Z","updated_at":"2026-04-12T22:39:32.379Z","avatar_url":"https://github.com/piyoki.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e ☁️ Cloud Computing Essentials\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n    \u003cem\u003eEssential bootstrap scripts and templates for cloud-computing usage cases\u003c/em\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/license/yqlbu/cloud-computing-essentials?color=critical\" alt=\"License\"/\u003e\n    \u003ca href=\"https://hits.seeyoufarm.com\"\u003e\n      \u003cimg src=\"https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fyqlbu%2Fcloud-computing-essentials\u0026count_bg=%238C8C8B\u0026title_bg=%23555555\u0026icon=\u0026icon_color=%23E7E7E7\u0026title=hits\u0026edge_flat=false\"/\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://img.shields.io/tokei/lines/github/yqlbu/cloud-computing-essentials?color=orange\"\u003e\n      \u003cimg src=\"https://img.shields.io/tokei/lines/github/yqlbu/cloud-computing-essentials?color=orange\" alt=\"lines\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://hub.docker.com/repository/docker/hikariai/\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/docker-v20.10-blue\" alt=\"Version\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/neovim/neovim\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/kubernetes-v1.21-navy.svg\" alt=\"Kubernetes\"/\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/yqlbu/cloud-computing-essentials\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/last-commit/yqlbu/cloud-computing-essentials\" alt=\"lastcommit\"/\u003e\n    \u003c/a\u003e\n\n\u003c/p\u003e\n\n## Navigation\n\ncoming soon\n\n## Bootstrap Scripts\n\n\u003cdetails\u003e\u003csummary\u003eNeovim Cloud\u003c/summary\u003e\n\n\u003c/br\u003e\n\nNOTES: ONLY supported in Ubuntu 18.04 or higher by now\n\n```bash\ncurl -fsSL https://get.hikariai.net/api/neovim | sudo bash -\n```\n\n\u003c/p\u003e\u003c/details\u003e\n\n## Common Tools\n\n\u003cdetails\u003e\u003csummary\u003eDocker\u003c/summary\u003e\n\n\u003c/br\u003e\n\n```bash\n$ sudo wget -qO- https://get.docker.com/ | sh\n$ sudo usermod -aG docker $USER\n$ sudo systemctl enable docker\n```\n\n\u003c/p\u003e\u003c/details\u003e\n\n\u003cdetails\u003e\u003csummary\u003eKubectl\u003c/summary\u003e\n\n\u003c/br\u003e\n\n```bash\n$ curl -LO \"https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl\"\n$ sudo chmod u+x kubectl \u0026\u0026 sudo mv kubectl /usr/bin\n```\n\n\u003c/p\u003e\u003c/details\u003e\n\n\u003cdetails\u003e\u003csummary\u003eHelm\u003c/summary\u003e\n\n\u003c/br\u003e\n\n```bash\n$ curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3\n$ sudo chmod u+x get_helm.sh\n$ ./get_helm.sh\n```\n\n\u003c/p\u003e\u003c/details\u003e\n\n## License\n\n[MIT (C) Kevin Yu](https://github.com/yqlbu/cloud-computing-essentials/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiyoki%2Fcloud-computing-essentials","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpiyoki%2Fcloud-computing-essentials","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiyoki%2Fcloud-computing-essentials/lists"}