Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This integration uses a Helm chart to creates a discovery deployment in the datatheorem namespace in your Kubernetes cluster. The deployment is not “in-line” for any of your cluster’s services. The application is stateless and designed to consume almost no resources, and it should not require any autoscaling.

It uses a the datatheorem-service-account bound to the datatheorem-cluster-role with the following permissions for read-only access on a limited set of cluster resources:

Code Block
languageyaml
rules:
  - apiGroups:
      - "*"
    resources:
      - deployments
      - pods/log
      - pods
      - services
      - endpoints
      - persistentvolumeclaims
      - ingresses
      - gateways

    verbs:
      - list
      - get
      - watch 

...

Installation

Step 1 : Extract all the items which you should receive during the onboarding process.

...