Skip to content

Instantly share code, notes, and snippets.

View allthingsclowd's full-sized avatar
🎲
42

Graham Land allthingsclowd

🎲
42
View GitHub Profile
@allthingsclowd
allthingsclowd / Debug.md
Last active January 10, 2020 14:13
Consul Connect with Envoy and TLS Enabled - Debug

Update - resolved here -> hashicorp/consul#7024

Simple Demo of How to Setup an Envoy Connect Service when Consul is secured with TLS

The goal of this test was to be able to demonstrate a productionised version of a Consul Connect Envoy Service. All online examples today rely on Docker and no TLS - many customers still don't allow Docker in production (I know, unbelieveable!). So I was attempting to running the Envoy proxy directly on Ubuntu without Docker.

Deployment Platforms Tested