@vashisthavinod
Nothing here yet.
Nothing here yet.
No blogs yet.
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: port: 3000 targetPort: 3000 nodePort: 31000 selector: app: reddit-clone 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$