Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

helm: create a Helm chart for apm-server binary #11954

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Conversation

axw
Copy link
Member

@axw axw commented Oct 27, 2023

Motivation/summary

WIP, experimental Helm chart for deploying APM Server standalone in Kubernetes, either as a Deployment+Service, or as a DaemonSet.

Each pod gets a volume for its data directory, defaulting to emptyDir but configurable through Helm values. The Helm chart generates a self-signed TLS certificate and a random secret token. The chart's values currently enable tail-based sampling by default for testing/demonstration purposes; this would be switched to disabled later.

Checklist

How to test these changes

  1. Clone the PR
  2. Create an Elastic Cloud deployment (for Elasticsearch & Kibana)
  3. helm install <name> ./helm --set elasticsearch.host=https://....es.elastic-cloud.com:443 --set elasticsearch.username=elastic --set elasticsearch.password=<password>

Related issues

#2107

@mergify
Copy link
Contributor

mergify bot commented Oct 27, 2023

This pull request does not have a backport label. Could you fix it @axw? 🙏
To fixup this pull request, you need to add the backport labels for the needed
branches, such as:

  • backport-7.17 is the label to automatically backport to the 7.17 branch.
  • backport-8./d is the label to automatically backport to the 8./d branch. /d is the digit.

NOTE: backport-skip has been added to this pull request.

@mergify mergify bot added the backport-skip Skip notification from the automated backport with mergify label Oct 27, 2023
@v1v
Copy link
Member

v1v commented Feb 9, 2024

run docs-build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-skip Skip notification from the automated backport with mergify
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants