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](https://github.com/rocket-pool/smartnode/blob/0e295d2b9239f37cbbd4fa723fef5d707ab94495/shared/services/rocketpool/client.go#L1261) 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.