Skip to content

Conversation

@maltefiala
Copy link

kubectl exec -it starts an interactive session with the container. Exiting the container ( root@helloworld-...:/app/src# exit) will throw the user out of the session to the computer kubectl was executed on. Running hostname -i afterwards therefore does not show the node's IP. It shows the IP of the computer kubectl was run on.

Removed the lines to not cause confusion.

`kubectl exec -it` starts an interactive session with the container. Exiting the container (`
root@helloworld-...:/app/src# exit`) will throw the user out of the session to the computer kubectl was executed on. Running `hostname -i` afterwards therefore does not show the node's IP. It shows the IP of the computer kubectl was run on.

Removed the lines to not cause confusion.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant