As of 12/19/2024 All newly created Rancher Folio environments have telepresence installed by default, thus every development team can remotely connect via IDE and debug all things.
...
telepresence connect --namespace {{envName}} --manager-namespace {{envName}}
envName in most of the cases is equal to our team name: eureks, thunderjet, spitfire etc.
In case of shared environment, simply type env name i.e. snapshot, sprint and so on.
For more information, please refer to telepresence quick start: Link or visit comments section this ticket: RANCHER-1971
...