Could not resolve host: okteto.dev

Hi. I’m trying to use your guide (How to Develop and Debug PHP Applications in Kubernetes),
but I can’t to pull the image (okteto.dev/php-hello-world:1.0.0), because host could not be resolved.
Maybe you have some mirrors to this host to pull this image?

Hi @pyrogow ! When you say “I can’t pull the image”, what command are you running exactly?

Okteto internally expands the okteto.dev host to the registry configured for your user. You can read about it here. So if you are trying docker pull okteto.dev/php-hello-world:1.0.0, it won’t work, you should do docker pull registry.cloud.okteto.net/<namespace>/php-hello-world:1.0.0

Extending the previous answer: We just realized that How to Develop and Debug PHP Applications in Kubernetes is missing an step (building the image). For now, I’d recommend that you follow this tutorial instead: Getting Started on Okteto Cloud with PHP | Okteto Documentation