DocsTelepresence OSSProvider Prerequisites for Traffic Manager
Provider Prerequisites for Traffic Manager
GKE
Firewall Rules for private clusters
A GKE cluster with private networking will come preconfigured with firewall rules that prevent the Traffic Manager's
webhook injector from being invoked by the Kubernetes API server.
For Telepresence to work in such a cluster, you'll need to add a firewall rule allowing the Kubernetes masters to access TCP port 8443
in your pods.
For example, for a cluster named tele-webhook-gke
in region us-central1-c1
:
GKE Authentication Plugin
Starting with Kubernetes version 1.26 GKE will require the use of the gke-gcloud-auth-plugin. You will need to install this plugin to use Telepresence with Docker while using GKE.
EKS
EKS Authentication Plugin
If you are using AWS CLI version earlier than 1.16.156
you will need to install aws-iam-authenticator.
You will need to install this plugin to use Telepresence with Docker while using EKS.