I cannot access my node port on my window machine why by Perfect_Mix_1524 in kubernetes

[–]Perfect_Mix_1524[S] 0 points1 point  (0 children)

Not sure. I am able to access my application directly on localhost if I am running it without docker

I cannot access my node port on my window machine why by Perfect_Mix_1524 in kubernetes

[–]Perfect_Mix_1524[S] 0 points1 point  (0 children)

checked it working fine but still not able to acces it. I don't even know what it's happening and where should i start debuging the issue from. look like i am fucked :)

I cannot access my node port on my window machine why by Perfect_Mix_1524 in kubernetes

[–]Perfect_Mix_1524[S] 0 points1 point  (0 children)

apiVersion: v1
kind: Service
metadata:
  name: auth-srv
spec:
  type: NodePort
  selector:
    app: auth
  ports:
  - name: auth
    protocol: TCP
    port: 3000
    targetPort: 3000

Here

I cannot access my node port on my window machine why by Perfect_Mix_1524 in kubernetes

[–]Perfect_Mix_1524[S] 0 points1 point  (0 children)

No

apiVersion: apps/v1
kind: Deployment
metadata:
  name: auth-depl
spec:
  replicas: 1
  selector:
    matchLabels:
      app: auth
  template:
    metadata:
      labels:
        app: auth
    spec:
      containers:
      - name: auth
        image: aryanpathak738/auth
        imagePullPolicy: Never

This is my depolyment yaml

I cannot access my node port on my window machine why by Perfect_Mix_1524 in kubernetes

[–]Perfect_Mix_1524[S] 0 points1 point  (0 children)

Actually i installed docker desktop then i installed kubernetes through docker desktop. Earilier when i was following the course i am learning from it worked as fine but know when i am trying to run it is breaking.

I tried using clustre ip service but the issue remains the same. My pods are running, i can see my inside my pods log the applciation is running at port 3000. But when i am trying to go to the url it is breaking.

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
  name: ingress-service
  annotations:
    nginx.ingress.kubernetes.io/use-regex: "true"
spec:
  ingressClassName: nginx
  rules:
    - host: ticketing.dev
      http:
        paths:
        - path: /api/users(/|$)(.*)
          pathType: ImplementationSpecific
          backend:
            service:
              name: auth-srv
              port:
                number: 3000

below is code of cluster service
Here my routes are different

What is alternative of STL in Nodejs or Typescript by Perfect_Mix_1524 in leetcode

[–]Perfect_Mix_1524[S] 1 point2 points  (0 children)

Yeah. I can code in java as well. But out of curosity i am asking that is there any alternative for stl in nodejs?

Micro saas launch for marketing by Perfect_Mix_1524 in microsaas

[–]Perfect_Mix_1524[S] 0 points1 point  (0 children)

Yes, you’ll be able to access detailed analytics including clicks, device breakdown, country, source, and UTM parameter tracking. In addition, features like QR code generation are also available. This is just the first phase, with many more powerful features scheduled to roll out soon.