PowerShell with command-line applications
Create a new connection or profile with the following settings:
-
Remote console:
False
-
Command:
<FilePath> <Arguments>
# Connect to WSL
wsl -d <DISTRIBUTION>
# Connect to Kubernetes
k9s --readonly
note
Windows Subsystem for Linux (WSL) must be installed and enabled on your system to use this feature.