You have been asked to expose an application running in a EKS. What would be the simplest and quickest manner to get this done?
Page 1 / 1
kubectl expose deployment
I would say: just do it
The quickest method would be to create a service of the Load Balancer type, this will then get a IP from the cloud service and the application will be exposed.
Aha Thank you for the correct answer, I had no clue…
Comment
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.