Questions tagged [telepresence]

Telepresence is an open-source, CNCF sandbox project developed by Ambassador Labs.

29 questions
1
vote
0 answers

Can't replace pod with php in telepresence

The bottom line is that I need to replace the pod with php code in the kubernetes cluster with a docker container using telepresence, this pod contains 2 containers: php and nginx. I do everything according to the instructions…
0
votes
2 answers

how do I exists the telepresence intercep

I am using this command to intercep the service: telepresence intercept chat-server-service --port 8002:8002 --env-file ./env how do I terminate the intercept safety? I check the intercept command: telepresence intercept --help did not found the…
Dolphin
  • 29,069
  • 61
  • 260
  • 539
0
votes
2 answers

How to install legacy telepresence version on mac os

I installed the newest release of telepresence by brew install datawire/blackbird/telepresence However my scripts are using some legacy telepresence commands that are no longer supported - The following flags used don't have a direct translation to…
0
votes
0 answers

Telepresence.io can't intercept a service running on the namespace kube-system

I installed telepresence by using the curl command on a Kubernetes cluster running on GKE. I can correctly interact with other services deployed in the cluster and I can intercept services (like the one in this post) running on the default namespace…
PinoSan
  • 1,508
  • 16
  • 27
0
votes
0 answers

Telepresence.io cannot intercept a Nginx service running on Docker on my MacOs laptop

I installed telepresence by using the curl command on a Kind cluster on my Mac M1 laptop. I can correctly interact with other services deployed in the cluster and I can list some interceptable services when I use telepresence list but I cannot…
PinoSan
  • 1,508
  • 16
  • 27
0
votes
1 answer

telepresence: error: connector service did not start: timeout while waiting for connector to start

when I tried to connect the telepresence in macOS with M1 chip using telepresence connect command, shows error like this: W0830 19:51:29.367038 94595 native_arm64.go:52] Could not read /proc/cpuinfo: open /proc/cpuinfo: no such file or…
Dolphin
  • 29,069
  • 61
  • 260
  • 539
0
votes
1 answer

How can I debug Scala microservices running on AKS with Telepresence?

I know you can debug java microservices with Telepresence. And Scala runs on JVM, so it shouldn't be a problem right? But for some reason I couldn't manage it. I have followed this video on youtube for a tutorial of Telepresence. I intercepted the…
0
votes
0 answers

Spring Boot Application Returns 401 UnAuthorized on All Endpoints

In a very specific scenario outlined below, my Spring Boot application returns the following response for all endpoints: / $ curl http://localhost:8084/
Mark
  • 4,970
  • 5
  • 42
  • 66
0
votes
0 answers

How to debug kafka in kubernetes (minikube) using telepresence

I have Kafka running inside Minikube. Kafka works fine, but I want to use it in my Java app that is located on my local machine (not minikube). I know that it's possible to proxy requests from a local machine to a kubernetes cluster using…
0
votes
0 answers

How can kubectl acces k8s cluster in another server

I tried to create a k8s cluster in my MacBook Pro M1, but fail because of M1. So I want to create the k8s in another windows and the MacBook will connect to the cluster with kubectl and telepresenc. create a k8s cluster in the ubuntu server 20.04…
DoneSpeak
  • 323
  • 2
  • 12
0
votes
1 answer

what does Telepresence's DIAL_REJECT code error means?

So I'm using telepresence to intercepte HTTP connections, but I keep getting this error : │ 2022-02-01 22:26:51.8378 info forward : Accept got connection from xxx.xx.x.x:xxxx : lis=":9900" …
NewStud
  • 48
  • 9
0
votes
1 answer

Debugging java app in a K8S pod using telepresence

I am trying to debug a java application deployed in K8S cluster in Kyma. I am trying to use telepresence for this I have installed telepresence and have swapped the deployment. Below are the logs while connecting T: Forwarding remote port 8080…
saurav
  • 5,388
  • 10
  • 56
  • 101
0
votes
1 answer

what is the root password of telepresence in kubernetes remote debugging

I am using Telepresence to remote debugging the Kubernetes cluster, and I am log in cluster using command telepresence but when I want to install some software in the telepresence pod sudo apt-get install wget and I did not know the password of…
Dolphin
  • 29,069
  • 61
  • 260
  • 539
0
votes
1 answer

RuntimeError: SSH to the cluster failed to start when using telepresence

When I am using telepresence to debug remote kubernetes,throw this error: RuntimeError: SSH to the cluster failed to start This is the detail output: ~ ⌚ 17:26:43 $ telepresence T: How Telepresence uses sudo:…
Dolphin
  • 29,069
  • 61
  • 260
  • 539
1
2