Jenkins setup:
I have successfully hosted Two Jenkins Controller pods on Kubernetes cluster.
Plan is to have 4 jenkins controller servers on k8s cluster.
Problem is:
When I use (path: / ) it accessible in browser through URL (jenkinsci.xxxx.de)
But If I wanted to change ( path: /jenkins ) , it return 404 Not Found error.
Ingress:
I gone through multiple annotation combination and related articles on internet. but couldn’t find any answer:
Why Jenkins pod runs over '/ ’ path & doesn’t accessible on ‘/jenkins’ path.