Skip to content

Commit 5906f84

Browse files
authored
Update cnf-best-practices-requirements-cnf-reqs.adoc
1 parent cbce830 commit 5906f84

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/cnf-best-practices-requirements-cnf-reqs.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
** Listening ports MUST be named in the pod specification with the protocol they Implement.
99

10+
See test case link:https://github.com/test-network-function/cnf-certification-test/blob/main/CATALOG.md#networking-undeclared-container-ports-usage[networking-undeclared-container-ports-usage]
11+
1012
*** The name field in the ContainerPort section must be of the form `<protocol>` where `<protocol>` is one of the below, and the optional `<suffix>` can be chosen by the application.
1113

1214
*** Preferred prefixes: `grpc`, `grpc-web`, `http`, `http2`
@@ -15,6 +17,8 @@
1517

1618
*** Valid example: `http-webapi` or `grpc`
1719

20+
See test case link:https://github.com/test-network-function/cnf-certification-test/blob/main/CATALOG.md#manageability-container-port-name-format[manageability-container-port-name-format]
21+
1822
* The application MUST communicate with Kubernetes Services by their service IP instead of selecting Pods in that service individually.
1923

2024
* The application MUST NOT encrypt outbound traffic on the cluster network interface.

0 commit comments

Comments
 (0)