Running workspace inside k8s pods

General question, what backends are most people running? I'm all for the k8s approach as its the easiest way for me (on top of other benefits) - but I'm not sure if this is where Coders' focus is at.
For example, I can't seem to "port forward" or use coder config-ssh command. Are these supported when coder runs inside of a pod?

For example, while wildcard domains is configured, I get
Port forward
Your deployment does not have web port forwarding enabled. See the docs for more details.

You can use the Coder CLI to forward ports from your workspace to your local machine, as shown below.


Running coder config-ssh returns
coder config-ssh 
fetch workspace configs failed: json: cannot unmarshal array into Go value of type codersdk.WorkspacesResponse
Run 'coder config-ssh --help' for usage.           


Any tips appreciated.
image.png
Was this page helpful?