Hi, During labs and mock exams I had to deploy CNI plugin to solve issues: 1. Ho . . .

Erez Weinstein:
Hi, During labs and mock exams I had to deploy CNI plugin to solve issues:

  1. How do you identify that? besides kubectl get all -A and observing if you have all the required controlplane component?
  2. Installing plugins references are outside of the allowed documentation. How can it work?

Sanjay Kumar:
How to install weave plugin is available in Kubernetes docs.
Check this out.
https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/high-availability/#stacked-control-plane-and-etcd-nodes|https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/high-availability/#stacked-control-plane-and-etcd-nodes

Erez Weinstein:
THanks!!