Telepresence šŸ•¶

Richard Li from Ambassador Labs was on the Kubelist Podcast this week to discuss Telepresence, one of the first CNCF Sandbox projects. Telepresence makes sense for large teams to manage the cost of running many dev clusters better; but in this episode Richard explains how the project makes sense for small teams as well. The conversation about Telepresence 2.0 (rewritten in Go) is also great. Hopefully we get to see that version soon!

Issue #111

The Telepresence project home. Start here to understand the project (and, of course, listen to this weekā€™s podcast). Telepresence is a clever way to run part of a development environment locally, while everything else is in a remote cluster. This is useful when the entire environment is simply too large or itā€™s just not practical to run locally. The collaboration aspects of a shared dev environment are probably too often overlooked, and worth checking out.

Sort of the ā€œquick startā€ for Telepresence. If you are curious to try it out, this is a good straightforward place to start. This guide will walk you through setting up your local environment and installing the Telepresence bits. Hopefully this will help the project be a little less abstract and more real, if you are trying to see how Telepresence works. šŸ

Hereā€™s where the real power of Telepresence starts to show for folks building on Kubernetes. If you have Docker for Mac or another local K8s cluster because you want to have everything local, give this guide a look. The Telepresence team shows that you donā€™t lose the power of the local development environment, but can run it in the cloud if you have a decent enough Internet connection. šŸ‘¾

Hereā€™s a talk from KubeCon San Diego last year where Abhay Saxena (from the Telepresence team) talked about how you donā€™t need to adopt a new IDE or new workflow in order to move your development environment to the cloud. This is the video that really helped me understand how the project worked.

From an earlier KubeCon, Ara Pulido from Bitnami talked about Telepresence. This is a fun, live demo where Ara starts using Telepresence to configure her development environment, but starts to dig into the cluster and show whatā€™s actually happening. In this demo, she uses kubectl to examine the cluster while using Telepresence, and this is a great way to see whatā€™s happening ā€œunder the hoodā€.

This is the story, right? Most of us end up running some version of K8s locally because thatā€™s just how weā€™ve known to test code. We build and run it all locally, and with Kubernetes, we pulled all of that down too. Then, as this post calls out, our local K8s installation has made the fan run continuously on our laptop, and we question our decisions. So we tune in to the next Mac event hoping that more RAM will come. But we get an M1 with 16 GB max, so thatā€™s not likely to help our local K8s installation in the short term. What else can you do? Move the dev environment to the cloud, and donā€™t even run Docker and K8s locally? Yes. ā˜

Yesterday, the team at Crossplane hosted a Crossplane Community Day. Check out this tweet for an idea of what took place.