Explains unexpected Docker Hub rate limits (NOT image pull limits) to developers who directly call the Docker Hub APIs, which applies even to HEAD requests.| AugmentedMind.de
At some point, you may encounter the following issue within your Kubernetes cluster: NAME READY STATUS RESTARTS AGE pod01 1/2 ImagePullBackOff 0 24s The “ImagePullBackOff” error is a commo| viktorious.nl - All things cloud-native
Why would you need to use a mirror for a container registry? And is there a way to use two or more? Find out from the actuated team.| Alex Ellis' Blog
- + tl;dr - Turns out the tar archives created by podman didn’t work properly for my kubernetes cluster, and podman doesn’t support linking. I went back to docker (which is containerd underneath), and am a happy camper again. I also discuss some options for hosting your own registries. After [writing about switch to podman]podman-post (and writing a follow up), I recently had to switch back to docker and enable rotoless containers there (the ever-useful Arch Wiki makes it easy).| vadosware.io