⎈ k8s knowledge compiler

IPBlock [api_object]ai-synthesized · conf 0.82

IPBlock describes a particular CIDR (Ex. "192.168.1.0/24","2001:db8::/64") that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The except entry describes CIDRs that should not be included within this rule.

networkingsecurity

A specification for an IP block in Kubernetes.

Why it matters IPBlock is used to specify a range of IP addresses that should not be assigned to pods or services.

Key facts - Used in pod and service specifications. - Represents a range of IP addresses.

Sources

swagger.jsonio.k8s.api.networking.v1.IPBlock

Related (1)

related_to NetworkPolicyPeerreferences type conf=1

← all API Explorer