k8s icon indicating copy to clipboard operation
k8s copied to clipboard

NATS on Kubernetes with Helm Charts

Results 120 k8s issues
Sort by recently updated
recently updated
newest added

I got a PR merged in a bit ago (`https://github.com/nats-io/k8s/pull/394`) that should add some functionality to the NATS setup image. Currently I'm using a setup script that is based on...

Hey there! I've deployed nats-nack, but I can see it's missing the following important components. # RESOURCES: not that it uses a whole pile, but it would be good to...

Custom TLS support was added for leafnodes, but not for any of the other components. But for some more exotic secrets implementations (like secrets-csi-driver), you need the ability to provide...

Also use env vars to configure gateway auth, so they can be loaded from secrets instead. I made a generic snippet for generating the env vars for authentication, and I...

I want to use both user & password and nkey. But the first one dose not work, the second one works. is this intended? ```yaml auth: enabled: true basic: users:...

This makes Go GC use the memory limit that it is allocatable for the container instead the one set for the host. In case there is no resource limit set,...

It would be quite nice to drop the namespace from the short name in the routes. https://github.com/nats-io/k8s/blob/112d3eb9269e78abd6af91a90ae076f63be5f0e3/helm/charts/nats/templates/_helpers.tpl#L93 I'd like to create certs for the cluster with the short names as...

added credentials auth for surveyor

It would be extremely useful if you provide additional details how one line installer can use user own credentials/certificates/conf files during k8s deployment. If I read correctly https://github.com/nats-io/k8s/blob/master/nats-server/nats-server-with-auth-and-tls.yml file I...

A user may want to create multiple types of Servers within a cluster, example - 3x StatefulSet `nats`, JetStream `disabled` - 3x StatefulSet `nats-js`, JetStream `enabled` Also consider the case...