Skip to content
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

K8S Setup #476

Closed
schmetzyannick opened this issue Oct 28, 2022 · 2 comments
Closed

K8S Setup #476

schmetzyannick opened this issue Oct 28, 2022 · 2 comments

Comments

@schmetzyannick
Copy link
Contributor

Hello,

I am trying to setup zeebe-simple-monitor in k8s.
The first problem I hab was CORS. Because the origin header is set to the Ingress FQDN, the ws upgarde is rejected. I already build the service with the ingress as allowed origin, which makes the upgarde working.

Now I am running into the next Problem. When I try to upload a new deployment, I am getting the success message. After a refresh nothing is there. Not sure where the problem is here, I will investigate this further next week, but it is quiet wierd that i am getting a response code 200 evene if the deploy was not successfuel.

I think it could also be some cors stuff because if i use kubectl port-forword and access the pod directly, everything works fine.

Also for future references it would be greate to haven an example yaml file for k8s with:

  • deployment
  • cluster ip
  • ingress
@schmetzyannick
Copy link
Contributor Author

After further investigantion, the deployment problem only occures, if you have multiple gateways (see camunda helm chart) in front of the zeebe engine.

@nitram509
Copy link
Collaborator

PR #477 merged.

nitram509 added a commit to nitram509/zeebe-simple-monitor that referenced this issue Dec 11, 2022
…r CORS, improve README, fix broken character encoding
nitram509 added a commit that referenced this issue Dec 11, 2022
fix #476, #477, add test for CORS, improve README, fix broken character encoding
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants