amazon web services - How to access kubernetes guestbook application from browser? -
i've created kubernetes cluster in aws. i'm working on guestbook example based on coreos. after creating frontend service i'm able curl localhost , access guestbook application minion application built failing through browser or master.
i have tried putting diffrent publicip in frontend service such public ip, private ip assigned instance aws.
note:
- checked security group in aws , needed ports enabled
- to check if minion accessible through browser , other setting correct, tested nginx "welcome kubernetes" application, accessed through browser.
running kubectl cluster-info
should give proxy endpoint on master can hit access application. should give idea if there problem app in first place.
Comments
Post a Comment