arshbot / lnt

Lightning Network Tools -- better lncli for node admins
MIT License
5 stars 0 forks source link

Add kubernetes support #1

Open arshbot opened 4 years ago

arshbot commented 4 years ago

Currently the only way to use lnt is to connect it to a port that forwards or is listened to by the lnd daemon. Ideally there would also be kube support so you could specific the:

context
namespace
pod
container

you'd like to access and run commands against. Accessing down to the container would run lncli commands in the container and remove the need to host sensitive information ( such as macaroons ) locally