{"id":49847220,"url":"https://github.com/franciscojsc/scripts-install-k3s","last_synced_at":"2026-05-14T12:47:39.122Z","repository":{"id":99877784,"uuid":"227708442","full_name":"franciscojsc/scripts-install-k3s","owner":"franciscojsc","description":"Kubernetes (K3S) cluster configuration script in Raspbian","archived":false,"fork":false,"pushed_at":"2024-03-09T05:05:43.000Z","size":95,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-03-09T06:22:33.435Z","etag":null,"topics":["cluster","configuration","k3s","kubernetes","raspberry-pi","raspbian","script","worker-node"],"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/franciscojsc.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":"2019-12-12T22:30:53.000Z","updated_at":"2024-03-09T06:22:34.088Z","dependencies_parsed_at":"2023-05-16T14:01:11.301Z","dependency_job_id":null,"html_url":"https://github.com/franciscojsc/scripts-install-k3s","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/franciscojsc/scripts-install-k3s","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/franciscojsc%2Fscripts-install-k3s","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/franciscojsc%2Fscripts-install-k3s/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/franciscojsc%2Fscripts-install-k3s/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/franciscojsc%2Fscripts-install-k3s/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/franciscojsc","download_url":"https://codeload.github.com/franciscojsc/scripts-install-k3s/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/franciscojsc%2Fscripts-install-k3s/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33026044,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cluster","configuration","k3s","kubernetes","raspberry-pi","raspbian","script","worker-node"],"created_at":"2026-05-14T12:47:38.119Z","updated_at":"2026-05-14T12:47:39.078Z","avatar_url":"https://github.com/franciscojsc.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# :tada: Kubernetes (K3S) cluster configuration script in Raspbian :tada:\n\nThis repository is intended to provide initial Kubernetes cluster configurations for use on the Raspbian with K3S operating system on Raspberry PI 3. The K3S tool enables simplified startup and maintenance of a Kubernentes cluster and is optimized for ARM platform (K3S, 2019).\n\n## Screenshot :camera:\n\n![k3s-master-script](screenshot-k3s-master.png \"Install master node\")  \n\n![k3s-worker-script](screenshot-k3s-worker.png \"Install worker node\")\n\n## Getting Started :rocket: :running: :walking:\n\nThe following steps provide instructions for installing the cluster on the master node and the worker node.\n\n### Installing :wrench:\n\n1. **Master Node** :computer:\n\nDownload or clone this project:\n```bash\ngit clone https://github.com/franciscojsc/scripts-install-k3s.git \n```\n\nEnter the folder:\n```bash\ncd  scripts-install-k3s/\n```\n\nAssign Execute Permission to Scripts:\n```bash\nsudo chmod +x *.sh \n```\n\nRun the install script:\n```bash\n./k3s-master.sh\n```\n\n2. **Worker Node** :computer:\n\nDownload or clone this project:\n```bash\ngit clone https://github.com/franciscojsc/scripts-install-k3s.git \n```\n\nEnter the folder:\n```bash\ncd  scripts-install-k3s/\n```\n\nAssign Execute Permission to Scripts:\n```bash\nsudo chmod +x *.sh \n```\n\nRun the install script:\n```bash\n./k3s-worker.sh\n```\n\n## Authors\n\n :man: **Francisco Chaves** - *Initial work* \n * :octocat: Github: [@franciscojsc](https://github.com/franciscojsc)\n * :link: Website: [https://franciscochaves.com.br](https://franciscochaves.com.br)\n * :email: Email: contato@franciscochaves.com.br\n \n## License \n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details\n\n## Acknowledgments :balloon: :balloon: :balloon:\n\n* [Projeto Kube](https://projetokube.github.io)\n* [K3S](https://k3s.io/)\n* [Will it cluster? k3s on your Raspberry Pi](https://blog.alexellis.io/test-drive-k3s-on-raspberry-pi)\n* [How to conditionally do something if a command succeeded or failed](https://unix.stackexchange.com/questions/22726/how-to-conditionally-do-something-if-a-command-succeeded-or-failed)\n* [Ascii art generetor](http://patorjk.com/software/taag/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffranciscojsc%2Fscripts-install-k3s","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffranciscojsc%2Fscripts-install-k3s","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffranciscojsc%2Fscripts-install-k3s/lists"}