mayadata-io / d-operators

Declarative patterns to write kubernetes controllers
Apache License 2.0
10 stars 7 forks source link

proposal: Log as a custom resource #74

Open AmitKumarDas opened 4 years ago

AmitKumarDas commented 4 years ago

Draft specs:

kind: Log
spec:
  podName:
  podNamespace:
  containerSelector:
  tailCount:
status:

References:

AmitKumarDas commented 4 years ago

Design Draft 1

kind: PodLog
spec:
  podName:
  podNamespace:
  errors:
    containerSelector:
    tailCount:
    grep:
    - operator: StartsWith
      value:
    - operator: Contains
      value:
status:
  phase:
  errors:
  - containerName:
    logs: # top 3 errors are listed
    - message:
      count: