What do you mean by k8s-native? I don’t see anything in buildkit/buildx that does not support running in k8s. I have managed to get a build and push working using the the guide I linked to in my original question.
I currently have a separate k8s cluster where I have one jenkins per project running in its own namespace.
Since buildkit its designed to run as a daemon/service my plan is to deploy one instance per jenkins/namespace and then figure out how much diskspace, mem/cpu it needs to perform ok.
But still looking for recommendations on best practices for using buildkit/buildx and multiple jenkins instances running in k8s.