Does the firewall care what I installed it on or w...
# general
s
Does the firewall care what I installed it on or will both look the same?
j
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
so our firewall rules still look the same as if you ahd a "normal" applicatin running in the VM
s
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
it behaves from the outside the same as if you were runnign a normal application inside of the VM
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
there is a lot of internal networking in there, but for accessing it ou dont need to know it
2 Views