How to set up raid on a node in GKE

5/30/2019

I have a node pool in GKE where the node config specifies that each node has 2 local SSDs. I want those two SSDs to appear as a single directory to my workload that's running on the node, and I'm thinking to achieve this I'd create a raid array from the two SSDs.

I'm not really sure how to do this? I'm guessing that it happens at the node level, and not the pod level?

I'm not explicitly setting the image for the nodes, so they will be using cos.

-- Andy
google-cloud-platform
google-kubernetes-engine

0 Answers