UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit bc57b8c3 authored by Micah Nagel's avatar Micah Nagel
Browse files

Merge branch 'docs-dead-links' into 'master'

Docs - fixed dead link

See merge request platform-one/big-bang/bigbang!1199
parents 41e1cdae ab956dbf
No related branches found
No related tags found
2 merge requests!1386Master,!1199Docs - fixed dead link
......@@ -63,7 +63,7 @@ spec:
### Was Something Important Blocked? <a name="something-important-blocked"></a>
There are a few ways to determine if a network policy is blocking egress or ingress to or from a pod.
- Test things from the pod's perspective using ssh/exec. See [this portion](https://repo1.dso.mil/platform-one/big-bang/bigbang/-/blob/keycloak_quickstart/docs/guides/deployment_scenarios/sso_quickstart.md#step-18-update-inner-cluster-dns-on-the-workload-cluster) of the keycloak quickstart for an example of how do to that.
- Test things from the pod's perspective using ssh/exec. See [this portion](https://repo1.dso.mil/platform-one/big-bang/bigbang/-/blob/master/docs/guides/deployment_scenarios/sso_quickstart.md#step-18-update-inner-cluster-dns-on-the-workload-cluster) of the keycloak quickstart for an example of how do to that.
- Curl a pod's IP from another pod to see if network polices are blocking that traffic. Use `kubectl pod -o wide -n <podNamespace>` to see pod IP addresses.
- Check the pod logs (or curl from one container to the service) for a `context deadline exceeded` or `connection refused` message.
......@@ -197,4 +197,4 @@ spec:
- The networkPolicy template for kube-api egress will look like the above, so that communication to the [AWS Instance Metadata](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html) and [Azure Instance Metadata](https://docs.microsoft.com/en-us/azure/virtual-machines/windows/instance-metadata-service) can be limited unless required by the package.
## Validation <a name="validation"></a>
- Package functions as expected and is able to communicate with all BigBang touchpoints.
\ No newline at end of file
- Package functions as expected and is able to communicate with all BigBang touchpoints.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment