Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Easy envoy setup for beginners - Get your hands dirty fast with envoy

Notifications You must be signed in to change notification settings

cray2015/envoy_basic_setup

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What this Repo covers

Setup of the following

  • HTTP endpoint
  • HTTPs endpoint
  • gzip requests
  • Redirect HTTP to HTTPs
  • admin console

Prerequisites

  • Linux VM and OS capable of running docker - Using Ubuntu 20.04 for this demo

  • SSH capabilities on the VM (or if you prefer GUI, that is also fine)

  • Permission to run scripts and apps on the VM

  • SSL certificate for using HTTPs endpoint -

      $ openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365
    

Setup

  • Docker setup - follow the below link to install docker on your system, as this is the best guide to install Docker and its dependency in one go in Ubuntu. https://docs.docker.com/engine/install/ubuntu/

  • Install docker-compose package - we will be running this under a multi-container setup and compose makes it far easy to maintain containers and makes network communication easier.

  • Run the command -

     $ sudo apt install docker-compose -y
    

Starting the Envoy proxy

    $ docker-compose up -d --build

Testing

Either do a CURL or hit it with browser

Note

This is more like a sandbox setup. The actual documentation should be refered before using this config in production.

About

Easy envoy setup for beginners - Get your hands dirty fast with envoy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.