Skip to content

Wondering if we can add some warnings on data transfers #11702

Closed Answered by brandond
codexetreme asked this question in Q&A
Discussion options

You must be logged in to vote

None of these things are really specific to K3s.

  1. K3s does not use any sort of gossip networking?
  2. The K3s datastore requirements shouldn't be excessive - they vary directly in proportion to reads and writes against the Kubernetes apiserver. Note that by default K3s uses embedded sqlite or etcd; if you chose to point it at a managed database service, you should definitely be prepared to monitor costs for that service.
  3. There are prometheus metrics available for everything that comes with k3s. You'd need to deploy a monitoring stack to scrape and visualize them though; K3s does not come with prometheus/grafana or anything along those lines.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by codexetreme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants