Skip to content

Commit 56231ac

Browse files
author
Paul D.Smith
committed
Complete TSG.
1 parent 7c9ec57 commit 56231ac

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/operator-nexus/troubleshoot-dns-issues.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ ms.date: 12/10/2024
1212

1313
# Troubleshoot Nexus DNS Issues
1414

15-
NNF (Nexus Network Fabric) NNF provides a bridge between Nexus resources hosted by a Kubernetes
15+
NNF (Nexus Network Fabric) provides a bridge between Nexus resources hosted by a Kubernetes
1616
cluster running on Azure VMs (Virtual Machines) and Azure, accessing Azure resources via their
1717
domain names. However a DNS (Domain Name System) error in NNF can mean that Azure resources
1818
can't be contacted which impacts deployment or management of Nexus resources.
1919

2020
The DNS proxy that causes this error is an [Envoy DNS Proxy](https://www.envoyproxy.io/docs/envoy/latest/)
21-
running via a Kubernetes deployment in either an Infrastructure or Tenant cluster.
22-
The precise location of the DNS proxy will have been determined when the customer
23-
has deployed ther NAKS (Nexus Azure Kubernetes Service) cluster or during some other
21+
running via a Kubernetes deployment in either an infrastructure or tenant Kubernetes cluster.
22+
The precise location of the DNS proxy is determined when the customer
23+
deploys their NAKS (Nexus Azure Kubernetes Service) cluster or during some other
2424
deployment.
2525

2626
## Diagnosis
@@ -32,16 +32,16 @@ deployment.
3232

3333
### Trigger a DNS cache refresh for the NNF Workload Proxy
3434

35-
- Based on configuration and deployment, identify the Infrastructure or Tenant Kubernetes Cluster on which the DNS proxy is runnning
36-
- Log-in to the Kubernetes cluster
35+
- Identify the Infrastructure or Tenant Kubernetes Cluster on which the DNS proxy is running from the initial configuration and deployment process
36+
- Log in to the Kubernetes cluster
3737
- Using the Azure portal, find your cluster
3838
- From the _Overview_ blade, click the _Connect_ command (between _Refresh_ and _Delete_)
39-
- Follow the instructions from the resulting pop-up window that explains how to use Kubernetes cluster
39+
- Follow the instructions from the resulting pop-up window that explain how to connect to the Kubernetes cluster
4040
- Identify the DNS proxy deployment using this command
4141
```bash
4242
$ kubectl get deployments --all-namespaces=true | grep envoy
4343
```
44-
- Restart the deployment, which will cause the DNS caching to be reset, using this command:
44+
- Restart the deployment, which causes the DNS caching to be reset, using this command:
4545
```bash
4646
kubectl rollout restart deployment <your-envoy-deployment-name> --namespace <namespace-where-envoy-pod-exists>
4747
```

0 commit comments

Comments
 (0)