redis:alpine image cannot be pulled
. I tried both redis:alpine and redis/redis:alpine.
Is this issue known or do I not see any typos or is there something tricky about it?
thor@jumphost ~$ kubectl get pod
NAME READY STATUS RESTARTS AGE
redis-deployment-7b46d959d5-rj94b 0/1 ImagePullBackOff 0 68s
redis-deployment-7bccd99d85-q7pvb 0/1 ImagePullBackOff 0 5m40s
thor@jumphost ~$ kubectl describe deployments.apps redis
Name: redis-deployment
Namespace: default
CreationTimestamp: Fri, 02 Jan 2026 17:34:29 +0000
Labels: app=redis-deployment
Annotations: deployment.kubernetes.io/revision: 3
Selector: app=redis-deployment
Replicas: 1 desired | 1 updated | 2 total | 0 available | 2 unavailable
StrategyType: RollingUpdate
MinReadySeconds: 0
RollingUpdateStrategy: 25% max unavailable, 25% max surge
Pod Template:
Labels: app=redis-deployment
Containers:
redis-container:
Image: redis:alpine
Port: 6379/TCP