Join Slack
Powered by
Hi Team, facing an issue; I am trying to setup dat...
# all-things-deployment
b
bright-egg-51769
09/15/2022, 3:41 PM
Hi Team, facing an issue; I am trying to setup datahub open source actually and I am stuck on getting the front end deployment to work actually I used this;
https://datahubproject.io/docs/deploy/aws
Additionally, here are the ingress rules for the datahub front end deployment that would allow connectivity internally. datahub-frontend: enabled: true image: repository: linkedin/datahub-frontend-react tag: "v0.8.44" # Set up ingress to expose react front-end ingress: enabled: true annotations:
kubernetes.io/ingress.class
: alb
alb.ingress.kubernetes.io/scheme
: internet-facing
alb.ingress.kubernetes.io/target-type
: instance
alb.ingress.kubernetes.io/certificate-arn
: arn
aws
acm
us east 1
:certificate/5764945f-601d
alb.ingress.kubernetes.io/inbound-cidrs
: 0.0.0.0/0
alb.ingress.kubernetes.io/listen-ports
: '[{"HTTP": 80}, {"HTTPS":443}]'
alb.ingress.kubernetes.io/actions.ssl-redirect
: '{"Type": "redirect", "RedirectConfig": { "Protocol": "HTTPS", "Port": "443", "StatusCode": "HTTP_301"}}' hosts: - host:
datahub.Company.biz
redirectPaths: - path: /* name: ssl-redirect port: use-annotation paths: - /* we cannot connect to this elb k8s-default-datahubd-19d3dda69b. A record named
datahub.company.biz
with a value of k8-ALB
/
entry has be entered into Route 53 and port 443 has been opened for 0.0.0.0/0 but we still cannot reach the application.
p
proud-table-38689
09/15/2022, 5:30 PM
fwiw, I use the nginx helm chart to do ingresses which creates an ALB for you, I’m not sure how to do it w/ these annotations
Open in Slack
Previous
Next