Develop directly in Kubernetes as though it was local with Telepresence!
Kubernetes is a container orchestrator. Its very nature make development in Kubernetes a real bottleneck. You need to build and deploy a new image for every change you want to make in your app. This causes a massive hit to developer productivity.
Telepresence attempts to solve this problem with the magic of networking. Using Telepresence, you can connect an app running on a local machine with the Kubernetes cluster as though it was running within the cluster. Through Telepresence, your app can access all the pods running withing the cluster. Telepresence also makes your local application accessible to other pods in your cluster.
In this video we'll:
Explore the challenges of developing within Kubernetes
See how networking can solve the above problems
Take Telepresence for a spin
----------------------------------
Chapters:
00:00 - Introduction
00:30 - Why Develop in K8s?
02:12 - Exploring the Solution
03:38 - Telepresence in Action
08:05 - Wrapping up
#DeveloperProductivty #Telepresence #DevOps
コメント