I was needing an image for kubectl and even with a lot of community images, I was searching for one official for kubectl, after some research inside Kubernetes discuss forum I found that this image already exists inside registry.K8s.io.
But we don’t have an official way to explore this registry, you can do that with a CLI but learned about Registry Explorer made by the community to search inside public registries. This is a web app that uses Crane CLI to interact with public registries.
With this we can explore registry.k8s.io for the image that we need (registry.k8s.io/kubectl:v1.30.1).