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
Hey Channel, I Would Like To Setup Kubernetes For Serving My Models Only. Does It Mean I Can Use Clearml-Serving Helm Chart Alone? What Would Be The Use Case Of The Two Other Charts (Agent And Clearml Server). I Am Not Sure To Understand That Properly. I

Hey channel,

I would like to setup Kubernetes for serving my models only. Does it mean I can use clearml-serving helm chart alone? What would be the use case of the two other charts (agent and clearml server). I am not sure to understand that properly. In my case, my team is using the basic clearml server and we use AWS autoscaler as ClearML agent. We are only interested into K8s serving for productionizing all our models. Is that something possible? Can we just setup the clearml-serving helm chart? Thanks

  
  
Posted 11 months ago
Votes Newest

Answers 8


Okey thanks @<1523701205467926528:profile|AgitatedDove14> and what would be the advantage of using clearm-server on k8s compared to the clearml hosted one?

  
  
Posted 11 months ago

I read that, the hosted clearml server was periodically resetted. Does it mean my team would lose all our work?

  
  
Posted 11 months ago

I do not remember, but I was afraid.... Thanks for the output ! Maybe in a bad dream ? 😜

  
  
Posted 11 months ago

@<1523701070390366208:profile|CostlyOstrich36> @<1523701205467926528:profile|AgitatedDove14> Any ideas on this one?

  
  
Posted 11 months ago

Does it mean I can use clearml-serving helm chart alone

Unrelated, the clearml-serving can be deployed on k8s or with docker-compose regardless of where/how clearml-server is deployed

  
  
Posted 11 months ago

I still do not get the K8s clearml server usefulness of it then?

  
  
Posted 11 months ago

@<1556812486840160256:profile|SuccessfulRaven86> k8s is simply another orchestration option, more suitable if you need to scale up considerably

  
  
Posted 11 months ago

@<1556812486840160256:profile|SuccessfulRaven86> , where did you read that? The community server is persistent

  
  
Posted 11 months ago
588 Views
8 Answers
11 months ago
11 months ago
Tags
Similar posts