Pods are groups of containers that share networking and storage resources from the same node.
- Configure the Pod Network
configuration settings:
- Pod Network IP Address
(default is 10.96.0.0)
- Pod Network CIDR (default is
16)
- Service Network IP Address
(default is 10.97.0.0)
- Service Network CIDR (default
is 16)
- Select Create Cluster.
The cluster is created. If a cluster existed previously, the cluster connections are reset. Then, you must reinstall the engines for each node in the cluster.
- After the cluster creation process finishes, select Done.