DEV Community

technonotes-hacker
technonotes-hacker

Posted on

Kubernetes - Day - 05 - IP Address & Subnetting

IP

  • IP is just an address.
  • Every Server is an IP.

  1. Public IP Range
  2. Private IP Range

  • Breaking the Public network to different subnet.
  • /24 ( This refer to subnet )
  • Private IP is just a namespace.
  • All these are IPv4.

  • I can restrict/seggregate the subnet.
  • /32 is the last.

Notes

  • Subnet means Private.

Top comments (0)