kubernetes / kubelet

kubelet component configs
Apache License 2.0
320 stars 144 forks source link

Use internal cluster registry to pull image #33

Closed fatihdestegul closed 2 years ago

fatihdestegul commented 3 years ago

Hi community,

Not sure if this is the right place to raise this idea/question but will give it a try.

Problem

Question/Idea In a federated environment each cluster has a different domain. (e.g. myregistry-1.com, myregistry-2.com, myregistry-3.com) Therefore, each registries have different FQDNs. To deploy the same applications into 3 different clusters/regions, I need to change image FQDNs accordingly.

Is it possible to have a common DNS, such as myregistry.local for all clusters so that kubelet will be able to download images locally from local registry, which is basically a pod..

Ps: This is something different than configuring a local registry, because my registry runs as a pod and kubelet doesn't know anything about it...

ehashman commented 2 years ago

Hello,

This is a mirror repo and is not monitored: https://github.com/kubernetes/kubelet#where-does-it-come-from

Please file issues against https://github.com/kubernetes/kubernetes/issues

/close

k8s-ci-robot commented 2 years ago

@ehashman: Closing this issue.

In response to [this](https://github.com/kubernetes/kubelet/issues/33#issuecomment-970644037): >Hello, > >This is a mirror repo and is not monitored: https://github.com/kubernetes/kubelet#where-does-it-come-from > >Please file issues against https://github.com/kubernetes/kubernetes/issues > >/close Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.