For the complete documentation index, see llms.txt. Markdown versions of all docs pages are available by appending .md to any docs URL.
Cleanup
Clean up the resources that you created during these tutorials.
- Delete the sample apps.
kubectl delete ns tracks kubectl delete ns users kubectl delete ns pets kubectl delete ns store kubectl delete ServiceAccount portal-frontend -n gloo-system kubectl delete Service portal-frontend -n gloo-system kubectl delete Deployment portal-frontend -n gloo-system - Get all of the Gloo Portal-related custom resources.
kubectl get gloo-gateway -A kubectl get gateway-api -A - Delete the custom resources, such as the following example.
kubectl delete HttpRoute -n gloo-system tracks-route kubectl delete HttpRoute -n gloo-system petstore-route kubectl delete ApiProduct -n gloo-system tracks-svc-api-product kubectl delete ApiProduct -n gloo-system petstore-svc-api-product kubectl delete Portal -n gloo-system portal-developer kubectl delete HttpRoute -n gloo-system portal-backend-route kubectl delete HttpRoute -n gloo-system portal-frontend-route kubectl delete RouteOption -n gloo-system portal-cors
Was this page helpful?