Troubleshooting
How can I verify that all services are operational?
Docker Compose
docker psGoogle Kubernetes Engine
kubectl get podsHow can I verify that I can connect to all services?
Docker Compose (from inside the docker network)
export FEAST_CORE_URL=core:6565
export FEAST_ONLINE_SERVING_URL=online_serving:6566
export FEAST_HISTORICAL_SERVING_URL=historical_serving:6567
export FEAST_JOBCONTROLLER_URL=jobcontroller:6570Docker Compose (from outside the docker network)
Google Kubernetes Engine (GKE)
Testing Connectivity From Feast Services:
How can I print logs from the Feast Services?
Docker Compose
Google Kubernetes Engine
Last updated
Was this helpful?