Skip to content

Commit

Permalink
trying to fix a build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mfosterrox committed Oct 22, 2024
1 parent 3ddc51d commit 16b75ee
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion content/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* xref:05-cicd-and-automation.adoc[5. CI/CD Automation and Integration]
* xref:06-compliance.adoc[6. Compliance]
* xref:07-notifications.adoc[7. Notifications and Alerting]
* xref:08-api-walkthrough.adoc[8. API Walkthrough]
* xref:08-api.adoc[8. API Walkthrough]
* xref:09-network-security.adoc[9. Network Security]
* xref:10-installation.adoc[10. Installation]
Expand Down
File renamed without changes.
16 changes: 8 additions & 8 deletions content/modules/ROOT/pages/09-network-security.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ Now, let's aim to get the *backend* namespace on that list.

image::ex-net-1.png[link=self, window=blank, width=100%]

|====
====
The graph does not display any results by default. This is a performance choice as large environments will become unweildly in a dashboard like this.
|====
====

[start=2]
. Use the filters at the top to select ONLY the *backend* namespace.
Expand All @@ -71,9 +71,9 @@ image::ex-net-2.png[link=self, window=blank, width=100%]
[start=3]
. Review the legend at the bottom left of the page.

|====
====
Notice how there is a namespace type labeled *Related namespace*. You should see two other namespaces related to the backend namespace. This is because there is network traffic between these three namespaces.
|====
====

image::ex-net-3.png[link=self, window=blank, width=100%]
image::ex-net-6.png[link=self, window=blank, width=100%]
Expand All @@ -92,9 +92,9 @@ image::ex-net-5.png[link=self, window=blank, width=100%]

image::ex-net-7.png[link=self, window=blank, width=100%]

|====
====
You should see no active YAMLs in the namespace since we have not created any network policies in the backend namespace.
|====
====

[start=6]
. Click the *Simulate network policies* and click *Generate and simulate network policies*
Expand All @@ -106,9 +106,9 @@ image::ex-net-8.png[link=self, window=blank, width=100%]

image::ex-net-9.png[link=self, window=blank, width=100%]

|====
====
This view is useful for making any changes to network policies. You will be able to visualize the changes in the UI.
|====
====

We know the backend namespace needs some work. And while we can copy the simulated network policies from the UI, let's do it later from the roxctl UI.

Expand Down

0 comments on commit 16b75ee

Please sign in to comment.