Hi,
I have a proxmox node, I have installed a kubernetes cluseter, this cluster consist od 3 node:
to access to the master node(k8s-ctrlr), I need first ssh to proxmox then I need to do another ssh to the master node(192.168.1.2).
so I create a pod (nginx) to test my cluster and here's the result :
as you see the nginx is running as expected.
but the problem when I try to access it from the browser it doesnt work : (30080 is nodePort service)
is there any solution to access the nginx application using @ip of the master node, or proxmox @ip ?
thanks for you help
I have a proxmox node, I have installed a kubernetes cluseter, this cluster consist od 3 node:
k8s-ctrlr | 192.168.1.2 | |
k8s-node-01 | 192.168.1.3 | |
k8s-node-02 | 192.168.1.4 |
to access to the master node(k8s-ctrlr), I need first ssh to proxmox then I need to do another ssh to the master node(192.168.1.2).
so I create a pod (nginx) to test my cluster and here's the result :
as you see the nginx is running as expected.
but the problem when I try to access it from the browser it doesnt work : (30080 is nodePort service)
is there any solution to access the nginx application using @ip of the master node, or proxmox @ip ?
thanks for you help