DEV Community

Discussion on: Deploying a Prisma cluster to Kubernetes

Collapse
 
leopsidom profile image
LeoPsidom • Edited

Hey. Thanks for the really nice post. All the steps went through smoothly when I follow your steps, except the port-forwarding; After I execute the command kubectl port-forward --namespace prisma my pod 4467:4466, it seems to hang there and nothing happens: Forwarding from 127.0.0.1:4467 -> 4466. Do you have any idea what could be the issue?

Also if I put localhost:4667 in the browser, it returns The requested resource could not be found.

Collapse
 
andre profile image
André König

You’re welcome 🙂

Hm, strange. Just to make sure, could you try:

kubectl port-forward -n prisma yourpod 4466:4466