issues
search
jgmize
/
wsgi-ingress
WSGI Kubernetes ingress controller
Mozilla Public License 2.0
0
stars
0
forks
source link
Add initial project outline to README.md
#1
Open
jgmize
opened
6 years ago
jgmize
commented
6 years ago
Replaces meinheld, gunicorn, & nginx
could bootstrap as fork of
meinheld
or
bjoern
possibly replacing some or all of the C with rust
[ ] try using
c2rust
for this
configuration via kubernetes ingress
plus extensions via CRDs (if needed)
metrics via statsd, opentracing, prometheus, etc
HTTP/2
gRPC
autoscale number of WSGI worker subprocesses
min and max processes specified by environment variables, ingress annotations, or possibly CRD
jgmize
commented
6 years ago
[ ] look into adding WSGI to
linkerd2-proxy
, creating "linkerd2-wsgi" intended to run in the containers as PID 1 instead of as a sidecar
linkerd2
was
formerly conduit
may need to extend
linkerd2-proxy-api