my java app crashes with nodeport #8058
Labels
co/service
issues related to the service feature
kind/support
Categorizes issue or PR as a support question.
triage/needs-information
Indicates an issue needs more information in order to work on it.
Steps to reproduce the issue:
I am using minikube v1.9.2 on Ubuntu 18.04. Tried using both drivers as none and docker. But, I am not able to access deployed pod using the hostname. I am using NodePort in my deployment.
minikube start --kubernetes-version='1.15.12' --driver=docker --cpus=4
2, Deployed my app using default namespace
Checked the services:
kubectl get services
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
ca-org1-com NodePort 10.106.227.136 7054:30735/TCP 3m20s
kubernetes ClusterIP 10.96.0.1 443/TCP 6m34s
Trying to access it outside the cluster:
http://ca-org1-com:30735
Gets an error:
Tried spining up cluster with --resolv-conf got an error:
minikube start --kubernetes-version='1.15.12' --driver=docker --cpus=4 --resolv-conf=/run/systemd/resolve/resolv.conf
Not sure if I am missing something.
The text was updated successfully, but these errors were encountered: