Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

269
Views
Kubernates Node port services in on premise rancher cluster
  1. I have 5 microservices in 5 pods and have deployed each service using specific port using NODE PORT service.
  2. I have a UI app as one service inside another pod which is also exposed using node port service.

Since I can't use pod IP to access urls in UI app as pods live and die so deployed as nodeport service and can I access all 5 services inside UI app seamlessly using respective node port?

Please advise - is this approach going to be reliable?

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

  1. Yes, you can connect to those Node port services seamlessly.

But remember, you may need higher network bandwidth card and connection (to master nodes) if you get too much traffic to these services.

Also if you have a few master nodes, you can try dedicated master node-ip and nodeport for a service.(If you have 5 master nodes, each service is accessed from one master node's IP etc. This is not mandatory, you can connect to each service using any masterIP:nodeport)

Highly recommend to use load-balancer service for this. If you have baremetal cluster try using MetalLB.

Edit : (after Nagappa LM`s comment)

  1. If its for QA, then no need to worry, but if they perform load test to all the services simultaneously could be a problematic.
  2. Your code change means, only your k8 - deployment is changed, not Kubernetes service. k8 service is where you define nodeport
over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!