Ever found yourself wishing for a way to synchronize local changes with a remote Kubernetes environment? Run integration tests locally with the Telepresence Extension on Docker Desktop

Moving to the cloud for testing is a no-brainer, but how do you synchronize your local changes against your remote Kubernetes environment?

Connect to Ambassador Cloud through the Telepresence extension: After you install the Telepresence extension in Docker Desktop, you need to generate an API key to connect the Telepresence extension to Ambassador Cloud.

Install the emojivoto application in your local Docker Desktop cluster (we will use this to simulate a remote K8s cluster).

Related Articles