mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
19 lines
793 B
Plaintext
19 lines
793 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * installing/install_config/configuring-firewall.adoc
|
|
|
|
:_mod-docs-content-type: CONCEPT
|
|
[id="network-commatrix-plugin-intro_{context}"]
|
|
= Ingress network flow analysis with the `commatrix` plugin
|
|
|
|
The `commatrix` plugin for the `oc` command generates ingress network flow data from your cluster. You can also use the plugin to identify any differences between open ports on the host and expected ingress flows for your environment.
|
|
|
|
The plugin generates ingress flows to {product-title} services for the following environments:
|
|
|
|
* {product-title} on bare metal
|
|
* {sno-caps} with other platforms
|
|
* {product-title} on {aws-first}
|
|
* {sno-caps} on {aws-short}
|
|
|
|
The plugin outputs the network flow data in various formats, such as CSV or JSON.
|