Hi there,
I'm following your guide on https://daemonza.github.io/2017/02/20/using-helm-to-deploy-to-kubernetes/ and I'm very thankful for the help provided, but I'm pulling your image from the docker hub, daemonza\testapi and I can't actually connect to it.
I've deployed as per your tutorial so the end result is:
PS D:\Repos\testapi> kubectl get services
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
intentional-abalone-testapi-chart ClusterIP 10.105.221.242 <none> 8080/TCP 11m
When I get the logs for one of the containers after executing kubectl port-forward <CONTAINER> 8080:8080 I get the following then attempting a get/put via Postman:
E0506 11:06:26.965001 11324 portforward.go:331] an error occurred forwarding 8080 -> 8080: error forwarding port 8080 to pod a29adc50c8673e0ea816fc2a48636df799c2e65dbe4972a24b6949011b7f2ba0, uid : exit status 1: 2018/05/06 10:06:36 socat[2095] E connect(5, AF=2 127.0.0.1:8080, 16): Connection refused
Is this something I've made a mistake on, or a known issue?
Hi there,
I'm following your guide on https://daemonza.github.io/2017/02/20/using-helm-to-deploy-to-kubernetes/ and I'm very thankful for the help provided, but I'm pulling your image from the docker hub,
daemonza\testapiand I can't actually connect to it.I've deployed as per your tutorial so the end result is:
When I get the logs for one of the containers after executing
kubectl port-forward <CONTAINER> 8080:8080I get the following then attempting a get/put via Postman:E0506 11:06:26.965001 11324 portforward.go:331] an error occurred forwarding 8080 -> 8080: error forwarding port 8080 to pod a29adc50c8673e0ea816fc2a48636df799c2e65dbe4972a24b6949011b7f2ba0, uid : exit status 1: 2018/05/06 10:06:36 socat[2095] E connect(5, AF=2 127.0.0.1:8080, 16): Connection refusedIs this something I've made a mistake on, or a known issue?