bug(DIRE): agents not being deduplicated #1012

Closed
opened 2026-03-28 04:30:49 +00:00 by mfreeman451 · 0 comments
Owner

Imported from GitHub.

Original GitHub issue: #2800
Original author: @mfreeman451
Original URL: https://github.com/carverauto/serviceradar/issues/2800
Original created: 2026-02-11T21:24:00Z


Describe the bug
There are over 12 agent records in our device inventory:

https://demo.serviceradar.cloud/devices?q=in:devices%20type:%22Server%22

There should only be 2, we have one agent installed on a static/fixed IP address (VM) 192.168.2.22, the other is running in a k8s pod and gets ephemeral IP addresses. The duplicates seem to be coming from the k8s (k8s-agent) agent.

DIRE (device identity and reconciliation engine) should be able to deal with this, as the agent should emit a strong identifier (mTLS backed identity/agent ID) and this should never happen.

Image

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Imported from GitHub. Original GitHub issue: #2800 Original author: @mfreeman451 Original URL: https://github.com/carverauto/serviceradar/issues/2800 Original created: 2026-02-11T21:24:00Z --- **Describe the bug** There are over 12 agent records in our device inventory: https://demo.serviceradar.cloud/devices?q=in:devices%20type:%22Server%22 There should only be 2, we have one agent installed on a static/fixed IP address (VM) 192.168.2.22, the other is running in a k8s pod and gets ephemeral IP addresses. The duplicates seem to be coming from the k8s (k8s-agent) agent. DIRE (device identity and reconciliation engine) should be able to deal with this, as the agent should emit a strong identifier (mTLS backed identity/agent ID) and this should never happen. <img width="1210" height="757" alt="Image" src="https://github.com/user-attachments/assets/cb68af63-c10b-4ab5-85f9-b2c4de15ceb8" /> **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **Expected behavior** A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** - OS: [e.g. iOS] - Browser [e.g. chrome, safari] - Version [e.g. 22] **Smartphone (please complete the following information):** - Device: [e.g. iPhone6] - OS: [e.g. iOS8.1] - Browser [e.g. stock browser, safari] - Version [e.g. 22] **Additional context** Add any other context about the problem here.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
carverauto/serviceradar#1012
No description provided.