Skip to content

Commit

Permalink
fix(post): cleaned up md lint
Browse files Browse the repository at this point in the history
  • Loading branch information
timothystewart6 committed May 17, 2024
1 parent f2b684a commit f46380d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions _posts/2024-04-14-advanced-kubernetes-networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,29 +351,29 @@ Now test DNS by looking up something on the internet, something on your local ne

```bash
/ # nslookup google.com
Server: 10.43.0.10
Address: 10.43.0.10:53
Server: 10.43.0.10
Address: 10.43.0.10:53
Non-authoritative answer:
Name: google.com
Name: google.com
Address: 142.250.191.238
Non-authoritative answer:
Name: google.com
Name: google.com
Address: 2607:f8b0:4009:81b::200e
/ # nslookup k8s-home-worker-01.local.techtronic.us
Server: 10.43.0.10
Address: 10.43.0.10:53
Server: 10.43.0.10
Address: 10.43.0.10:53
Name: k8s-home-worker-01.local.techtronic.us
Name: k8s-home-worker-01.local.techtronic.us
Address: 192.168.60.53
Non-authoritative answer:
/ # nslookup homepage
Server: 10.43.0.10
Address: 10.43.0.10:53
Server: 10.43.0.10
Address: 10.43.0.10:53
** server can't find homepage.cluster.local: NXDOMAIN
Expand All @@ -384,7 +384,7 @@ Address: 10.43.0.10:53
** server can't find homepage.svc.cluster.local: NXDOMAIN
Name: homepage.default.svc.cluster.local
Name: homepage.default.svc.cluster.local
Address: 10.43.143.7
```

Expand Down

0 comments on commit f46380d

Please sign in to comment.