Top "Kubernetes-service" questions

What's the difference between ClusterIP, NodePort and LoadBalancer service types in Kubernetes?

1 - I'm reading the documentation and I'm slightly confused with the wording. It says: ClusterIP: Exposes the service on a …

kubernetes containers kubernetes-service
Kubernetes: No Route to Host

I have a Bare-Metal Kubernetes custom setup (manually setup cluster using Kubernetes the Hard Way). Everything seems to work, but …

networking kubernetes kubernetes-service
How to find the url of a service in kubernetes?

I have a local kubernetes cluster on my local docker desktop. This is how my kubernetes service looks like when …

kubernetes kubernetes-service
multiple app nodes how to expose jmx in kubernetes?

In kubernetes I can expose services with service. This is fine. Lets say I have 1 web instance and 10 java server …

docker kubernetes kubernetes-service
Exposing a service in Kubernetes using nginx reverse proxy

I am new to Kubernetes and wanted to understand how I can expose a service running in Kubernetes to the …

kubernetes kubernetes-ingress kubernetes-service
How to make use of Kubernetes port names?

In a kubernetes deployment I specify a port like so: containers: - name: nginx image: nginx:latest ports: - name: …

kubernetes kubernetes-service