[devworkspace] Rework WorkspaceRouting to run container inside workspace pod #15786
Labels
engine/devworkspace
Issues related to Che configured to use the devworkspace controller as workspace engine.
kind/task
Internal things, technical debt, and to-do tasks to be performed.
Is your task related to a problem? Please describe.
This is related to #15651
On some clusters where NetworkPolicy is not configured properly, it's possible to reach any container port from any Kubernetes namespace.
It would be more secure if we run WorkspaceRouting inside of WorkspacePod and make a secure server(like CloudShell) listen to only
localhost
interface.When the only reachable port outside of workspace pod would be secure.
The text was updated successfully, but these errors were encountered: