This message was deleted.
# k3s
a
This message was deleted.
c
slight correction: when I mean "exposing the etcd interface", I mean still exposing etcd/kine's server socket over TCP
c
No. You can point etcdctl at the Kine socket though, if you really want to poke at it. If you're using embedded etcd it listens on both the private and loopback addresses.
For kine, use the
unix://
scheme and then the path to the socket
c
ah, if it's already a different kind of socket, then it can be exposed by other means when desired, which effectively answers the question, thanks!