Encryption and private networking question #1976
Unanswered
giovannicandido
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Hey Giovanni, rke2 supports calico, cilium and canal ==> https://docs.rke2.io/install/network_options/#network-options. All of them have encryption features (e.g. using wireguard natively) |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, thanks for the great project.
I have one question about network encryption.
I planing to install the k8s cluster in a untrusted network, without a private network option. The Virtual Private Servers I choose to run unfortunate don't have this option.
Do RKE2 has a network encryption option to configure?
I can create a mesh encrypted network between the hosts using tailscale, zerotier or pure wireguard, and configure the servers and clientes to listen to the private interface address, then setup my machine to connect to this VPN. I think this is the option I will proceed but I would like some advice on this.
I know that RKE1 has support for wave network which brings encryption, but I would like to setup a new cluster using containerd because is more future prof (kubernetes droping support for docker).
Any feedback I appreciate.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions