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

Deploying the WSO2 apim without a hostname #554

Open
FirasSoltani opened this issue Jun 11, 2022 · 1 comment
Open

Deploying the WSO2 apim without a hostname #554

FirasSoltani opened this issue Jun 11, 2022 · 1 comment

Comments

@FirasSoltani
Copy link

So I'm following the HELM installation process with the simple node configuration.
I'm aware that the HELM installation takes values for the hostname, well I'm deploying using an AKS cluster and the thing is I don't have a hostname to map to an external IP in the last step, so I'm trying to access using the external IP which is not working.
Even if I try exposing the deployment again and accessing it I get redirected to the hostname which is am.wso2.com
Is there anyone that had this problem and managed to overcome it ?
Thank you

@RakhithaRR
Copy link
Contributor

Have you deployed an Ingress controller in your AKS cluster? In the given charts, host name mapping to the service is done through Ingress [1]. You have to add that mapping in your client side /etc/hosts file to access the APIM server through the browser.

[1] - https://github.com/wso2/kubernetes-apim/blob/master/simple/am-single/templates/am/wso2am-ingress.yaml

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

No branches or pull requests

2 participants