Skip to content

steadybit/extension-http

Repository files navigation

Steadybit extension-http

A Steadybit action implementation to check HTTP endpoints.

Learn about the capabilities of this extension in our Reliability Hub.

Configuration

The extension supports all environment variables provided by steadybit/extension-kit.

When installed as linux package this configuration is in/etc/steadybit/extension-http.

Installation

Using Helm in Kubernetes

helm repo add steadybit-extension-http https://steadybit.github.io/extension-http
helm repo update
helm upgrade steadybit-extension-http \
    --install \
    --wait \
    --timeout 5m0s \
    --create-namespace \
    --namespace steadybit-agent \
    steadybit-extension-http/steadybit-extension-http

Using Docker

This extension is by default deployed using our agents.sh docker compose script.

Or you can run it manually:

docker run \
  --rm \
  -p 8085 \
  --name steadybit-extension-http \
  ghcr.io/steadybit/extension-http:latest

Linux Package

Please use our agent-linux.sh script to install the extension on your Linux machine. The script will download the latest version of the extension and install it using the package manager.

Register the extension

Make sure to register the extension at the steadybit platform. Please refer to the documentation for more information.

Proxy

A proxy configuration is currently not supported.