Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SCTP Connectivity Issue while connecting two clusters using submariner #3196

Open
MuskanRajpal opened this issue Oct 21, 2024 · 1 comment
Open
Assignees

Comments

@MuskanRajpal
Copy link

MuskanRajpal commented Oct 21, 2024

I am currently experiencing an issue with SCTP connectivity between two Kubernetes clusters while utilizing Submariner for multi-cluster communication.

Environment Details:
Clusters: Two separate Kubernetes clusters, each hosting a distinct service.
Communication: The service in the first cluster communicates with the service in the second cluster using SCTP.

Observations:
TCP Connectivity:
Successful; connections are functioning as expected over TCP.
SCTP Connectivity: Encountering a connection timeout error when attempting to establish SCTP communication between the clusters.
Service Access: Services are being accessed using their respective service names.

Additional Information:

  • I have tested both Calico and Flannel as the CNI (Container Network Interface) plugins.
  • I am not utilizing Globalnet in this setup.
  • The same use case has been tested in a single cluster environment, where SCTP communication worked perfectly, indicating that the issue arises specifically in the multi-cluster configuration.

"subctl diagnose all" output
image

For testing the SCTP connectivity, we are using the sctp_test command:
server:
sctp_test -H local_addr -P local_port -l
client:
sctp_test -H local_addr -P local_port -h remote_addr -p remote-port -s

I would appreciate any insights or guidance on resolving this SCTP connectivity issue.

@MuskanRajpal MuskanRajpal changed the title SCTP Connectivity Issue When Connecting Two Clusters Using Submariner SCTP Connectivity Issue while connecting two clusters using submariner Oct 21, 2024
@github-project-automation github-project-automation bot moved this to Backlog in Backlog Oct 21, 2024
@dfarrell07
Copy link
Member

(note that there are ongoing discussions about this in Slack)

https://kubernetes.slack.com/archives/C010RJV694M/p1729500963229669

@maayanf24 maayanf24 moved this from Next Version Candidate to Backlog in Backlog Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

5 participants