04 Mar 2026
09:03 AM
- last edited on
05 Mar 2026
07:16 AM
by
MaciejNeumann
Hello All,
I am new to Dynatrace, I need to practice it and gain more experience on the implementation and administration of Dynatrace. I got the Association Level Cert, and I do have more than 25 years of experience in development and Quality Assurance.
I need your help to guide me on how to understand and practice Dynatrace and being more professional.
If you can guide me or even share with me some tasks to work on, then it will be really appreciated.
Thanks & Regards.
04 Mar 2026 11:51 AM
Hi,
Congrats on your Associate cert — and the fastest way to gain real Dynatrace implementation/admin experience is to install a demo app and practice on real telemetry.
1) Install a demo app: EasyTravel (or better for Kubernetes: EasyTrade)
EasyTravel is the classic Dynatrace demo app and is great for learning APM/RUM basics.
Community thread (Kubernetes):
https://community.dynatrace.com/t5/Cloud-platforms/EasyTravel-installation-on-Kubernetes/m-p/235465
EasyTrade is usually better suited for Docker/Kubernetes because it was designed for container deployments from the start (less friction, more learning).
GitHub repo:
https://github.com/Dynatrace/easytrade
Also useful: “Download and Set Up Dynatrace Demo Application” (Community):
https://community.dynatrace.com/t5/Start-with-Dynatrace/Download-and-Set-Up-Dynatrace-Demo-Applicati...
Learning path:
1. Install OneAgent / Dynatrace Operator (K8s) and validate:
2. Get comfortable navigating and filtering:
3. Tagging → Management Zones → clean structure
Set host metadata (e.g., env=lab, owner=you, app=easytrade)
Confirm that:
If u want, you can study entity selectors, eg in kubernetes. Is advance but really good practise. Eg.
type("CONTAINER_GROUP_INSTANCE"),fromRelationships.isCgiOfCa(type("CLOUD_APPLICATION"),toRelationships.isNamespaceOfCa(type("CLOUD_APPLICATION_NAMESPACE"),entityname.in("kubernetes_namespace")))"4. APM/RUM — core configuration
5. Dashboards + alerting (what you’ll use in real ops)
6. Configure alerting + notifications:
7. Next level
DQL: write 3 queries for errors, latency, top endpoints and filter only for one service
Define an SLO for a key user journey (e.g., checkout) + monitor burn rate
Create an Automation / Workflow: notify (Slack/Teams/email) with context
I’d also recommend leveraging Dynatrace’s official learning resources and community events to accelerate your progress:
04 Mar 2026 12:06 PM
Hi,
Thanks for the rich information you have provided. I will try following those steps and get back to you if there is any challenges.
Appreciate your response.
Thanks
04 Mar 2026 12:10 PM
Hello @Khejazi
Welcome to Dynatrace Community, good to have you here 🙂
We've prepared a special space in the Community to help you learn and fid useful information on the product: https://community.dynatrace.com/t5/Start-with-Dynatrace/bd-p/GetStarted
Featured Posts