@@ -694,6 +694,8 @@ checking if there are objects with field X set) may be a last resort. Avoid
694
694
logs or events for this purpose.
695
695
-->
696
696
697
+ If configured for use, both DSR and overlay networking will be used by any workloads that communicate with other pods/services in the cluster.
698
+
697
699
###### How can someone using this feature know that it is working for their instance?
698
700
699
701
<!--
@@ -710,8 +712,8 @@ Recall that end users cannot usually observe component logs or access metrics.
710
712
- [ ] API .status
711
713
- Condition name:
712
714
- Other field:
713
- - [ ] Other (treat as last resort)
714
- - Details:
715
+ - [x ] Other (treat as last resort)
716
+ - Details: Pod-to-Pod and Pod-to-Service traffic will not route correctly if the feature is not working.
715
717
716
718
###### What are the reasonable SLOs (Service Level Objectives) for the enhancement?
717
719
@@ -730,6 +732,8 @@ These goals will help you determine what you need to measure (SLIs) in the next
730
732
question.
731
733
-->
732
734
735
+ N/A
736
+
733
737
###### What are the SLIs (Service Level Indicators) an operator can use to determine the health of the service?
734
738
735
739
<!--
@@ -740,8 +744,8 @@ Pick one more of these and delete the rest.
740
744
- Metric name:
741
745
- [ Optional] Aggregation method:
742
746
- Components exposing the metric:
743
- - [ ] Other (treat as last resort)
744
- - Details:
747
+ - [X ] Other (treat as last resort)
748
+ - Details: Monitoring of workload-specific network traffic to ensure that traffic is being routed correctly.
745
749
746
750
###### Are there any missing metrics that would be useful to have to improve observability of this feature?
747
751
@@ -750,6 +754,8 @@ Describe the metrics themselves and the reasons why they weren't added (e.g., co
750
754
implementation difficulties, etc.).
751
755
-->
752
756
757
+ No
758
+
753
759
### Dependencies
754
760
755
761
<!--
@@ -773,6 +779,8 @@ and creating new ones, as well as about cluster-level services (e.g. DNS):
773
779
- Impact of its degraded performance or high-error rates on the feature:
774
780
-->
775
781
782
+ DNS and CNI solutions must be deployed in the cluster.
783
+
776
784
### Scalability
777
785
778
786
<!--
@@ -800,6 +808,8 @@ Focusing mostly on:
800
808
heartbeats, leader election, etc.)
801
809
-->
802
810
811
+ No
812
+
803
813
###### Will enabling / using this feature result in introducing new API types?
804
814
805
815
<!--
@@ -809,6 +819,8 @@ Describe them, providing:
809
819
- Supported number of objects per namespace (for namespace-scoped objects)
810
820
-->
811
821
822
+ No
823
+
812
824
###### Will enabling / using this feature result in any new calls to the cloud provider?
813
825
814
826
<!--
@@ -817,6 +829,8 @@ Describe them, providing:
817
829
- Estimated increase:
818
830
-->
819
831
832
+ No
833
+
820
834
###### Will enabling / using this feature result in increasing size or count of the existing API objects?
821
835
822
836
<!--
@@ -826,6 +840,8 @@ Describe them, providing:
826
840
- Estimated amount of new objects: (e.g., new Object X for every existing Pod)
827
841
-->
828
842
843
+ No
844
+
829
845
###### Will enabling / using this feature result in increasing time taken by any operations covered by existing SLIs/SLOs?
830
846
831
847
<!--
@@ -837,6 +853,8 @@ Think about adding additional work or introducing new steps in between
837
853
[existing SLIs/SLOs]: https://git.k8s.io/community/sig-scalability/slos/slos.md#kubernetes-slisslos
838
854
-->
839
855
856
+ No
857
+
840
858
###### Will enabling / using this feature result in non-negligible increase of resource usage (CPU, RAM, disk, IO, ...) in any components?
841
859
842
860
<!--
@@ -849,6 +867,8 @@ This through this both in small and large cases, again with respect to the
849
867
[supported limits]: https://git.k8s.io/community//sig-scalability/configs-and-limits/thresholds.md
850
868
-->
851
869
870
+ Enabling DSR will increase the number of IP addresses in use on each node by 1 for the VIP used to route return traffic.
871
+
852
872
###### Can enabling / using this feature result in resource exhaustion of some node resources (PIDs, sockets, inodes, etc.)?
853
873
854
874
<!--
@@ -861,6 +881,8 @@ Are there any tests that were run/should be run to understand performance charac
861
881
and validate the declared limits?
862
882
-->
863
883
884
+ No
885
+
864
886
### Troubleshooting
865
887
866
888
<!--
0 commit comments