Hacker News new | ask | show | jobs
by swyx 1866 days ago
https://temporal.io

if the lesson from k8s is that after containers we needed container orchestration - the business logic analog is that services will need service orchestration.

(disclaimer: i work here so i'm both biased and have skin in the game)

1 comments

Temporal cannot replace a general purpose compute orchestrator.
Hey, I'm the head of product at Temporal. I would love to understand what you mean by this.
I can’t have an api running on top of temporal. Temporal is great for my api to delegate data processing but I can’t deploy a go http server purely “on temporal”. I still need it to run somewhere, on VMs or kubernetes.