Hacker News new | ask | show | jobs
by csyszf 2079 days ago
> Kubernetes pods can be uncleanly terminated at any time for any reason

Not true, pods can be gracefully shutdown, see https://cloudblog.withgoogle.com/products/gcp/kubernetes-bes...

> The clustering protocol also seems to assume that all members have stable identities and IP addresses, but that's obviously not the case in Kubernetes, where each new pod has a new identity and new IP address.

Both not true: Orleans cluster managed by a dynamic membership table which could be implemented by various tools(azure table, zookeeper, Kubernetes crds(etcd internally), etc), so nodes don't need static ip addresses also, in Kubernetes, you can deploy application as statefulset, by this way, pods will have stable identities

> Orleans was introduced by one person who has a background in distributed computing. Unfortunately, he's the only one in the organization with such a background. After he left, nobody could debug clustering problems.

Need source and proof for this one

Please don't post ridiculous opinions about things you are not familiar with, both Kubernetes and Orleans.

I have built successful products by Orleans & Kubernetes since two years ago, and now Orleans get better integration for Kubernetes than that time

edit: formatting & typo