Comments on How to create a Service in Kubernetes
A service in Kubernetes is an abstraction layer over Pods. It defines a logical set of Pods. It provides a single IP address and DNS name by which pods can be accessed.
1 Comment(s)
Add comment
Comments
By: Baskar Govindasamy at: 2022-06-10 13:29:36
your explanation is good.
How to find out NodeIP you mentioned 106.210.138.189:30747?
You mentioned that 30747 port will be randamly assigned from the available range.
but how to find 106.210.138.189? using which command? I didn't see anywhere from the kubctl output.
Regards,
Baskar