Replicated deployment high availability

Hello,

I’m looking into replicated deployment HA.
I’ve looked at the helm chart code (oci://registry.replicated.com/library, version 1.2.0) as well and there doesn’t seem to be support for increasing the number of replicas.

So my question is, does replicated support multiple instances running at the same time in the same cluster?

Thank you,
Cristian

Replicated does support high availability for a number of our installation options and services, but the specifics depend on how you’re installing. For example, Embedded Cluster installations can be HA, where the Kubernetes cluster, the data store, the registry for air gap installations, etc., are highly available.

The Replicated SDK Helm chart that you mentioned doesn’t support running as more than one replica today though. So if your question is just about the SDK, only one pod will run. But if your question is about high availability for your application or for other Replicated services, let me know.

It was about the SDK, thank you!