Hello Team! Sorry for a silly question but I need urgently answer on following question: How much (if any) RKE differs from standard Kubernetes distribution (let’s say deployed by kubeadm)? Please point me to some doc if necessary. Thx!
a
agreeable-oil-87482
02/09/2023, 8:45 AM
It's a CNCF certified distro, acts like any other upstream distro.
👍 2
h
high-vase-1301
02/09/2023, 9:11 AM
thanks @agreeable-oil-87482! How about RKE2? same story?
a
agreeable-oil-87482
02/09/2023, 9:12 AM
Yup, and k3s
RKE2 has a bit more of a security-focus and as such some of the default configuration settings are changed. However, these are all distributions and not forks, we simply package upstream k8s in a specific way. For example, RKE1 packages all the k8s components as Docker containers, RKE2 runs as a single binary and uses containerd