Cleanup
Remove the Gloo AI Gateway resources that you created as part of the tutorials.
Delete the backing database services that you used in the tutorials.
kubectl delete svc redis-cache -n gloo-system kubectl delete svc vector-db -n default kubectl delete svc weaviate -n gloo-system kubectl delete deploy redis-cache -n gloo-system kubectl delete deploy vector-db -n default kubectl delete deploy weaviate -n gloo-system kubectl delete HTTPRoute cache-service -n gloo-systemDelete the routes, policies, and backend Upstreams to your LLM providers.
kubectl delete RouteOption openai-opt -n gloo-system kubectl delete RateLimitConfig per-user-counter -n gloo-system kubectl delete VirtualHostOption jwt-provider -n gloo-system kubectl delete Upstream openai -n gloo-system kubectl delete HTTPRoute openai -n gloo-system kubectl delete Secret openai-secret -n gloo-systemRemove the tracing resources.
Delete the Gloo Gateway tracing resources.
kubectl delete -n gloo-system gatewayparameters gloo-gateway-override kubectl delete -n gloo-system upstream jaeger kubectl delete -n gloo-system httplisteneroption log-providerUninstall Jaeger.
helm uninstall jaeger -n observabilityDelete the Jaeger namespace.
kubectl delete namespace observability
Delete the Gloo AI Gateway resources.
kubectl delete GatewayParameters gloo-gateway-override -n gloo-system kubectl delete Gateway ai-gateway -n gloo-system