Skip to content

Conversation

@IgnacioGoldman
Copy link
Contributor

@IgnacioGoldman IgnacioGoldman commented Jan 16, 2026

Summary

DT Operator with more features (logs), more stable (deletion) and easier to implement (documentation)

New Features

Documentation

E2E tested

With the following script

- include_role:
    name: k3s

- include_role:
    name: dt-operator
  vars:
    operator_mode: "cloudNativeFullStack"
    dt_operator_release: "v1.7.2"
    host_group: k8s_multi_prod
    cluster_name: ace-box

- include_role:
    name: dt-operator
    tasks_from: destroy

- include_role:
    name: dt-operator
  vars:
    operator_mode: "applicationMonitoring"
    dt_operator_release: "v1.7.2"
    host_group: k8s_multi_prod
    cluster_name: ace-box

- include_role:
    name: dt-operator
    tasks_from: destroy

- include_role:
    name: dt-operator
  vars:
    operator_mode: "cloudNativeFullStack"
    dt_operator_release: "v1.7.2"
    host_group: k8s_multi_prod
    cluster_name: ace-box
image image

Note: cluster had "monitoring issues" because it lost the connection with DT tenant

Installed once again in cloudNative
image

@IgnacioGoldman IgnacioGoldman requested a review from a team as a code owner January 16, 2026 10:45
Copy link
Contributor

@robert-dt robert-dt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

release_namespace: dynatrace
create_namespace: true
atomic: true
chart_version: "{{ dt_operator_release | regex_replace('^v', '') }}"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE] Add cloudNativeFullStack Dynatrace Native Log Module

3 participants