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
Does K8S Glue Support Running Service Agent? Slightly Confused Here

Does k8s glue support running service agent? Slightly confused here

  
  
Posted one year ago
Votes Newest

Answers 10


you mean to spin a pod with the agent inside it (daemon in services mode).
Or connect the services queue to the k8s cluster (i.e. define the pod template that uses cpu with not a lot of ram)?

  
  
Posted one year ago

I guess it won’t due to the nature of services?

Correct, k8s glue works differently, that said I would actually use the helm to spin a pod woth the agent in services mode and venv mode.

  
  
Posted one year ago

I want to use services queue for running services, and I want to do it on k8s

So yes, as a standalone pod with the agent in venv mode (as opposed to docker mode)
Does that make sense to you?

  
  
Posted one year ago

I guess the question is - I want to use services queue for running services, and I want to do it on k8s

  
  
Posted one year ago

I guess it won’t due to the nature of services?

  
  
Posted one year ago

😕

  
  
Posted one year ago

Yeah got it. Was mainly wondering if k8s glue was meant for this as well or not

  
  
Posted one year ago

Thanks!

  
  
Posted one year ago

👍

  
  
Posted one year ago

I think I mean if it supports the first

  
  
Posted one year ago
80 Views
10 Answers
one year ago
4 months ago
Tags