xiaods / k8e

K8E - Kubernetes Easy Engine
https://getk8e.com
Apache License 2.0
392 stars 25 forks source link

replace traefik ingress with pipy #73

Closed xiaods closed 3 years ago

xiaods commented 3 years ago

pipy is new edge proxy. it's very light and simple for ingress proxy. adopted it.

https://github.com/flomesh-io/pipy

xiaods commented 3 years ago

follow pipy-operator setup, set up a pipy down. successfully

xiaods commented 3 years ago

kubectl apply -f etc/cert-manager-v1.3.1.yaml kubectl apply -f artifact/pipy-operator.yaml kubectl apply -f samples/standalone/001-echo.yaml kubectl apply -f samples/ingress/008-routing.yaml kubectl apply -f samples/sidecar/007-deployment-pipy.yaml

xiaods commented 3 years ago

traefik remove done

xiaods commented 3 years ago

depend on cert-manager conflict mutex. pipy can't auto-install, must install before node ready. network ready. manually install is preffer.