Gloo Edge
Installation (Helm)
helm repo add gloo https://storage.googleapis.com/solo-public-helm helm repo updatehelm install gloo gloo/gloo --namespace gloo-system --create-namespace
Real-Life Example: Exposing a Microservice with Gloo Edge
1. Deploy Example Application (Pet Store)
kubectl apply -f https://raw.githubusercontent.com/solo-io/gloo/v1.13.x/example/petstore/petstore.yamldeployment.extensions/petstore created
service/petstore created2. Verify Application and Service
3. Discover Upstreams with glooctl
4. Add a Routing Rule (Virtual Service)
5. Test the Route
Best Practices
References
Last updated