GNU/Linux >> Linux Esercitazione >  >> Cent OS

Come installare Envoy Proxy su CentOS

Questo post riguarda Come installare Envoy Proxy su CentOS

Inviato è un proxy distribuito C++ ad alte prestazioni progettato per singoli servizi e applicazioni.

Envoy Proxy è un proxy di servizio e edge moderno, ad alte prestazioni, con ingombro ridotto. Envoy è più paragonabile ai bilanciatori del carico software come Nginx e HAProxy. Originariamente scritto e distribuito presso Lyft, Envoy ora ha una vivace base di collaboratori ed è un progetto ufficiale della Cloud Native Computing Foundation.

Come installarlo su Ubuntu 20.04/Debian

Installa Envoy Proxy su CentOS

  • Installa l'utilità yum-config-manager installando yum-utilities .
yum install yum-utils -y
  • Aggiungi GetEnvoy Repository eseguendo i comandi seguenti per poterlo installare.
rpm --import 'https://rpm.dl.getenvoy.io/public/gpg.CF716AF503183491.key'

curl -sL 'https://rpm.dl.getenvoy.io/public/config.rpm.txt?distro=el&codename=7' > /tmp/tetrate-getenvoy-rpm-stable.repo
  • Aggiungi tetrate-getenvoy-rpm-stable repo come segue:
yum-config-manager --add-repo 'https://1118798822.rsc.cdn77.org/tmp/tetrate-getenvoy-rpm-stable.repo'
  • Abilita il repository per installare i pacchetti Nightly.
yum-config-manager --enable tetrate-getenvoy-rpm-stable
  • Installalo.
yum install getenvoy-envoy -y
  • Verifica la versione di Envoy installata su CentOS
envoy --version

Conclusione

Questo è tutto

In questo tutorial, abbiamo illustrato come installare questo strumento su CentOS 7.

grazie


Cent OS
  1. Come installare il server proxy Squid su CentOS 7

  2. Come installare PHP 7, 7.2 e 7.3 su CentOS 7

  3. Come installare Java 11 e 12 su CentOS 7

  4. Come installare Wine 4.0 su CentOS 7

  5. Come installare Vim 8.2 su CentOS 7

Come installare R su CentOS 7

Come installare R su CentOS 8

Come installare Envoy Proxy su Ubuntu 20.04

Come installare il proxy HA su CentOS 8

Envoy Proxy su Ubuntu 20.04 – Come installarlo

Come installare Envoy Proxy su Ubuntu 20.04 LTS