For remote backend in Pants what is the current recommended community approach? I've recently switched to
ARC self hosted runners on GKE and I'm looking for ways to migrate Pants cache to a GCS bucket so I don't have to pay such high networking cost in pulling it from GHA (Azure blob?). To put things into perspective my compute is almost 8x cheaper then my networking 😅
I came across these two options but they don't seem to have alot of support
1.
https://github.com/buchgr/bazel-remote/blob/master/examples/kubernetes.yml
2.
https://artifacthub.io/packages/helm/slamdev/bazel-remote
Any help is really appreciated
@happy-kitchen-89482 @wide-midnight-78598 I guess you folks would know best