How to install pod networking solution like weave using K8s documentation? (did . . .

Mayur Sharma:
How to install pod networking solution like weave using K8s documentation?
(did not find it here – https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/)

I see, as described in videos, the K8s page is updated and redirected to use weave website page – https://www.weave.works/docs/net/latest/kubernetes/kube-addon/

This page cannot be used in CKA exam, so do anyone have reference of K8s documentation for installing networking solution?

Also, for exam perspective, do they ask to install such networking solution?

Kiran Kumar R:
HI mayur https://v1-17.docs.kubernetes.io/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/ please refer this doc , u will get

Mayur Sharma:
@Kiran Kumar R Thanks for link!

Mayur Sharma:
@Kiran Kumar R for exam perspective, do they ask to install such networking solution? as it is not in the latest documentaion

Kiran Kumar R:
nope

Tanumoy Ghosh:
Check 2nd point in https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/high-availability/#steps-for-the-first-control-plane-node|link [scroll down a bit]

You will find as below:

kubectl apply -f "<https://cloud.weave.works/k8s/net?k8s-version=$(kubectl> version | base64 | tr -d '\n')"

Rocky:
By the time I searched the url @Tanumoy Ghosh already answered. Indeed a very thriving community support here.

Mayur Sharma:
Thanks @Tanumoy Ghosh and @Rocky for looking and sharing the information!