Illumina Innovates with Rancher and Kubernetes
Use Rancher to create a Kubernetes cluster in Azure.
From the Clusters page, click Add Cluster.
Choose Azure.
Enter a Cluster Name.
Use Member Roles to configure user authorization for the cluster.
Use Cluster Options to choose the version of Kubernetes, what network provider will be used and if you want to enable project network isolation. To see more cluster options, click on Show advanced options.
Add one or more node pools to your cluster.A node pool is a collection of nodes based on a node template. A node Template defines the configuration of a node, like what Operating System to use, number of CPUs and amount of memory. Each node pool must have one or more nodes roles assigned.
Notes: Each node role (i.e. etcd, Control Plane, and Worker) should be assigned to a distinct node pool. Although it is possible to assign multiple node roles to a node pool, this should not be done for production clusters. The recommended setup is to have a node pool with the etcd node role and a count of three, a node pool with the Control Plane node role and a count of at least two, and a node pool with the Worker node role and a count of at least two. Regarding the etcd node role, refer to the etcd Admin Guide.
Notes:
etcd
Control Plane
Worker
Click Add Node Template.
Complete the Azure Options form.
As of v2.2.0, account access information will be stored as a cloud credential. Cloud credentials are stored as Kubernetes secrets.
Placement sets the geographical region where your cluster is hosted and other location metadata.
Network configures the networking used in your cluster.
Instance customizes your VM configuration.
Complete the Rancher Template form to configure the Docker daemon on the instances that will be created.
Labels can be configured on the Docker daemon.
Docker object label documentation
Engine Options customize the configuration of the Docker daemon. Important configuration options might include:
sudo ros engine list
Docker daemon option reference
Click Create.
Optional: Add additional node pools.
Review your options to confirm they’re correct. Then click Create.
Result:
Default
default
System
cattle-system
ingress-nginx
kube-public
kube-system