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.
...
if everything went OK, you’ll see something as below
...
Environment file:variables
Modules deployed in Eureka environment require more env vars to be present on module startup in Intellij. When starting your module in Intellij make sure to extract the required environment variables (e.g. eureka-common, db-credentials and kafka-credentials) from your cluster into some .env file or individual env vars attached to Intellij . Please find run config.
...
Find and include additional env vars in your from the Rancher UI, these can be found under Storage > Secrets tab:
...
telepresence leave {{InterceptedSvcName}}
telepresence quit -s
If telepresence is failing to connect, please find all telepresence active\running process(es) on your system and stop them, then try to connect.
How to find active\running process(es) and terminate them:
...