This message was deleted.
# general
s
This message was deleted.
b
hey! did you provision a new cluster for this?
f
yes, look at the files I shared below
I followed the tutorial but it did not seem to work
b
in EKS? if it's using EKS, there are quite a few things you'd need to do to make the page publicly accessible
f
yes it was using EKS
could you point me to those things? perhaps it might be useful to add a few notes to the tutorial page, as I was following it (it uses EKS) and there were no mentions of that
b
which tutorial did you follow?
f
the code should mostly be similar to the files I linked there https://pulumi-community.slack.com/archives/C84L4E3N1/p1591012170320300
I mixed two tutorials because I wanted to deploy some service, but the basis should be similar
I first tried with the Guestbook as the tutorial shows, but it wouldn't work when trying to access the address
b
Thag tutorial doesn’t cover running an ingress unfortunately because it’s a rather in depth topic. You need to deploy an ingress controller and define an ingress, as well as configure your cluster correctly. There are some aws docs on it here https://docs.aws.amazon.com/eks/latest/userguide/load-balancing-and-ingress.html