bentoml / yatai-deployment

🚀 Launching Bento in a Kubernetes cluster
17 stars 14 forks source link

feat(monitor-exporter): add fluentbit exporter #79

Closed bojiang closed 1 year ago

bojiang commented 1 year ago

Example bento: https://default.cloud.bentoml.com/bento_repositories/monitor_example_classification/bentos/dhumdqufzwcciusu Example CR:

apiVersion: serving.yatai.ai/v1alpha3
kind: BentoDeployment
metadata:
  name: my-bento-deployment
  namespace: my-namespace
spec:
  bento_tag: monitor_example_classification:dhumdqufzwcciusu
  ingress:
    enabled: true
  resources:
    limits:
        cpu: 2000m
        memory: "1Gi"
    requests:
        cpu: 1000m
        memory: "1Gi"
  runners:
  - name: iris_clf
    resources:
      limits:
        cpu: 2000m
        memory: "1Gi"
      requests:
        cpu: 1000m
        memory: "1Gi"
monitorExporter:
  enabled: true
  output: stdout
  options:
    workers: 4
yetone commented 1 year ago

/run-e2e Update: You can check the progress here

bojiang commented 1 year ago

/run-e2e Update: You can check the progress here

bojiang commented 1 year ago

/run-e2e Update: You can check the progress here

bojiang commented 1 year ago

/run-e2e Update: You can check the progress here

bojiang commented 1 year ago

/run-e2e Update: You can check the progress here

bojiang commented 1 year ago

/run-e2e Update: You can check the progress here

bojiang commented 1 year ago

/run-e2e Update: You can check the progress here

bojiang commented 1 year ago

/run-e2e Update: You can check the progress here

yetone commented 1 year ago

/run-e2e Update: You can check the progress here

bojiang commented 1 year ago

/run-e2e Update: You can check the progress here

bojiang commented 1 year ago

/run-e2e Update: You can check the progress here Update: You can check the progress here

yetone commented 1 year ago

/run-e2e Update: You can check the progress here

yetone commented 1 year ago

/run-e2e Update: You can check the progress here

bojiang commented 1 year ago

/run-e2e Update: You can check the progress here

bojiang commented 1 year ago

/run-e2e Update: You can check the progress here

bojiang commented 1 year ago

/run-e2e Update: You can check the progress here

yetone commented 1 year ago

LGTM