package
0.21.3
Repository: https://github.com/stevenctl/gloo.git
Documentation: pkg.go.dev

# README

This directory contains end-to-end tests that do not require kubernetes

Notes on EC2 tests

  • set up your ec2 instance
    • download a simple echo app
    • make the app executable
    • run it in the background
wget https://mitch-solo-public.s3.amazonaws.com/echoapp2
chmod +x echoapp2
sudo ./echoapp2 --port 80 &

# Packages

No description provided by the author