<@U016WKMFLL9> is there a doc where i can go throu...
# k3s
a
@creamy-pencil-82913 is there a doc where i can go through how the technicals of embedded registries image pull work. basically i wanna know how p2p port 5001 and port 6443 are used by a node to pull images from other node. k3s docs dont have this detail
When the embedded registry mirror is enabled, all nodes must be able to reach each other via their internal IP addresses, on TCP ports 5001 and 6443.
c
This is Spegel. Read the Spegel docs and code.
It is linked from our docs
a
I couldn't find matter related to the above mentioned ports. Would you be able to brief on why each port is necessary for registry mirror to function?
c
> K3s embeds Spegel, a stateless distributed OCI registry mirror that allows peer-to-peer sharing of container images between nodes in a Kubernetes cluster.
Click the Spegel link
✅ 1