Skip to main content

Envoy proxy / service mesh

v0.1.6

Envoy admin-API ops: cluster + listener + runtime + config + cert inventory, server info, logging level read/write, plus traffic-shifting mutators (drain listeners, healthcheck fail/ok, reset counters) for planned failovers and incident response. Default admin URL http://127.0.0.1:9901; override via ENVOY_ADMIN env.

12 allowed by default 2 need approval
Pack ID
envoy
Vendor
emisar
OS
linux
Actions
14
Required binaries. Install these on the host before relying on the pack — an action that calls a missing one fails at run time.
curl

Install

emisar pack install validates the pack and verifies its content hash before copying it into /etc/emisar/packs. The --hash below pins the install to the exact bytes on this page — a tampered copy is rejected. After install, reload the runner; it re-reads the catalog and advertises every action.

content hash: sha256:dece1f45f21bad649ba63c57ff24ca28984106e90100ec3b9449ab9dd6397368

on the runner host
sudo emisar pack install envoy \
  --hash sha256:dece1f45f21bad649ba63c57ff24ca28984106e90100ec3b9449ab9dd6397368 \
  --dest /etc/emisar/packs

# Reload so the runner re-reads the catalog:
sudo systemctl reload emisar

Actions 14 total

View on GitHub