Coder Social home page Coder Social logo

envoyproxy / learnenvoy Goto Github PK

View Code? Open in Web Editor NEW
55.0 55.0 15.0 300 KB

LearnEnvoy is a community content site that helps organizations get the most out of the Envoy proxy.

Home Page: https://learnenvoy.io

License: Apache License 2.0

Ruby 5.21% Makefile 2.26% HTML 47.44% CSS 41.39% JavaScript 3.70%

learnenvoy's People

Contributors

9len avatar alvaroaleman avatar brookshelley avatar doeg avatar mccv avatar trjordan avatar zbintliff avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

learnenvoy's Issues

Clarify Routing Configuration: #1 treat routes as data

The section argues against storing routes as config, but doesn't argue particularly well for storing routes as dynamic state / data. An example might help explain what the difference is, as well as why it's better.

Call-outs in articles

Due to the complexity of a lot of what we're talking about (or maybe just our writing style), many of the articles have asides or avenues for further explanation. It would help to move these asides out a call-out box, so they're not inline with the straight-line explanation.

We'd probably need code support for this, unless there's a Markdown feature I don't know about.

Examples:

  • In On Your Laptop, we introduce the concept of clusters, listeners, and listener filters. These aren't obvious definitions, but defining them inline (which we currently do, in a clipped sort of way) feels like a distraction. It'd be great to pull that definition out.
  • Routing and Service Discovery introduce the concept of a control plane. It's a whole topic with a great post covering it. Calling it out as further reading seems good.

Incorrect Health Checking config

On https://www.learnenvoy.io/articles/health-check.html
following config is incorrect:

health_checks:
  - timeout: 1s
    interval: 60s
    interval_jitter: 1s
    unhealthy_threshold: 3
    healthy_threshold: 3
    tcp_health_check:
      send: ""
      receive: []

it causes parse error INVALID_ARGUMENT:static_resources.clusters[1].health_checks[0].tcp_health_check.send: invalid value "" for type type.googleapis.com/envoy.api.v2.core.HealthCheck.Payload)

It's better to replace

    tcp_health_check:
      send: ""
      receive: []

with
tcp_health_check: {}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.