11 Feb 2025
07:48 PM
- last edited on
17 Feb 2025
07:05 AM
by
MaciejNeumann
Hi Dynatrace Team,
We are trying to deploy private location to Kubernetes cluster in AWS. Are there any helm charts that we can use to deploy these private locations in EKS through CI/CD pipeline?
Our organization stresses that we use CI/CD pipeline for deployments in production clusters, please let us know if there are any useabel heml charts for deploying private locations in EKS through CI/CD pipeline?
Thanks,
Bobby
11 Feb 2025 10:38 PM
Hi @bogoja_jovanosk
Yes, Dynatrace can be deployed using OCI or Helm.
Standard deployment steps include option for helm
: Get started with Kubernetes platform monitoring + Application observability — Dynatrace Docs
Also the Git Operator repo has the legacy helm charts: dynatrace-operator/config/helm/chart/default/README.md at main · Dynatrace/dynatrace-operator · GitH...
Have fun
GitHub - Dynatrace/dynatrace-operator: Automate Kubernetes observability with Dynatrace
11 Feb 2025 11:07 PM
What about for private locations for EKS and not the Dynatrace operator?
11 Feb 2025 11:11 PM
You can specify where your image is within the OCI or Helm chart.
Documentation example is here: Use a private registry — Dynatrace Docs
Hope it helps