Nodes & Complete isolation from internet

5/23/2018

Is it possible to have a cluster with N nodes in a complete isolation from Internet and instruct kubelet to download image from a proxy?

-- Nicola Ben
kubernetes

1 Answer

5/24/2018

instruct kubelet to download image from a proxy

It's not that you need to teach kubelet anything about proxies, you just need to configure the docker daemon environment and it should work, or rkt if you are using it.

-- mdaniel
Source: StackOverflow