Skip to content

Commit

Permalink
Merge pull request #509 from weinong/trouble-shooting
Browse files Browse the repository at this point in the history
Create trouble_shooting.md
  • Loading branch information
weinong authored Jul 6, 2018
2 parents 99865a7 + 8750777 commit 35070ca
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions troubleshooting.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# AKS Troubleshooting guide

## Problems

### Exposed service is not reachable from Internet

When the exposed service is not reachable, the first thing to verify is whether the NSG rules are modified from the stock configurations maintained by Kubernetes.

If the NSG rules are OK, you can check if your service is reachable using the service cluster IP from another pod.
If that's not reachable, it's likely that iptables is out of sync.
Try to delete the kube-proxy pod under `kube-system` namespace.

0 comments on commit 35070ca

Please sign in to comment.