Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hi Clearml Community, Trying To Setup A Load Balancer And Follow This

Hi clearML community, trying to setup a load balancer and follow this official guide , but can’t get it to work (Server Unavailabel Error when opening the dashboard).

Is this config change supposed to make having multiple nodes running the clearML-server work, no? or is there a different reason for this config change?

Would api , files and app components be able to communicate using a LB system by communicating potentially with another node in the target group?

  
  
Posted one year ago
Votes Newest

Answers 3


Hi @<1547028116780617728:profile|TimelyRabbit96> , load balancer still uses a single clearml server running on a single machine

  
  
Posted one year ago

I see. So what would be the reason for one using a load balancer in this case? 🙂

  
  
Posted one year ago

First of all, to handle SSL termination and secondly, to use subdomains instead of exposed external ports

  
  
Posted one year ago
766 Views
3 Answers
one year ago
one year ago
Tags