cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

No pod OneAgent on EKS Fargate cluster

mariocandela
Newcomer

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

2 REPLIES 2

DanielS
DynaMight Guru
DynaMight Guru

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
The true delight is in the finding out rather than in the knowing.

shahinm
Dynatrace Guide
Dynatrace Guide

Describe output of the OA daemonset might give more insights of the issue and root cause of the missing OA pods.

Featured Posts