How to connect to port outside of cluster
I hope someone has some directions for us.
We are taking steps to start working with OKE and kubernetes. We are newbies on containerized working with k8s
Our organisation has a hibrid environment where our devs are connecting from LAN through a ipsec VPN to OCI where serveral computes and databases reside in private subnets.
But now:
- We have created an OKE cluster
- We have created a container repository
- We are able to push a -docker- image to the repository
- The app in the image is a simple nodejs http server that listens on 8080 and gives a respons back (Hello world!)
Tagged:
0