GNU/Linux >> Linux Esercitazione >  >> Ubuntu

Installa Kong API Gateway su Ubuntu 20.04

Introduzione

Kong Gateway è uno dei gateway API più famosi nel mondo Cloud Native. Viene utilizzato per gestire il ciclo di vita di API e microservizi.

Questo tutorial ti mostrerà come installare Kong API Gateway su Ubuntu 20.04.

Installazione

Innanzitutto, scarichiamo il pacchetto eseguendo il seguente comando:

$ curl -Lo kong.2.5.0.amd64.deb "https://download.konghq.com/gateway-2.x-ubuntu-$(lsb_release -cs)/pool/all/k/kong/kong_2.5.0_amd64.deb"

Quindi, installa il file deb con il comando dpkg:

$ sudo dpkg -i kong.2.5.0.amd64.deb

Uscita:

In questo tutorial, non utilizzeremo un database (Kong verrà eseguito in modalità senza database). Esegui il comando seguente per generare il file di configurazione per Kong:

$ kong config init

Dopo aver eseguito il comando precedente, verrà creato un nome file di configurazione kong.yml. Modifichiamo il file kong.yml come segue:

database = off

declarative_config: /home/ubuntu/kong.yml

Kong in corsa

Per avviare Kong, puoi semplicemente eseguire il seguente comando:

$ kong start -c kong.yml

Per verificare che Kong sia in esecuzione:

$ curl -i http://localhost:8001

Conclusione

Hai già esaminato i dettagli su come installare KONG API Gateway su Ubuntu 20.04.

Grazie per la lettura.


Ubuntu
  1. Come installare Redis su Ubuntu 18.04

  2. Come installare SonarQube su Ubuntu 18.04 LTS

  3. Wine 6.9 rilasciato! Come installare in Ubuntu 21.04, 20.04

  4. Installa GCC su Ubuntu 20.04 LTS

  5. Installa PostgreSQL su Ubuntu 20.04 - Guida passo passo?

Come installare LAMP in Ubuntu 20.04

Come installare Traceroute su Ubuntu

Come installare l'Helpdesk di UVdesk su Ubuntu

Comando per installare Android Studio su Ubuntu 20.04 Linux

Comando per installare il guscio di pesce su Ubuntu 20.04 LTS

Come installare Jenkins su Ubuntu 22.04