mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
10 lines
392 B
Markdown
10 lines
392 B
Markdown
|
# Creating a Jump Host for Azure
|
||
|
|
||
|
Constellation on Azure does not allow direct access to every node.
|
||
|
For debugging purposes, you can create a jump host that can be used to access the nodes in your cluster.
|
||
|
|
||
|
```shell-session
|
||
|
# execute the following command in your constellation workspace AFTER constellation create
|
||
|
"$(git rev-parse --show-toplevel)/hack/azure-jump-host/jump-host-create"
|
||
|
```
|