Skip to main content
Version: 2.22

Telepresence Quickstart

Telepresence is an open source tool that enables you to set up remote development environments for Kubernetes where you can still use all of your favorite local tools like IDEs, debuggers, and profilers.

Prerequisites

  • kubectl, the Kubernetes command-line tool, or the OpenShift Container Platform command-line interface, oc.
  • A Kubernetes Deployment and Service.

Install Telepresence

Follow Install Client and Install Traffic Manager instructions to install the telepresence client on your workstation, and the traffic manager in your cluster.

Checkout the Howto to learn how Telepresence can engage with resources in your remote cluster, enabling you to run the code on your local workstation.

What’s Next?