This message was deleted.
# ask-ai
s
This message was deleted.
g
It seems likely that deploying LiveKit on EKS with SIP support involves several steps. First, you need to set up a Kubernetes cluster on AWS and ensure that Helm is installed on your machine. According to the LiveKit Kubernetes deployment guide, you should add the LiveKit Helm repository and create a
values.yaml
file for your deployment, using the provided examples as a template. This file should include configurations for SIP traffic, such as enabling the SIP service and configuring the necessary ports. For SIP support, you might need to deploy the SIP server separately, as it seems the SIP service is not included in the main Helm chart. You can refer to the self-hosted SIP server documentation for guidance on setting up the SIP server. Ensure that your security group rules in AWS allow traffic on the SIP signaling port (5060) and the media port range (10000-20000). Would you like more detailed guidance on any specific part of this process? Sources: - LiveKit Kubernetes deployment guide - self-hosted SIP server documentation 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.