Troubleshooting
If you encounter issues with the Materialize operator, check the operator logs:
kubectl logs -l app.kubernetes.io/name=materialize-operator -n materialize
To check the status of your Materialize deployment, run:
kubectl get all -n materialize
For additional kubectl
commands, see kubectl Quick reference.