nats-streaming-operator
nats-streaming-operator copied to clipboard
NATS Streaming Operator
Does this operator not support deploying streaming clusters in other name spaces like nats-operator does? I tried modifying the resource definition to be Cluster scoped instead of Namespace but start...
I'm running on my local minikube, it seem some how the pod gracefully shutdown: ``` kubectl get pods -n nats NAME READY STATUS RESTARTS AGE nats-operator-5b9df7cbb7-vmxt7 1/1 Running 1 25h...
It would be helpful to have a NatsStreamingCluster example with all possible options just to see everything that is available. For example in one of the examples it shows setting...
Similar to the NATS Operator, could look into whether feasible to have a sidecar for reloading the streaming server (though currently the NATS Streaming Server does not support reloading).
Was't resilience supposed to be the great benefit of deploying NATS clusters? I came this morning to the office and found ALL `nats-streaming-1-*` pods in `CrashLoopBackOff` with around 500 restarts,...
If all pods go down, the cluster will never go up (in this case I was testing on a single node: minikube, and the node crashed) The log will look...
I don't think this operator needs all verbs on these Kubernetes objects. We should make sure to have less access. ``` # Allow actions on basic Kubernetes objects - apiGroups:...
Is there a way to enable http monitoring with the nats-streaming-operator? `/streaming/serverz` and such. I tried adding a container args to the k8s config. ``` --- apiVersion: streaming.nats.io/v1alpha1 kind: NatsStreamingCluster...
I got started with the nats-operator helm chart. Everything works well there. As far as the streaming operator: - it would probably be best to use statefulsets for the actual...
Hello there! I've been using **nats-streaming-server** for a while on my Kubernetes clusters and I love it. I think it would be super great to have nats and/or nats-streaming as...