You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of the Observability Onboarding initiative for kubernetes, kustomise has been referenced as a possible solution to ease the onboarding of our users through Kibana UI. Basic goals for the use of kustomise templates are:
Support the already existing installation of managed/standalone manifests with Kubernetes integration being installed and ready to collect logs/metrics from a Kubernetes cluster
Support the installation of kube-state-metrics library that is needed for the metrics collection
Deliverables
As part of this POC will try to:
Provide the needed kustomise templates to support both managed and standalone elastic agent scenarios
Investigate if it is possible users to call online versions of kustomise templates in order to eliminate the need to download any files in their environment before running any commands
Replace the secrets that are inside elastic-agent manifests with reference to actual kubernetes secrets that will be preconfgured inside the kubernetes cluster. As part of the onboarding we will provide the commands needed to create those secrtes in Kubernetes environment
Provide (when/if possible) one-liner commands (commands that will be copy-pasted in the shell directly)
[Stretched goal]: Provide a processor in elastic-agent standalone templates that will enhance the ingested documents with the new token-id. This will allow us later in kibana side to check if agents with specific user-provided id have been able to ingest data successfully
gizas
changed the title
[POC]Enhance Kubernetes onbarding with kustomise templates
[POC]Automating the deployment of kube-state-metrics during K8s Observability onboarding
May 14, 2024
Goal
As part of the Observability Onboarding initiative for kubernetes, kustomise has been referenced as a possible solution to ease the onboarding of our users through Kibana UI. Basic goals for the use of kustomise templates are:
Deliverables
As part of this POC will try to:
token-id
. This will allow us later in kibana side to check if agents with specificuser-provided id
have been able to ingest data successfullyReferences
The text was updated successfully, but these errors were encountered: