Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NATS datastore #164

Open
rmarku opened this issue Aug 15, 2023 · 3 comments
Open

NATS datastore #164

rmarku opened this issue Aug 15, 2023 · 3 comments
Assignees

Comments

@rmarku
Copy link

rmarku commented Aug 15, 2023

There is no info on how to use NATS datastore with k3s in https://docs.k3s.io/datastore

@brandond
Copy link
Contributor

It would be great if the nats team would contribute some docs. They contributed the support to kine, and that has been pulled into k3s, but we don't have any good guidance on how exactly they recommend using it.

@brandond
Copy link
Contributor

cc @bruth @matthewdevenny @jnmoyne

@bruth
Copy link

bruth commented Aug 15, 2023

Absolutely. Assigning myself. Should have something this week. In the meantime, a basic setup would look like this:

k3s server --datastore-endpoint=nats://localhost:4222

The current set of endpoint parameters are listed here: https://github.com/k3s-io/kine/blob/master/examples/nats.md. Do note that the current release of k3s does not have the embedded NATS support yet (requires a build tag).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants