anteac: I've read up all the docs but im not sure if those things provide a near kubernetes like cloud worker restarts or wehatever it needs to do to keep going, serverless., or microservices. idk what my usecase even is, serverless or microservices?
Plan is running nextjs website and seperate API server on edgerouter mode on CF workers, coupled with some postgres supported DB and lastly a graphql server that a discord.js based bot consumes.
theorectly possible all on cloudflare workers/pages, but I assumed you had to have some software to keep an eye on all the services to provide redundancy and selfhealing if needeed like kube.
Like what am i missing here? Whats the best setup if I were to put everything in CF workers/pages? Do I even need a service discovery type thing, or do i need like a API gateway a lá Kong or something like these things
https://github.com/envoyproxy/envoy or
https://github.com/istio/istio or
https://github.com/solo-io/gloo? anyone have experience with organizing something very similar recently? and if i need any of those api gateways?.
I assume terraform would do the trick but I cant find any info on that combinened with edge workers only ,,,