Equivalent to VSC attach to pod - Will it ever be a feature of Pycharm?

Visual Studio Code has a very interesting feature where you can attach VSC to a kubernetes pod. Then you can code seamlessly in your local pc being remotely connected to the pod.

In Pycharm the closest one can do is to attach by SSH connection, which works very similarly to what I said before, but expects the ssh connection to be available. Will Pycharm ever be able to the same as VSC and extend the SSH feature to also work via using kubectl to make the connection to the pod?

0

请先登录再写评论。