{"id":46172640,"url":"https://github.com/bcochofel/vagrant-kubespray","last_synced_at":"2026-03-02T16:54:10.158Z","repository":{"id":41860902,"uuid":"266204545","full_name":"bcochofel/vagrant-kubespray","owner":"bcochofel","description":"Kubernetes cluster using Vagrant and Kubespray","archived":false,"fork":false,"pushed_at":"2024-08-05T16:48:58.000Z","size":95,"stargazers_count":4,"open_issues_count":2,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-30T12:01:13.157Z","etag":null,"topics":["k8s","kubernetes","kubespray","vagrant"],"latest_commit_sha":null,"homepage":null,"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/bcochofel.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-22T20:48:00.000Z","updated_at":"2025-09-28T13:45:07.000Z","dependencies_parsed_at":"2024-02-26T12:25:52.315Z","dependency_job_id":"d0b2ecb7-07a7-4e2a-860c-cd5bdef90f00","html_url":"https://github.com/bcochofel/vagrant-kubespray","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/bcochofel/vagrant-kubespray","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcochofel%2Fvagrant-kubespray","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcochofel%2Fvagrant-kubespray/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcochofel%2Fvagrant-kubespray/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcochofel%2Fvagrant-kubespray/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bcochofel","download_url":"https://codeload.github.com/bcochofel/vagrant-kubespray/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcochofel%2Fvagrant-kubespray/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30010549,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T15:15:59.058Z","status":"ssl_error","status_checked_at":"2026-03-02T15:15:58.758Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["k8s","kubernetes","kubespray","vagrant"],"created_at":"2026-03-02T16:54:08.213Z","updated_at":"2026-03-02T16:54:10.123Z","avatar_url":"https://github.com/bcochofel.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Create Kubernetes Cluster using Kubespray\n\n[![pre-commit badge][pre-commit-badge]][pre-commit] [![Conventional commits badge][conventional-commits-badge]][conventional-commits] [![Keep a Changelog v1.1.0 badge][keep-a-changelog-badge]][keep-a-changelog] [![MIT License Badge][license-badge]][license]\n\nThis repository will create a Kubernetes Cluster, using Kubespray,\nso it can be used for a Lab Environment.\n\nIt will create 4 VMs:\n\n- node0[1-3]: 1 k8s master and 2 worker nodes (2 vcpu and 4GB RAM each)\n- controller: controller node (2 vcpu, 2GB RAM)\n\n`kubectl` binary will be installed on the controller node.\n\nThis repository was tested using\n\n![Test Env](docs/images/tested.png)\n\n## Quick Start\n\n![Lab Environment](docs/images/lab.png)\n\nCheck the variables defined on the `.env` file.\n\n**NOTE:** The bootstrap uses the ```~/.ssh/id_rsa``` and ```~/.ssh/id_rsa.pub```,\nso if you don't have these files, you need to create using:\n\n```bash\nssh-keygen -t rsa\n```\n\nTo create the k8s cluster just run:\n\n```bash\nvagrant up\nvagrant provision --provision-with k8s\n```\n\nYou can now connect to the controller node and use kubectl using:\n\n```bash\nvagrant ssh controller\n\nkubectl cluster-info\n```\n\n## Documentation\n\n- [Requirements](docs/requirements.md)\n- [References](docs/references.md)\n\n## Some notes\n\n- This uses the following Vagrant plugins (automatically installed):\n  - vagrant-hostmanager\n  - vagrant-env\n- You can change some variables for kubespray in the `.env` file (or using environment variables)\n\n### Environment variables\n\nThe following environment variables can be used to overwrite values from `.env` file:\n\n- KUBESPRAY_VER\n\n## pre-commit hooks\n\nRead the [pre-commit hooks](docs/pre-commit-hooks.md) document for more info.\n\n## git-chglog\n\nRead the [git-chglog](docs/git-chlog.md) document for more info.\n\n[pre-commit]: https://github.com/pre-commit/pre-commit\n[pre-commit-badge]: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit\u0026logoColor=white\n[conventional-commits-badge]: https://img.shields.io/badge/Conventional%20Commits-1.0.0-green.svg\n[conventional-commits]: https://conventionalcommits.org\n[keep-a-changelog-badge]: https://img.shields.io/badge/changelog-Keep%20a%20Changelog%20v1.1.0-%23E05735\n[keep-a-changelog]: https://keepachangelog.com/en/1.0.0/\n[license]: ./LICENSE\n[license-badge]: https://img.shields.io/badge/license-MIT-green.svg\n[changelog]: ./CHANGELOG.md\n[changelog-badge]: https://img.shields.io/badge/changelog-Keep%20a%20Changelog%20v1.1.0-%23E05735\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcochofel%2Fvagrant-kubespray","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbcochofel%2Fvagrant-kubespray","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcochofel%2Fvagrant-kubespray/lists"}