Skip to main content
Question

Kasten K10 Service Type ClusterIP to NodePort


  • Not a newbie anymore
  • 2 comments

currently I'm trying to reach to Kasten K10 UI. Already I did it with kubectl edit svc gateway to type: ClusterIP to NodePort. But I want to do it from helm chart. I mean in the helm chart's values.yaml. But what I tried , I failed. Can anybody help me?

I tried,

edit gateway.yaml which inside of folder template

edit values.yaml

I'm using RKE2 1.28

4 comments

Chris.Childerhose
Forum|alt.badge.img+21
  • Veeam Legend, Veeam Vanguard
  • 8449 comments
  • August 12, 2024

Please delete your other post in the discussion board @hkaan as here is the best place for Kasten help.


Hagag
Forum|alt.badge.img+2
  • Experienced User
  • 154 comments
  • August 12, 2024

Hi @hkaan 

When it is needed to expose a service outside the cluster, I'd recommend using a load balancer or ingress controller.

If you still need a straightforward way to expose a service to the outside world without complex load balancing or network configuration, NodePort can be a good option but you will need to modify the service manually as you did.

Security considerations are to be considered in that case!



Thanks
Ahmed Hagag


  • Author
  • Not a newbie anymore
  • 2 comments
  • August 12, 2024

@Chris.Childerhose I couldn’t find to delete the post.


  • Author
  • Not a newbie anymore
  • 2 comments
  • August 12, 2024

@Hagag there is no problem to reach to UI. I currently reach with loadbalancer and ingress but  i’m trying something different. When i look other apps helm chart’s values.yaml , there is option to change from clusterip to any method. But in k10’s values.yaml , there is no cast option.


Comment