Hacker News new | ask | show | jobs
by allset_ 1657 days ago
Isn't the Wireguard implementation in Cilium between nodes only, not workloads (pods)?
1 comments

It can do both. It can authenticate and encrypt all traffic between nodes which then also encrypts all traffic between the pods running on those pods. This is great because it also covers pod to node and all control plane traffic. The encryption can also use specific keys for different services to authenticate and encrypt pod to pod individually.