Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

expose applications to external IPs #9

Open
anthonysunny opened this issue Jul 14, 2021 · 0 comments
Open

expose applications to external IPs #9

anthonysunny opened this issue Jul 14, 2021 · 0 comments

Comments

@anthonysunny
Copy link

anthonysunny commented Jul 14, 2021

I deployed a oracle Database container and trying to access the DB using service. But after exposing the service, I'm not able to access or ping the external IP. i used nodeport and external IP as well but still not able to access the database.

[root@ocp-svc ~]# oc get svc
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
kubernetes ClusterIP 172.30.0.1 443/TCP 21d
openshift ExternalName kubernetes.default.svc.cluster.local 21d
os-sample-java-web ClusterIP 172.30.104.87 8080/TCP,8443/TCP,8778/TCP 4d19h
sdsqa-oracle-svc02 NodePort 172.30.111.211 10.221.92.160 1521:31864/TCP 5d23h
sdsqa-oracle-svc03 NodePort 172.30.167.211 10.221.92.160 1521:31865/TCP 4d21h
sdsqa-oracle-svc04 NodePort 172.30.213.22 1521:31866/TCP 2d4h
[root@ocp-svc ~]#

Any idea how we can access applications using external IPs or nodeport mechanism.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant