Hello Team ,
I have a basic question with respect to network plugin. So when we create a kubernetes clusters that is where we define the network plugin that the kubernetes cluster would use to assign ip addresses to POD’s ? Just would like to know that if not defined it will use the default that is Bridge network correct?
In general, there is NO default CNI. I believe minikube uses a “bridge CNI” as a default, but that’s a minikube thing, not a K8s thing.
@rob_kodekloud …So while creating the kubernetes cluster we basically define which CNI type to be used ? Am i correct?
After the controlplane is functioning, you install it. It’s typically the last step in the process. Take a look at a tutorial on doing a K8s install. Here’s ours.