error creating error stream for port 3000 -> 3000: Timeout occurred
can someone help me with this
β β β β β β β β β
Hi Rushikesh Mashidkar, this is an amazing blog, well done! I had some questions on it.
After applying a service.yaml file, why have you again exposed the deployment? Isn't it just like creating 2 services out of which one won't be used?
For testing the ingress, could you test it in the browser? because although curl commands show the code, it would be a much better way to show ingress working by hitting the domain on the browser.
The detailing and step by step construction of this blog is absolutely helpful for learners like me! Thank you Rushikesh Mashidkar Shubham Londhe
Hello Shubham and Rushikesh,
Thanks for the nice article. I am getting below error after I create and try to apply service. yml. My Manifesto file was done and I was able to get the same, yet each time I do service, I get the following error. Please tell me how to get rid of this.
ubuntu@ip-172-31-39-240:~/k8s$ kubectl apply -f Service.yml Unable to connect to the server: net/http: TLS handshake timeout
ubuntu@ip-172-31-39-240:~/k8s$ pwd /home/ubuntu/k8s ubuntu@ip-172-31-39-240:~/k8s$ ls -lrt
ubuntu@ip-172-31-39-240:~/k8s$ cat Service.yml apiVersion: v1 kind: Service metadata: name: reddit-clone-service labels: app: reddit-clone spec: type: NodePort ports:
ubuntu@ip-172-31-39-240:~/k8s$ kubectl get deployment Unable to connect to the server: net/http: TLS handshake timeout ubuntu@ip-172-31-39-240:~/k8s$
i want to test this article
Vinod Vashistha
Tanvi Desai
Devops Developer
hello Rushikesh MashidkarShubham Londhe
i have some problem running this application again. like, for the first time it was good. but what if i want to run it again.
And one more thing how i can i demonstrate it to my interviewer because i terminate both the instance.
i hope you guys can help me with this.
waiting for your reply.