HiromuHota / webspoon-docker

Dockerfile for webSpoon
https://hub.docker.com/r/hiromuhota/webspoon/
Apache License 2.0
103 stars 61 forks source link

Question: Could you do an example of deploying in Kubernetes Cluster? #25

Closed kent5440 closed 4 years ago

kent5440 commented 5 years ago

I can get it up and running but I cannot create a Repository. When you click "connect" you get a 403 error. I am wondering if its because I am using a Reverse Proxy NGINX for the ingress? Thoughts? Thanks!

kent5440 commented 5 years ago

I can get it up and running but I cannot create a Repository. When you click "connect" you get a "default backend - 404" error. I am wondering if its because I am using a Reverse Proxy NGINX for the ingress? Thoughts? Thanks!

HiromuHota commented 5 years ago

I haven't deployed to K8S myself, but you can read a blog post, written by a webSpoon user, about how to do it. http://diethardsteiner.github.io/pdi/2018/02/03/Webspoon-Kubernetes.html

The reverse proxy might be the problem as webSpoon internally uses a reverse proxy for the Repository dialog (See here for how a reverse proxy is used. The actual implementation uses HTTP-Proxy-Servlet). Please open a browser-dev tool and tell me which URL (e.g., /spoon/osgi/repositories-plugin-core/8.2.0.0-342/index.html) did the failed HTTP requests try to access.