-1

I'm new to Kubernetes. Recently, I was successfull to manage kubernetes with online server. But, when I move to isolated area (offline server) all of my environment running well except when I deploy some images. The different just internet connection.

First of all, I want to deploy kubernetes dashboard to make me easy to maintain Kubernetes. Can I deploy kubernetes dashboard in offline mode ?

Thanks for your help :).

1 Answers1

1

The dashboard only needs to be able to talk to the Kubernetes API. It doesn't have an "online" or "offline" mode. As with all air-gapped networks, you would need a local image proxy or similar to transfer the container image to your local network. How you implement that is up to you and well out of the scope of the dashboard.

coderanger
  • 52,400
  • 4
  • 52
  • 75