mljar / mercury

Convert Jupyter Notebooks to Web Apps
https://RunMercury.com
GNU Affero General Public License v3.0
3.99k stars 253 forks source link

running mercury as a standalone application in microk8s pods #415

Open codinggeeks06 opened 8 months ago

codinggeeks06 commented 8 months ago

hey, I wanted to replicate docker compose with microk8s pods. I created docker files for mercury and nginx and created service and deployments for them. I am able to create pods successfully but not being able to access them from service.

codinggeeks06 commented 8 months ago

managed to work on it. will share github link soon.