Skip to content

A Steadybit extension adding support Istio's service mesh fault injection capabilities.

License

Notifications You must be signed in to change notification settings

steadybit/extension-istio

Repository files navigation

Istio logo depicting sails with the text 'Istio'

Steadybit extension-istio

This Steadybit extension enables the injection of HTTP and gRPC faults into Istio's virtual services.

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

Configuration

Environment Variable Helm value Meaning Required Default
STEADYBIT_EXTENSION_CLUSTER_NAME kubernetes.clusterName Kubernetes cluster name. yes
STEADYBIT_EXTENSION_DISCOVERY_ATTRIBUTES_EXCLUDES_VIRTUAL_SERVICE discovery.attributes.excludes.virtualService List of Target Attributes which will be excluded during discovery. Checked by key equality and supporting trailing "*" false

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

Installation

Using Helm in Kubernetes

helm repo add steadybit-extension-istio https://steadybit.github.io/extension-istio
helm repo update
helm upgrade steadybit-extension-istio \
    --install \
    --wait \
    --timeout 5m0s \
    --create-namespace \
    --namespace steadybit-agent \
    --set kubernetes.clusterName="my-cluster" \
    steadybit-extension-istio/steadybit-extension-istio

Register the extension

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