Skip to main content
Solved

Kubernetes Question of the Day July 7 2022


Geoff Burke
Forum|alt.badge.img+22

You have been asked to expose an application running in a EKS. What would be the simplest and quickest manner to get this done?

Best answer by Geoff Burke

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.

View original
Did this topic help you find an answer to your question?

4 comments

Chris.Childerhose
Forum|alt.badge.img+21

kubectl expose deployment


vNote42
Forum|alt.badge.img+13
  • On the path to Greatness
  • 1246 comments
  • July 8, 2022

I would say: just do it

😂


Geoff Burke
Forum|alt.badge.img+22
  • Author
  • Veeam Legend, Veeam Vanguard
  • 1318 comments
  • Answer
  • July 9, 2022

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.


JMeixner
Forum|alt.badge.img+17
  • On the path to Greatness
  • 2650 comments
  • July 9, 2022

Aha 😎 Thank you for the correct answer, I had no clue… 😂😂😂


Comment