Is it possible to assign multiples roles to one node in an IBM Cloud Private (ICP) cluster?
For example: if I have 5 physical servers and I want to implement an HA cluster - can I deploy the following architecture?
server 1: master + boot + worker
server 2: master + proxy + worker
server 3: master + worker
server 4: worker
server 5: worker
Will it be a supported architecture?
Yes, it is supported by ICP. You can assign multiple roles for each node, thanks.