tutorial icon indicating copy to clipboard operation
tutorial copied to clipboard

Kubernetes Network Policy Tutorial

Results 3 tutorial issues
Sort by recently updated
recently updated
newest added

With the examples added to networkpolicy/examples, the tutorial can be adjusted to use the examples directly instead of duplicating them.

good first issue

In the step where DNS lookup is failing, the workaround presented uses the pod IP. Using the service IP would be a more equivalent test.

The side effect of applying the DNS policy goes beyond just the kubernetes.io accessibility. The frontend pods are still able to access the backend pods, since there is an existing...