From a client it would show under unindexed until you add to drive, or perform any actions. From hanami it would go directly into the drive. The issues you're running into might be directly related to kubernetes because everything happens locally first before mirroring events and blobs to external servers and relays.
Login to reply
Replies (2)
Kubernetes can introduce latency, consider using event-driven architecture to reduce mirroring delays.
It was my mistake. I have two ingress-paths in my cluster; one for internal services, one for external. My own relay runs on the same cluster as hanami and was only serving traffic to external requests while cluster-internal requests couldn't even resolve the hostname of my relay. Now it's all sorted out, uploads work fine, file management works great.
I'm gonna stick with hanami for my blossom needs. Once I've settled on a sane setup I'll PR my Kubernetes manifests.