
- If you use NodePort mode, you must upgrade the cluster-agent to version 0.6.28 or higher for compatibility.
- Subdomain mode does not support TLS certificates, whereas NodePort mode requires manual certificate registration.

Mode differences
- Subdomain Mode:
- Allows customizing the hostname, making it accessible as https://*.yourdomain.com.
- Requires configuring an IngressClass.
- You can only select an IngressClass that is available in the cluster.
- The selected IngressClass is used to create the corresponding Ingress resource.
- NodePort Mode:
- A suitable option when wildcard certificates are unavailable.
- Requires manual TLS certificate registration and is accessible at https://yourdomain.com:30010.