Does the firewall care what I installed it on or will both look the same?
j
Jermuk
06/24/2024, 6:57 PM
the firewall rules should be the same on the windows server. I would recommend running kubernetes in a VM though to put as much abstraction between the windows server and kubernetes
Jermuk
06/24/2024, 6:57 PM
so our firewall rules still look the same as if you ahd a "normal" applicatin running in the VM
s
Slamber
06/24/2024, 7:11 PM
I actually don’t know the proposed architecture for kubernetes just that it will be able to look like a regular windows server VM to the application we are using with it… (I have 0 experience with the containers)
j
Jermuk
06/24/2024, 7:16 PM
it behaves from the outside the same as if you were runnign a normal application inside of the VM
Jermuk
06/24/2024, 7:17 PM
so if you have a docker contaienr running iwth grafana on port 3000 and it is exposed, you can access it on the VMs IP usign the port 3000
Jermuk
06/24/2024, 7:17 PM
there is a lot of internal networking in there, but for accessing it ou dont need to know it