Konubinix' opinionated web of thoughts

Run Earthly in Kubernetes

Fleeting

earthly has been tested with the all-in-one earthly/earthly mode, and works as long as the pod runs in a privileged mode.

https://docs.earthly.dev/ci-integration/vendor-specific-guides/kubernetes

In some instances, notably when using Calico within your cluster, the MTU of the clusters network may end up mismatched with the internal CNI network, preventing external communication. You can set this through the CNI_MTU environment variable to force a match

https://docs.earthly.dev/ci-integration/vendor-specific-guides/kubernetes