Pre-requisites
Deploy this component when there is no possibility to offload TLS traffic before reaching K8s cluster (i.e.: at the cloud provider Load Balancer or edge device). For example, Azure LB does not perform TLS offload when you specify LoadBalancer as K8s service type, hence the requirement for this component.
This deployment assumes the following pre-requisites have been met:
A load-balancer service or edge device is installed in front of the Kubernetes cluster and directs traffic to it.
A secret resource has been created with TLS certificates matching
chat-serverFQDN. An example of this secret is provided in the Secrets folder.
Last updated