criblio / appscope

Gain observability into any Linux command or application with no code modification
https://appscope.dev
Apache License 2.0
268 stars 33 forks source link

Add Helm Chart for Kubernetes Deployments #1394

Closed ricksalsa closed 1 year ago

ricksalsa commented 1 year ago

Add support for deploying AppScope in Kubernetes via a Helm Chart, in addition to the existing scope k8s cli command.

Acceptance Criteria

michalbiesek commented 1 year ago

Current status:

Helm & scope can be used with michalbiesek helm chart repo: To test it locally please run following

kind create cluster
helm repo add cribl https://michalbiesek.github.io/helm-charts/
helm install appscope cribl/appscope --set config.cribldest="tcp://cribl-internal:10090"
# kind delete cluster
michalbiesek commented 1 year ago

Pull Request of the AppScope helm is available here: https://github.com/criblio/helm-charts/pull/133