Skip to content

Commit

Permalink
List generated DNS
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu-benoit committed Apr 20, 2024
1 parent e4b2bc1 commit a6154de
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,16 @@ humctl apply \
make score-deploy
```

Get the generated DNS one the deployment is done:
```bash
humctl get active-resources \
--app ${HUMANITEC_APPLICATION} \
--env ${HUMANITEC_ENVIRONMENT} \
-o json \
| jq -c '.[] | select(.metadata.type | contains("dns"))' \
| jq -r .status.resource.host
```

Here the associated resource graph generated by Humanitec:

![](docs/demo-arch-graph.png)

0 comments on commit a6154de

Please sign in to comment.