An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
Hi David Campbell,
It is a possible reason of ImagePullBackOff that the node couldn't access to container registry due to authentication error. This may occur when using a private container registry. To pull image from a private registry, it is required to authorize registry access using credential such as username and password.
When the kubelet attempts to pull an image from a private registry but cannot authenticate with the registry, the following error message is shown in the pod events, and the pod fails to start.
Please check this detailed documentation, which has step by step guide: Cause 1: 401 Unauthorized error
If you have any further queries, let me know.