Friedrich
Friedrich
- verify that NATS Server and the Jetstream part within both are setup correctly to form a cluster over all existing NATS ```yaml affinity: podAntiAffinity: # looks for other pods...
- streams created on Jetstream must have replicas on all server nodes. - server nodes must be distributed across the kubernetes cluster, spanning multiple availability zones. First, there is some...
do we need to setup 5 server nodes in order to allow an outage on an entire availability zone? -> how to estimate? 3 availability zones / 3 cluster nodes...
Let's say you want to create a subscription like this, where would the info mentioned before go? ``` apiVersion: eventing.kyma-project.io/v1alpha1 kind: Subscription metadata: name: test-noapp namespace: goldfish-testing spec: filter: filters:...
/retest
#15727