Hello,
I'm using EKS Fargate, I have applied the kubernetes yaml: https://github.com/Dynatrace/dynatrace-operator/releases/download/v0.10.4/kubernetes.yaml and dynakube.yaml.
So the pods: dynatrace-operator, dynatrace-webhook and activegate work correctly, but the daemonset oneagent not have pod.
On Dynatrace dashboard I see only Kubernetes cluster details correctly, no data from oneagent because no have pod.
Has anyone had the same problem as me, how did you fix it?
Thanks for your time
Cheears
Mario
Hi @mariocandela try using this yaml:
apiVersion: dynatrace.com/v1beta1
kind: DynaKube
metadata:
name: dynaKube
namespace: dynatrace
spec:
apiUrl: YOUR TENANT APIURL
tokens: "dynakube"
skipCertCheck: true
oneAgent:
applicationMonitoring:
useCSIDriver: false
activeGate:
capabilities:
- routing
- kubernetes-monitoring
- dynatrace-api
image: ""
replicas: 2
resources:
requests:
cpu: 500m
memory: 512Mi
limits:
cpu: 1000m
memory: 1.5Gi
group: default