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, Suppose, That I Run Server On Machine

Hi, suppose, that I run Server on machine A and ClearML Agents on machines B_1, B_2, ....B_n . Is it required to open some ports on machines B_i ? I mean, is there a need for bi-directional communication?

  
  
Posted one year ago
Votes Newest

Answers 3


RoundMosquito25 good news, no no need to open any ports 🙂
Basically B_i agents are always polling the server for "jobs" create an http/s request from them to the server, so all connections are out connections. Firewall is intact 🙂

  
  
Posted one year ago

AgitatedDove14 do you know if it possible not to open ports on machines B_i where agents reside?

  
  
Posted one year ago

Great to hear that, thanks! 🙂

  
  
Posted one year ago
587 Views
3 Answers
one year ago
one year ago
Tags
Similar posts