Replies: 4 comments
-
@robincher |
Beta Was this translation helpful? Give feedback.
-
Hi @jasonwilliams14 , Not to hold you up, but i have decided to redeploy it with the community ingress nginx controller for now. I revisit this thread when i revert back to use nginxinc ingress. Appreciate your help by the way. |
Beta Was this translation helpful? Give feedback.
-
@robincher ok. |
Beta Was this translation helpful? Give feedback.
-
@robincher @jasonwilliams14 can I see your example too please? :) I am unsure if I need to declare a spec.rules.host as part of this, and other such details, but this exact method I am exploring for similar TCP functions. I am also insure if I need to make one ingress per host involved, as the traffic routing requires it to be routed based on FQDN, as the application receiving it is expected to only respond to traffic destined for the FQDN it uses/expects, and nothing else (on the TCP aspects). |
Beta Was this translation helpful? Give feedback.
-
Hi Team,
I trying to expose some (fluentd) TCP services, and decided to use stream snippets to implement it. I have some issues configuring it with GlobalConfigurations and TransportServer CRDs due to my cluster set-up,but i leave it to another discussion.
Just want to check how i can properly/correctly pass in the stream snippets values via Helm.
Sample values.yaml snippets
Error from the controller
Do i need to pass in additional stuffs? Or i need to reload some stuffs.
I try running telnet from the nginx namespace to the service, and its working fine
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions