Type:How-To Question/Problem:How do I log into a cluster on a remote environment with no browser access? Solution:This solution requires port forwarding. To accomplish this you will first want to run the
You will then want to navigate to your local machine and run the following in the CLI to establish forwarding:
(10.0.0.1 is the IP of the remote host without browser on which you ran the
After that you will open the URL locally in a browser and authenticate as you would normally. Once you've authenticated everything should be updated on the remote host as expected.
From here you can then use
Note:: you can also do the same forwarding with |
Comments
0 comments
Article is closed for comments.