Envoy proxy / service mesh

v0.1.4

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.

Pack ID
envoy
Vendor
emisar
OS
linux
Actions
14
Required binaries: curl. Actions that call a missing binary fail at run time — install these on the host before relying on the pack.

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:d697de3cc8ca058af4d357eca48b274ac438cebdd81c7b0f40b2cf95e1355577

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

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

Actions 14 total

View on GitHub