Hi all, can I make k3s to use a private registry runs in the cluster? I have tried:
A. make a nodeport for the registry and access it by "localhost".
B. make a service for the registry and access it by FQDN.
but both does not work..
Which process pulls a image? does the process also runs in the container? is that container can be seen in the cluster? or is it a service on the host (systemctl)?
My bad, there was a typo, A works 💩