{"id":15516216,"url":"https://github.com/dippynark/kube-matchbox-tf","last_synced_at":"2025-04-15T11:30:24.576Z","repository":{"id":37677823,"uuid":"109986414","full_name":"dippynark/kube-matchbox-tf","owner":"dippynark","description":"Deploy Kubernetes to bare metal environments using matchbox and Terraform","archived":false,"fork":false,"pushed_at":"2019-07-19T13:14:42.000Z","size":86,"stargazers_count":5,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T19:24:23.088Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HCL","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/dippynark.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}},"created_at":"2017-11-08T14:28:13.000Z","updated_at":"2022-06-22T03:43:03.000Z","dependencies_parsed_at":"2022-09-15T08:46:50.276Z","dependency_job_id":null,"html_url":"https://github.com/dippynark/kube-matchbox-tf","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dippynark%2Fkube-matchbox-tf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dippynark%2Fkube-matchbox-tf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dippynark%2Fkube-matchbox-tf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dippynark%2Fkube-matchbox-tf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dippynark","download_url":"https://codeload.github.com/dippynark/kube-matchbox-tf/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249060799,"owners_count":21206396,"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":[],"created_at":"2024-10-02T10:06:07.295Z","updated_at":"2025-04-15T11:30:24.559Z","avatar_url":"https://github.com/dippynark.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kube-matchbox-tf\n\nThis project is for deploying [Container Linux][8] and [Kubernetes][9] to bare metal environments using [matchbox][10] and [Terraform][1] and is inspired heavily by [munnerz/k8s-matchbox-tf][11]. The following components and add-ons are deployed with the cluster:\n\n- etcd\n- kube-apiserver\n- kube-scheduler\n- kube-controller-manager\n- kube-proxy\n\n## Prerequisites\n\n### Nodes\n\nYour cluster nodes need to be configured to [PXE boot][4].\n\n### Terraform \n\nTerraform is used to configure `matchbox` programmatically. The latest version can be downloaded from the Terraform [website][1].\n\n### Docker\n\n[Docker][7] is required to build the local development environment. You can alternatively run everything directly on your local machine.\n\n### Network\n\n`matchbox` is used to PXE boot your VMs. To set up your network for this, follow CoreOS's [network setup][2] tutorial. It is required that Container Linux is [cached][3] by default. You can download Container Linux using the [get_coreos][5] script in the [matchbox][6] repository. If you do not want to use a cached version of Container Linux, make sure to use the `container-linux-install` profile instead of the `cached-container-linux-install` profile. These profiles can be found in the profiles Terraform module.\n\n## Quickstart\n\n```bash\n# Create environment tfvars file. An example can be found at environments/example\nexport ENVIRONMENT=example\nexport STATE_BUCKET_NAME=terraform-state-bucket\nmake docker_image\nmake docker_tf_init\nmake docker_tf_plan\nmake docker_tf_apply\n# Start machines in the same domain as matchbox\n```\n\n[1]: https://www.terraform.io/\n[2]: https://coreos.com/matchbox/docs/latest/network-setup.html\n[3]: https://coreos.com/matchbox/docs/latest/api.html#assets\n[4]: https://coreos.com/os/docs/latest/booting-with-ipxe.html\n[5]: https://github.com/coreos/matchbox/blob/master/scripts/get-coreos\n[6]: https://github.com/coreos/matchbox\n[7]: https://www.docker.com/\n[8]: https://coreos.com/os/docs/latest/\n[9]: https://kubernetes.io/docs/home/\n[10]: https://coreos.com/matchbox/docs/latest/\n[11]: https://github.com/munnerz/k8s-matchbox-tf\n[12]: https://github.com/coreos/container-linux-update-operator","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdippynark%2Fkube-matchbox-tf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdippynark%2Fkube-matchbox-tf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdippynark%2Fkube-matchbox-tf/lists"}