digitopvn/diginext

`dx kb` should request server to execution

Opened this issue · 1 comments

Is your proposal related to a problem? Please describe.
dx kb is now using kubectl at the client, lead to authentication step, and also need to install kubectl.

Describe the solution you'd like
With only dx installed, we can access to kubernetes cluster and use kubectl via server-side.

Additional context

  • Easier to manage access permissions
  • No kubectl installation required at the client
  • Security enhanced

Working on it too