As of today rocketpool can be deployed with docker but not with kubernetes.
From the code it seems most call to API are done via docker exec
Could it be possible to add kubectl capability too ?
Out of curiosity why do we call api threw docker exec and not by having a REST API ?
i can handle the PR.