You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/aks/static-ip.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.author: allensu
7
7
ms.service: azure-kubernetes-service
8
8
ms.subservice: aks-networking
9
9
ms.topic: how-to
10
-
ms.date: 02/24/2023
10
+
ms.date: 02/27/2023
11
11
12
12
#Customer intent: As a cluster operator or developer, I want to create and manage static IP address resources in Azure that I can use beyond the lifecycle of an individual Kubernetes service deployed in an AKS cluster.
13
13
---
@@ -112,6 +112,22 @@ spec:
112
112
app: azure-load-balancer
113
113
```
114
114
115
+
To see the DNS label for your load balancer, run the following command:
116
+
117
+
```console
118
+
kubectl describe service azure-load-balancer
119
+
```
120
+
121
+
The DNS label will be listed under the `Annotations`, as shown in the following condensed example output:
0 commit comments