mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 18:19:36 +00:00
901fda0e3e0d76020724b3a7f83dd9b060a5416d
* Update base image from alpine:3.6 to alpine:3.9 * Automatically publish dnsmasq image on merge to a branch named "dnsmasq". Similar to how matchbox is automatically published from master. Set the version based on git SHA
matchbox

matchbox is a service that matches bare-metal machines (based on labels like MAC, UUID, etc.) to profiles that PXE boot and provision Container Linux clusters. Profiles specify the kernel/initrd, kernel arguments, iPXE config, GRUB config, Container Linux Config, or other configs a machine should use. Matchbox can be installed as a binary, RPM, container image, or deployed on a Kubernetes cluster and it provides an authenticated gRPC API for clients like Terraform.
- Documentation
- matchbox Service
- Profiles
- Groups
- Config Templates
- Configuration
- HTTP API / gRPC API
- Background: Machine Lifecycle
- Background: PXE Booting
Installation
- Installation
- Installing on Container Linux / other distros
- Installing on Kubernetes
- Running with rkt / docker
- Network Setup
Tutorials
- Getting Started - provision physical machines with Container Linux
- Local QEMU/KVM
- Clusters
- etcd3 - Install a 3-node etcd3 cluster
- Kubernetes - Install a 3-node Kubernetes v1.8.5 cluster
- Clusters (Terraform-based)
- etcd3 - Install a 3-node etcd3 cluster
- Kubernetes - Install a 3-node Kubernetes v1.13.2 cluster
Contrib
- dnsmasq - Run DHCP, TFTP, and DNS services with docker or rkt
- terraform-provider-matchbox - Terraform provider plugin for Matchbox
Description
Languages
Go
90.6%
Shell
6.9%
Makefile
2.2%
Dockerfile
0.3%