6
Can We Use A Kubernetes Service Without Pods?
• Access an API outside your cluster (examples: weather, stocks, currency rates).
• You have a service in another Kubernetes cluster that you need to contact.
• You need to shift some of your infrastructure components to Kubernetes. But,
since you’re still evaluating the technology, you need it to communicate with some
backend applications that are still outside the cluster.
• You have another service in another namespace that you need to reach.
Yes!