Add clients to a WEKA cluster on GCP
WEKA supports client instances with at least two NICs, one for management and one for the frontend data. It is possible to add more NICs for redundancy and higher performance.
A client with the same VPC networks and subnets as the cluster can connect without additional configuration. If a client is on another VPC network, peering is required between the VPC networks.
The client instance must be in the same region as the WEKA cluster on GCP.
Mount the filesystem
Create a mount point (only once):
Install the WEKA agent (only once):
Example:
Mount a stateless client on the filesystem. In the mount command, specify all the NICs of the client.
DPDK mount with four NICs:
Example:
UDP mount:
Example:
Related topics
Last updated