How to http into application installed on minikube inside Amazon EC2 instance?

2/9/2020

I have installed minikube on AWS ec2 instance and there I have deployed my application microservices. I have exposed one microservice to the outside world on port 30020 using NodePort configuration. My microservices are running fine, but I do not know how to access my microservice from my laptop browser. I have tried the following -

1) using public ip address of my ec2 instance. But this is not working as my application is inside a minikube cluster and this minikube cluster has its own ip address.

2) I tried using minikube ip to access my application but this is also not working on my laptop browser.

-- Delphi
amazon-ec2
kubernetes
minikube

0 Answers