https://github.com/steadybit/extension-auto-registration-kubernetes
https://github.com/steadybit/extension-auto-registration-kubernetes
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/steadybit/extension-auto-registration-kubernetes
- Owner: steadybit
- License: mit
- Created: 2025-01-24T09:48:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-02T05:28:12.000Z (about 1 year ago)
- Last Synced: 2025-06-22T07:51:35.770Z (about 1 year ago)
- Language: Go
- Size: 143 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Extension Auto Registration for Kubernetes
The image provided by this repository is used to discover and register extensions that are installed a Kubernetes cluster.
The image needs to be added as an additional container in the agent deployment. It will then use the kubernetes api to
discover extensions that are installed in the cluster and will sync/register them with the steadybit agent.
## Configuration
| Environment Variable | Meaning | required | default |
|----------------------------------------|-------------------------------------------------------------------------|----------|---------|
| `STEADYBIT_LOG_LEVEL` | The Log Level. | no | INFO |
| `STEADYBIT_EXTENSION_AGENT_KEY` | The agent key (used to authenticate at the agent api). | yes | |
| `STEADYBIT_EXTENSION_AGENT_PORT` | The port where the agent is running. | no | 42899 |
| `STEADYBIT_EXTENSION_NAMESPACE_FIlTER` | Option to limit the extension lookup to a single namespace. | no | |
| `STEADYBIT_EXTENSION_INITIAL_DELAY` | The initial delay after startup before reporting extension to the agent | no | 5 |
## Pre-requisites
### Permissions
The process requires access rights to interact with the Kubernetes API.
The cluster role for the agent requires "read"/"list" and "watch" permissions for "pods" and "services" in the cluster.