Replies: 3 comments 1 reply
-
Hi @userH1213, Thank you for using the platform & for reaching out! From a quick inspection of your above configuration, it seems you are trying to start an iperf3 server with the unsupported '-u' option. Is it possible your server is not running properly in your pod? Try checking the server pod logs or starting a shell in your server pod where you can manually start and test the iperf3 server (note: you can use a tool like k9s to establish a shell in your pod). I hope this helps you identify the issue. |
Beta Was this translation helpful? Give feedback.
-
Thank you @dilallkx for your reply. |
Beta Was this translation helpful? Give feedback.
-
Hi @userH1213, Which version of Iperf3 are you using that supports the -u option for the server? From the Iperf3 man page and a quick check Iperf3 does not support the -u option for the server. Also, Iperf3 requires a TCP control connection:
Therefore, to establish a UDP stream the Iperf3 client requires an initial TCP connection before starting the UDP data flow. However, the platform & scenario configuration currently supports only Nodeports and services with a single protocol (TCP or UDP). For Iperf3 you need both TCP and UDP to be configured to use the same port. I believe this can be supported by the K8s but is not currently supported by our platform. As a workaround, you can experiment with a custom user chart configuration for your Iperf3 application server to try to enable TCP and UDP on the same nodeport and service port. Otherwise, you can use Iperf instead of Iperf3 for your testing. I hope this helps! |
Beta Was this translation helpful? Give feedback.
-
Hello,
I'm trying to use my own image, but for some reason I cannot access it through the platform.
In an attempt to narrow the cause of the problem, I tested accessing the servers from demo1 through the external users. I'm attaching some figures from demo1 while trying to send some packets.
Here is the configuration of the server(bs-1) using the image fifo (I've pushed it to meep-registry)
And this is an example of how I'm configuring the external applications
In this you can see the connection is not going through
I've checked the firwall status on my machine and it is inactive.
any help is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions