-
Notifications
You must be signed in to change notification settings - Fork 350
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
scaling out camel-k integrations are not working correctly #1806
Comments
The This is being discussed at the end of kubernetes/kubernetes#15180. To leverage the default round-robin load balancing, standard application traffic must be used, like with Ingress or Route. |
Let me close this as it's been answered. |
Hi
I am trying this in minikube. Is this happening because of minikube |
Could you please try with:
This reaches the service through the API server proxy. |
I retested again. I am getting the right result. In the last step I probably missed to scale up the integration component to 2. Thanks a lot for patiently supporting me.
|
Great! Thanks for the feedback. |
@arijitmazumdar Hi there, I am facing the same issue my replicas are not able to receive any traffic. Is trait I have enabled the trait but my replica still not seeing anything. Would you mind explain what is |
Hi
I have written a simple camel-k component which exposes a rest endpoint, which responds back.
I have deployed the component using
kamel run BasicRest.java --dev
I have scaled the integration using
kubectl scale it basic-rest --replicas=2
This created 2 instances
I have port-forwarded the service using
kubectl port-forward svc/basic-rest 8080:80
But when I am doing a curl to the endpoint I can only see same response.
Ideally hostname should be altered for some requests. Am I making any mistakes
The text was updated successfully, but these errors were encountered: