Skip to content

Conversation

@tibuntu
Copy link
Owner

@tibuntu tibuntu commented Oct 5, 2025

  • Add individual pod sensor entities for each Kubernetes pod
  • Pod phase as main state (Running, Pending, Failed, Succeeded, Unknown)
  • Comprehensive pod attributes including container status, restart counts, node info
  • Support for pod labels as individual entity attributes
  • Automatic discovery and cleanup of pod entities
  • Enhanced coordinator to fetch and store pod data
  • Updated entity management to handle pod entities
  • Added comprehensive unit tests for pod functionality
  • Updated documentation with pod entity details and auto-entities examples
  • Refactored sensor discovery functions to reduce complexity

Closes #59

- Add individual pod sensor entities for each Kubernetes pod
- Pod phase as main state (Running, Pending, Failed, Succeeded, Unknown)
- Comprehensive pod attributes including container status, restart counts, node info
- Support for pod labels as individual entity attributes
- Automatic discovery and cleanup of pod entities
- Enhanced coordinator to fetch and store pod data
- Updated entity management to handle pod entities
- Added comprehensive unit tests for pod functionality
- Updated documentation with pod entity details and auto-entities examples
- Refactored sensor discovery functions to reduce complexity

Closes #59
@tibuntu tibuntu self-assigned this Oct 5, 2025
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.

Represent pods as entities

2 participants