I am a new DevOps engineer, and my company, that works exclusively in an "air gap" environment, wants to have some container orchestration solution. I learned a bit of kubernetes (using their online tutorial and hands on minikube), and want to implement a solution for our network.
The questions are:
Our network use VMware's ESXs and VSphere.
Thanks! Aviv
GKE and friends are hosted products so mostly not useful for you. Most on prem Kubernetes distros/installers support an airgap mode though you will likely need to manually copy over some container images to your local registry. Picking a distro is a much deeper question than will fit in a SO answer and in your case will probably involve a support contract anyway.
Also yes airgap networks are a compete pain and never worth the trouble so only do this if you can’t manage to overrule your Legal team.