Skip to content
Discussion options

You must be logged in to vote

I did some more experimentation. As it turns out no matter what local port I set, in this case 5005, the port used inside the kubernetes cluster is 5000. So even thought my skaffold.yaml says:

registries:
  create:
    name: k3d-registry
    hostPort: "5005"

The port exposed to docker on the laptop is 5005, but the kubernetes internal port is 5000.

Also it seems that using the 'latest' tag in the deployment yaml doesn't work because I had to run skaffold run --tail --tag latest in order to get the deployment to start.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by witchbutter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #1086 on June 24, 2022 21:38.