https://github.com/infrasonar/kubernetes-agent
InfraSonar Kubernetes agent
https://github.com/infrasonar/kubernetes-agent
cesbit infrasonar kubernetes kubernetes-cluster monitoring
Last synced: 5 months ago
JSON representation
InfraSonar Kubernetes agent
- Host: GitHub
- URL: https://github.com/infrasonar/kubernetes-agent
- Owner: infrasonar
- Created: 2023-05-30T10:16:27.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-09-02T07:43:44.000Z (9 months ago)
- Last Synced: 2025-09-02T09:27:55.974Z (9 months ago)
- Topics: cesbit, infrasonar, kubernetes, kubernetes-cluster, monitoring
- Language: Python
- Homepage: https://docs.infrasonar.com/collectors/agents/kubernetes/
- Size: 55.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/infrasonar/kubernetes-agent/actions)
[](https://github.com/infrasonar/kubernetes-agent/releases)
# InfraSonar Kubernetes agent
Documentation: https://docs.infrasonar.com/collectors/agents/kubernetes/
## Environment variables
Environment | Default | Description
----------------------------|-------------------------------|-------------------
`TOKEN` | _required_ | Token to connect to.
`ASSET_ID` | _required_ | Asset Id _or_ file where the Agent asset Id is stored _(must be a volume mount)_.
`IN_CLUSTER` | `1` | For when this agent is started on a pod inside the cluster, 0 _(=disabled)_ or 1 _(=enabled)_.
`API_URI` | https://api.infrasonar.com | InfraSonar API.
`CHECK_INTERVAL` | `300` | Interval for the kubernetes check in seconds.
`VERIFY_SSL` | `1` | Verify SSL certificate, 0 _(=disabled)_ or 1 _(=enabled)_.
`LOG_LEVEL` | `warning` | Log level _(error, warning, info, debug)_.
`LOG_COLORIZED` | `0` | Log colorized, 0 _(=disabled)_ or 1 _(=enabled)_.
`LOG_FMT` | `%y%m...` | Default format is `%y%m%d %H:%M:%S`.
`WAIT_FOR_RETRY` | `20` | Wait X seconds for a retry when failed or 0 for no retry.