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

Update EKS deployment documentation #493

Closed
harshal-shah opened this issue Dec 30, 2019 · 1 comment · Fixed by #877
Closed

Update EKS deployment documentation #493

harshal-shah opened this issue Dec 30, 2019 · 1 comment · Fixed by #877
Assignees
Labels
area/docs help wanted Extra attention is needed
Milestone

Comments

@harshal-shah
Copy link

NOTE: GitHub issues are reserved for bug reports only.
For anything else, please join the conversation
in Kong Nation https://discuss.konghq.com/c/kubernetes.


Summary

The EKS deployment page seems to be copied from GKE and hence contains some incorrect information.
For example:
Service of type LoadBalancer on EKS will create an AWS ELB which does not have a external IP but instead has a hostname
so the status field in the service shall be like below:

    "status": {
        "loadBalancer": {
            "ingress": [
                {
                    "hostname": "testtesttesttesttest.eu-west-1.elb.amazonaws.com"
                }
            ]
        }
    }

The proxy IP export command should be as follows:

export PROXY_IP=$(kubectl get -o jsonpath="{.status.loadBalancer.ingress[0].hostname}" service -n kong kong-proxy)
@hbagdi
Copy link
Member

hbagdi commented Dec 30, 2019

PR welcome to fix it!

@hbagdi hbagdi added trello area/docs help wanted Extra attention is needed labels May 18, 2020
@hbagdi hbagdi added this to the 1.0.0 milestone Sep 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/docs help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants