Skip to content
This repository has been archived by the owner on Nov 6, 2018. It is now read-only.

APIMan Console URL on Minikube #473

Open
stevef1uk opened this issue Oct 24, 2016 · 0 comments
Open

APIMan Console URL on Minikube #473

stevef1uk opened this issue Oct 24, 2016 · 0 comments

Comments

@stevef1uk
Copy link

Minikube does not run HAProxy so the APIMan console is not visible.

I tried the advice here: https://medium.com/@rothgar/exposing-services-using-ingress-with-on-prem-kubernetes-clusters-f413d87b6d34#.a4bjqb1ck to deploy an Ingress Controller and then used the script:

apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: apiman
namespace: default
spec:
rules:
- host: apiman
http:
paths:
- path: /
backend:
serviceName: apiman
servicePort: 7070

to try to create an Ingress for APIMan without success

Please can the right way be documented?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant