SlideShare a Scribd company logo
Telepresence
Seamless development environments on Kubernetes
1
Adnan Abdulhussein
GitHub/Twitter/Slack: @prydonius
❯ Project Lead on 5 Kubernetes projects
❯ Kubernetes Training Provider
❯ Co-develop with Microsoft, IBM, Deis, Heptio
❯ OReilly Kubernetes Cookbook Author
SEALED
SECRETS
KUBECFG
CABIN
KUBEAPPS
2@prydonius
@prydonius 3
Kubernetes is a great
production environment
@prydonius 4
APPS/SERVICES
Microservices
Frontends
Databases
EXTENSIONS
Custom
Resources
Controllers
@prydonius 5
frontend service
database service
comments service products service
Applications
Ingress
Developing on Kubernetes...
6
services:
ui:
tty: true
build: ./docker
ports:
- 4200:4200
volumes:
- .:/app
command: "ng serve"
api:
tty: true
image: bitnami/monocular-api:latest
volumes:
- ./config.yaml:/config/monocular.yaml
environment:
- ENVIRONMENT=development
- MONOCULAR_AUTH_SIGNING_KEY=secret
ratesvc:
image: kubeapps/ratesvc:latest
environment:
- JWT_KEY=secret
command:
- /ratesvc
- --mongo-url=mongodb://root@mongodb
- --mongo-database=ratesvc
mongodb:
image: bitnami/mongodb:3
environment:
- MONGODB_ROOT_PASSWORD=password123
auth:
image: kubeapps/oauth2-bitnami:latest
...
volumes:
monocular-data:
...with Docker Compose
ConfigMaps
Secrets
Volumes
Service
Discovery
@prydonius
Maintaining 2 sets of manifests
7@prydonius
Need a way to re-implement
Ingress
Jobs/CronJobs
init-containers
...
8@prydonius
Need to mount in kubeconfig for extensions
9@prydonius
@prydonius 10
BUILD
PUSHDEPLOY
Development Cycle
11@prydonius
Build-Push-Deploy cycle
12@prydonius
TELEPRESENCE BY
FAST, LOCAL DEVELOPMENT FOR KUBERNETES AND OPENSHIFT MICROSERVICES
install with homebrew/apt/dnf
telepresence.io
13@prydonius
How it works
Take advantage of debugging tools, live reload, etc.
Minikube, GKE, *KS
14@prydonius
You get service discovery, volumes and
the same environment...
...from your local machine.
15@prydonius
Proxying Methods
VPN
• works best for Go binaries, can't use with other VPNs
Inject TCP
• injects a shared library into the process
• doesn't work with statically linked (Go), and suid binaries
Container
• runs a proxy container and starts your container using the proxy network stack
16@prydonius
Demo time
Thank
YouFor more
information,
visit bitnami.com
Thank You!
Learn more at telepresence.io
@prydonius on GitHub/Twitter/Slack
Join us at SIG-Apps every Monday @ 9am PT - https://k8s.io/community/

More Related Content

PPTX
Continuous Delivery to Kubernetes Using Helm
PDF
Lessons Learned Building a Container App Library
PPTX
Development environments in seconds using Bitnami containers
PPTX
Kubernetes @ Nanit by Chen Fisher
PPTX
Container Orchestration using Kubernetes
PDF
From Fortran on the Desktop to Kubernetes in the Cloud: A Windows Migration S...
PPTX
Kubernetes CI/CD with Helm
PPTX
GIDS 2019: Developing Apps with Containers, Functions and Cloud Services
Continuous Delivery to Kubernetes Using Helm
Lessons Learned Building a Container App Library
Development environments in seconds using Bitnami containers
Kubernetes @ Nanit by Chen Fisher
Container Orchestration using Kubernetes
From Fortran on the Desktop to Kubernetes in the Cloud: A Windows Migration S...
Kubernetes CI/CD with Helm
GIDS 2019: Developing Apps with Containers, Functions and Cloud Services

What's hot (20)

PPTX
Azure Container Service
PPTX
Kube what? for NodeJs developers
PPTX
DevOps, Microservices, and Azure Container Service
PPTX
CI Implementation with Kubernetes at LivePerson by Saar Demri
PDF
Running Production-Grade Kubernetes on AWS
PPTX
Serverless on Kubernetes
PDF
K8sfor dev parisoss-summit-microsoft-5-decembre-short
PDF
Lean Cloud Starterkit - Beta
PDF
Kubernetes Native Serverless solution: Kubeless
PPTX
Intro to Helm for Kubernetes
PDF
Idea to Production - with Gitlab and Kubernetes
PPTX
Continous Delivery to Kubernetes using Helm
PDF
DockerCon SF 2015: Docker at Lyft
PDF
KubeCon EU 2016 Keynote: Kubernetes State of the Union
PPTX
DevOps with Azure, Kubernetes, and Helm Webinar
PDF
Using Docker Hub at Scale to Support Micro Focus' Delivery and Deployment Model
PDF
Containerize Your Game Server for the Best Multiplayer Experience
PDF
Built in ci-cd with kubernetes, jenkins and helm
PDF
Debugging Go in Kubernetes
PPTX
CI/CD Development in Kubernetes - Skaffold
Azure Container Service
Kube what? for NodeJs developers
DevOps, Microservices, and Azure Container Service
CI Implementation with Kubernetes at LivePerson by Saar Demri
Running Production-Grade Kubernetes on AWS
Serverless on Kubernetes
K8sfor dev parisoss-summit-microsoft-5-decembre-short
Lean Cloud Starterkit - Beta
Kubernetes Native Serverless solution: Kubeless
Intro to Helm for Kubernetes
Idea to Production - with Gitlab and Kubernetes
Continous Delivery to Kubernetes using Helm
DockerCon SF 2015: Docker at Lyft
KubeCon EU 2016 Keynote: Kubernetes State of the Union
DevOps with Azure, Kubernetes, and Helm Webinar
Using Docker Hub at Scale to Support Micro Focus' Delivery and Deployment Model
Containerize Your Game Server for the Best Multiplayer Experience
Built in ci-cd with kubernetes, jenkins and helm
Debugging Go in Kubernetes
CI/CD Development in Kubernetes - Skaffold
Ad

Similar to Telepresence - Seamless Development Environments on Kubernetes (20)

PDF
The App Developer's Kubernetes Toolbox
PPT
Kubernetes for Cloud-Native Environments
PDF
Kubernetes extensibility: crd & operators
PDF
Kubernetes extensibility: CRDs & Operators
PDF
Monitoring on Kubernetes using Prometheus - Chandresh
PPTX
Monitoring on Kubernetes using prometheus
PDF
MongoDB Ops Manager + Kubernetes
PDF
Kubernetes and elixir
TXT
Introduction about Kubernates Cluster
PPTX
Aks: k8s e azure
PDF
AKS: k8s e azure
PPTX
Kube 101
PDF
Kubernetes for java developers - Tutorial at Oracle Code One 2018
PDF
LISA2017 Kubernetes: Hit the Ground Running
PPTX
Kubernetes
PDF
Kubernetes 101 - A Cluster Operating System
PDF
What Does Kubernetes Look Like?: Performance Monitoring & Visualization with ...
PDF
Download full Managing Kubernetes operating Kubernetes clusters in the real w...
PDF
FIWARE Global Summit - Leveraging Kubernetes for FIWARE Components Automations
PPTX
MongoDB Ops Manager and Kubernetes - James Broadhead
The App Developer's Kubernetes Toolbox
Kubernetes for Cloud-Native Environments
Kubernetes extensibility: crd & operators
Kubernetes extensibility: CRDs & Operators
Monitoring on Kubernetes using Prometheus - Chandresh
Monitoring on Kubernetes using prometheus
MongoDB Ops Manager + Kubernetes
Kubernetes and elixir
Introduction about Kubernates Cluster
Aks: k8s e azure
AKS: k8s e azure
Kube 101
Kubernetes for java developers - Tutorial at Oracle Code One 2018
LISA2017 Kubernetes: Hit the Ground Running
Kubernetes
Kubernetes 101 - A Cluster Operating System
What Does Kubernetes Look Like?: Performance Monitoring & Visualization with ...
Download full Managing Kubernetes operating Kubernetes clusters in the real w...
FIWARE Global Summit - Leveraging Kubernetes for FIWARE Components Automations
MongoDB Ops Manager and Kubernetes - James Broadhead
Ad

Recently uploaded (20)

PDF
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
PDF
Softaken Excel to vCard Converter Software.pdf
PDF
Design an Analysis of Algorithms I-SECS-1021-03
PDF
Upgrade and Innovation Strategies for SAP ERP Customers
PDF
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
PDF
How to Choose the Right IT Partner for Your Business in Malaysia
PDF
AI in Product Development-omnex systems
PDF
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
PPTX
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
PPTX
Introduction to Artificial Intelligence
PDF
Adobe Illustrator 28.6 Crack My Vision of Vector Design
PPT
Introduction Database Management System for Course Database
PDF
System and Network Administration Chapter 2
PDF
How to Migrate SBCGlobal Email to Yahoo Easily
PPTX
Transform Your Business with a Software ERP System
PPTX
ai tools demonstartion for schools and inter college
PDF
2025 Textile ERP Trends: SAP, Odoo & Oracle
PDF
top salesforce developer skills in 2025.pdf
PPTX
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
PPTX
CHAPTER 12 - CYBER SECURITY AND FUTURE SKILLS (1) (1).pptx
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
Softaken Excel to vCard Converter Software.pdf
Design an Analysis of Algorithms I-SECS-1021-03
Upgrade and Innovation Strategies for SAP ERP Customers
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
How to Choose the Right IT Partner for Your Business in Malaysia
AI in Product Development-omnex systems
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
Introduction to Artificial Intelligence
Adobe Illustrator 28.6 Crack My Vision of Vector Design
Introduction Database Management System for Course Database
System and Network Administration Chapter 2
How to Migrate SBCGlobal Email to Yahoo Easily
Transform Your Business with a Software ERP System
ai tools demonstartion for schools and inter college
2025 Textile ERP Trends: SAP, Odoo & Oracle
top salesforce developer skills in 2025.pdf
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
CHAPTER 12 - CYBER SECURITY AND FUTURE SKILLS (1) (1).pptx

Telepresence - Seamless Development Environments on Kubernetes