"Network Tier" in GKE Service with type: LoadBalancer
About
https://cloud.google.com/network-tiers
GKE: v1.27
Steps
Starting YAML:
---
apiVersion: v1
kind: Service
metadata:
annotations:
cloud.google.com/neg: '{"ingress":true}'
name: lb
namespace: tests
spec:
allocateLoadBalancerNodePort...
blog.luczak.pro2 min read