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 2 years ago
Votes Newest

Answers 10


👍

  
  
Posted 2 years ago

Thanks!

  
  
Posted 2 years ago

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

  
  
Posted 2 years 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 2 years 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 2 years ago

😕

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

I think I mean if it supports the first

  
  
Posted 2 years ago

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 2 years ago
475 Views
10 Answers
2 years ago
one year ago
Tags