Peerd functionality on EKS
- Dominant language
- Go
- Stars
- 134
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Description
We are just getting started with peerd, and are trying to set it up on EKS. The pods are up and Running without any errors in the logs, and are throwing the `P2PConnected` event. However, they don't seem to be caching the images, or serving as a proxy.
1. Is `peerd` supposed to work on kubernetes clusters other than AKS?
2. If so, is there a bug, or anything that I'm missing to make it work? (please find the pod logs below):
```
{"level":"debug","self":"peerd-qwv5t","version":"f4334b6","component":"router","id":"/ip4/100.65.112.214/tcp/5003/p2p/12D3KooWK9Kmh6BvFjZcvaTRjcnkDhvJw2njuBEawZNknNZbcoST","time":"2025-08-05T19:34:01.828875151Z","message":"starting p2p router"}
I0805 19:34:01.901656 1 leaderelection.go:257] attempting to acquire leader lease peerd-ns/peerd-leader-election...
{"level":"info","self":"peerd-qwv5t","version":"f4334b6","https":"0.0.0.0:5001","http":"0.0.0.0:5000","router":"0.0.0.0:5003","prom":"0.0.0.0:5004","time":"2025-08-05T19:34:01.911233975Z","message":"server start"}
{"level":"debug","self":"peerd-qwv5t","version":"f4334b6","component":"state","time":"2025-08-05T19:34:01.912438249Z","message":"advertising start"}
{"level":"debug","self":"peerd-qwv5t","version":"f4334b6","component":"router","leader":"12D3KooWAFPhsb8BhR9ijUjZfWAwZXg76M789RJrmaiNJzx6kWx4","time":"2025-08-05T19:34:01.913964839Z","message":"leader found"}
{"level":"debug","self":"peerd-qwv5t","version":"f4334b6","component":"router","leader":"12D3KooWAFPhsb8BhR9ijUjZfWAwZXg76M789RJrmaiNJzx6kWx4","time":"2025-08-05T19:34:02.017294261Z","message":"leader found"}
```
Contributor guide
Assessment
This issue has not been assessed yet.