Hey guys, this may be a noob question,
Hey guys, this may be a noob question, but is CF containers strictly serverless? Can we host long running services like FastAPI / ARQ similar to how it works in k8s? Cost is a not of concern here. Just had enough dealing with AKS
5 Replies
Hey, so we do allow for longer running services, but usually when people are running these, they'll want some HA deployment with load balancing & autoscaling.
That's coming a bit later, so right now you can do long running stuff, but not the ideal experience since you'd need a fixed count of services and the load balancing is just round robining between them.
Gotcha, when can we expect LB and autoscaling? Can it by then function as a drop in replacement for k8s? Also I read it’s global region, so any way to pass region info to app code so we can connect region specific DBs? (Compliance reasons)
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
Yeah. I’m from Australia and it is a pain. I love the idea of region:global but for our app data sovereignty is non negotiable
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View