Transpose is a cloud native composable proxy with a focus on kubernetes written in go.
- NOTE: Transpose is pre alpha and under heavy development
- Composable
- Observable
- Simple
- Lightwieght
- Developer friendly
- Cloud native
Example config:
apiVersion: alpha.aunem.com/v1Kind: TransposeMetadata:
name: myProxynamespace: defaultspec:
listener:
name: myHttplistenerpackage: github.com/aunem/transpose-plugins/listener/httpspec: port: 80ssl: falsemiddleware:
request:
- name: hydraAuthpackage: github.com/aunem/transpose-plugins/middleware/hydraspec:
authUrl: my.auth.comclientID: transposeClientresponse:
- name: hydraAuthpackage: github.com/aunem/transpose-plugins/middleware/hydraspec:
authUrl: my.auth.comclientID: transposeClientauditUrl: my.audit.comroundtrip:
name: myroundtrippackage: github.com/aunem/transpose-plugins/roundtrip/supermuxspec:
http:
- path: "/"backend:
serviceName: myserviceservicePort: 80see start.md for more details
- Envoy github.com/envoyproxy/envoy
- Traefik github.com/containous/traefik
- Gentleman github.com/h2non/gentleman
- Istio github.com/istio/istio
- OpenFaas github.com/openfaas/faas
- Oxy github.com/vulcand/oxy
- Gorrilla Mux github.com/gorilla/mux
- Middleware plugins
- Roundtrip plugins
- Listener plugins
- HTTP/2
- GRPC
- Data plane
- Egress
Development happens out of the Makefile. The targets are fairly simple but if you have any issues contact us.