Hacker News new | ask | show | jobs
by audi0slave 2822 days ago
How do you get the watch API's without etcd? or does k3s doesn't have watch API support.
1 comments

It's a combination of pulling and notification. The sqlite DB table is structured like a log, so clients basically just need to keep grabbing the latest id. In practice it's has proven to work pretty well. The code I have public right now does not support HA, I have a private branch that I'm still testing.