proxy

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 23, 2018 License: MIT Imports: 24 Imported by: 1

README

Stellar Proxy Service

The Stellar Proxy Service provides layer 7 load balancing to applications in the cluster. It uses the Blackbird Server as the foundation and automatically configures the proxy based upon endpoints specified in the application definition. For example, given the following configuration, the application will be available at the specified domain:

"endpoints": [
    {
        "service": "web",
        "protocol": "http",
        "host": "example.com",
        "port": 8080,
        "tls": false
    }
]

This should be specified in the application config. Please note that the domain must be routable and if you enable TLS it must be resolvable by DNS.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(cfg *stellar.Config, agent *element.Agent) (*service, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL