Subrata Biswas:
Hi Guys, just a question in the exam can we install any CNI of our choice or it has to be particular one but then exam should provide with the link , there are many of them ?
Raamkanna Saranathan:
correct… it was mentioned in the course that if they say install any of your choice then you can install weave. the command is in the docs. if they ask for a specific CNI, then they will provide the link.
Subrata Biswas:
Ok cool then I can go with calico as if none specified right ?
Raamkanna Saranathan:
sure, if you know how to install it. i couldn’t find the link to the actual yaml files in the documentation. only weave is available. remember no external sites can be opened.
Daz Mac:
There is no link on http://kubernetes.io/docs|kubernetes.io/docs for any CNI except weave. You can NOT visit any site for calico etc… via a browser. Just install weave if needed (unlikely)
Swapnil Lothe:
@Raamkanna Saranathan Can’t we use weave plugins docs also?
Randy McCright:
https://docs.linuxfoundation.org/tc-docs/certification/faq-cka-ckad-cks#what-resources-am-i-allowed-to-access-during-my-exam
Subrata Biswas:
Thanks @Raamkanna Saranathan
Swapnil Lothe:
Thanks @Randy McCright However I could not find command to install any cni in k8s docs
could you please share the link here
Swapnil Lothe:
or may be @Raamkanna Saranathan you can share if you have it handy
Subrata Biswas:
https://docs.projectcalico.org/manifest/calico.yaml – for calico – easy to remember and you can do "kubectl apply -f https://docs.projectcalico.org/manifest/calico.yaml’ or you can also “curl -L -O https://docs.projectcalico.org/manifest/calico.yaml” and then kubectl apply -f calico.yaml
Subrata Biswas:
this is for weave "kubectl apply -f “https://cloud.weave.works/k8s/net?k8s-version=$(kubectl version | base64 | tr -d ‘\n’)”
Swapnil Lothe:
Thank you Subrata