Kubernetes Resources

Underlying kubernetes resources and debugging

Seldon Deploy allows a view of the underlying kubernetes resources created by the deployed models. This view displays the pods, deployments and services created for each component of the Seldon Deployment/Inference Service custom CRDs.

k8s_resources

Also for the pods created for each model component, you can dive into the live container logs and debug relevant issues if any.

k8s_pod_logs


Last modified July 16, 2020: Adding section for pod logs (f594db6)