How can we do user interface isolation individually on rancher server per user account ?
For instance, there have 2 hosts on rancher server and 3 user accounts (user01, user02 & user03)
Host A > 2 web containers & 1 db container
Host B, > 3 ruby on rails application containers & 1 db container
user01 can only see and manage db containers on each host.
user02 can only see and manage 2 web containers on Host A.
user03 can only see and manage 3 ruby on rails application containers on Host B.
Is it possible to configure directly on rancher server what means without integrating with 3rd part application ?
If 3rd party application needed to integrate, what is the best solution for this scenario ?
Cheers,
-Aung