Install Envoy in VM
This document describes how to install Envoy in VM environment.
Before you begin
You will need credentials ($TIS_PASS
) from Tetrate to access Tetrate's Linux repository.
Installation Steps
This step outlines the process for installing Envoy on a Linux distribution based on Red Hat, such as Red Hat Enterprise Linux (RHEL), CentOS, or Fedora.
Setup TIS RPM repository
If you require a FIPS-compliant installation, setup the repository as follows:
export TIS_PASS=<TIS_PASS>
curl -u ":$TIS_PASS" -fsSL https://tis.tetrate.io/rpm-fips/setup.sh | sudo bash
Otherwise, setup the repository as follows:
export TIS_PASS=<TIS_PASS>
curl -u ":$TIS_PASS" -fsSL https://tis.tetrate.io/rpm/setup.sh | sudo bash
Install Envoy package
sudo yum list envoy
sudo yum install envoy
envoy --version