buildkit-operator is a Kubernetes operator for managing BuildKit instances.
Define a BuildkitTemplate describing how your builders should be configured and scheduled, then create a Buildkit resource for each instance you need. The operator provisions a pod per instance and publishes its connection URL back into the resource’s status, so builds get a dedicated, isolated builder instead of contending over a shared one.