Learn Kubernetes Networking, Gateway API, Service Mesh, and Multi-Cluster Traffic Engineering
// Kaufman skill map dan operating model untuk menguasai Kubernetes networking tingkat advance sebagai traffic engineering discipline, bukan sekadar YAML dan template.
This overview is designed to help you choose the right entry point quickly. Follow the full track from lesson one, continue from your last checkpoint, or jump straight into a phase that matches what you need right now.
Curriculum Map
Navigate by phase, then choose the lesson that matches your current depth.
Kaufman Skill Map and Operating Model
24 minKaufman skill map dan operating model untuk menguasai Kubernetes networking tingkat advance sebagai traffic engineering discipline, bukan sekadar YAML dan template.
Kubernetes Networking Mental Model
23 minMental model teknis Kubernetes networking untuk memahami traffic path, control plane, data plane, service discovery, policy, identity, dan failure boundary sebelum masuk ke Gateway API dan service mesh.
Linux Networking Foundation for Kubernetes
20 minFondasi Linux networking untuk membaca packet path Kubernetes secara realistis: namespace, veth, bridge, routing, NAT, conntrack, MTU, TCP state, dan debugging workflow.
Pod Networking, CNI, and Node Data Plane
24 minPod networking, CNI contract, IPAM, overlay versus underlay, node dataplane, CNI responsibilities, cloud CNI, Calico, Cilium, Flannel, dan failure modelling.
Service Virtual IP, kube-proxy, and eBPF
26 minDeep dive Service virtual IP, kube-proxy, iptables/IPVS, eBPF service load balancing, traffic policies, source IP preservation, and production failure modelling.
DNS, Service Discovery, and Identity Resolution
23 minDeep dive DNS, CoreDNS, service discovery, Pod DNS policy, search domains, ndots, headless service resolution, NodeLocal DNSCache, caching behavior, and production DNS failure modelling.
Endpoints, EndpointSlices, and Readiness-Aware Routing
19 minEndpoint, EndpointSlice, readiness-aware routing, terminating endpoint, topology-aware routing, dan bagaimana Kubernetes mengubah workload state menjadi traffic eligibility.
Load Balancing Models, NodePort, LoadBalancer, and External Traffic
22 minLoad balancing model Kubernetes untuk NodePort, LoadBalancer, external traffic, health check, source IP preservation, cloud load balancer, bare metal, dan failure mode produksi.
Ingress Model, Limitations, and Migration Pressure
19 minModel Ingress Kubernetes, keterbatasan desainnya, annotation-driven extensibility, boundary multi-team, dan cara berpikir migrasi menuju Gateway API tanpa merusak traffic production.
Gateway API Core Model
15 minCore model Gateway API: GatewayClass, Gateway, Listener, Route, BackendRef, ReferenceGrant, role-oriented design, attachment semantics, dan status conditions sebagai production contract.
GatewayClass, Gateway, Listener, and Route Attachment
19 minDeep dive GatewayClass, Gateway, Listener, AllowedRoutes, ParentRef, sectionName, cross-namespace attachment, conflict resolution, status conditions, dan failure modelling untuk production Gateway API.
HTTPRoute, GRPCRoute, and Application Routing Semantics
18 minDeep dive HTTPRoute dan GRPCRoute: hostname, path, header, method, query, gRPC service/method matching, filters, weighted backends, mirroring, rewriting, precedence, dan failure modelling.
TLS Termination, Passthrough, Certificates, and Trust Boundaries
17 minDeep dive TLS termination, passthrough, certificate references, SNI, backend TLS, trust boundaries, rotation, and failure modelling in Kubernetes Gateway API.
TCP, UDP, and Non-HTTP Routing
17 minDeep dive TCPRoute, UDPRoute, TLSRoute, Layer-4 routing, non-HTTP protocols, stateful connections, protocol timeouts, exposure patterns, and production failure modes.
ReferenceGrant, Cross-Namespace Routing, and Delegation
15 minDeep dive ReferenceGrant, cross-namespace backend references, shared Gateway delegation, namespace ownership, route trust, and multi-tenant failure modelling in Gateway API.
Gateway API Policy Attachment and Platform Guardrails
19 minDeep dive Gateway API policy attachment, direct and inherited policy, BackendTLSPolicy, timeouts, retries, rate limiting patterns, ownership, conflict handling, and platform guardrails.
Gateway API Conformance, Portability, and Controller Selection
21 minDeep dive Gateway API conformance, portability, implementation selection, controller behavior, feature maturity, migration risk, and production decision framework.
North-South Traffic Engineering Patterns
18 minProduction-grade north-south traffic engineering patterns for Kubernetes: edge load balancers, Gateway API, TLS, WAF, CDN, routing, ownership, scaling, security, observability, and failure modelling.
East-West Traffic and Service-to-Service Routing
18 minDeep dive east-west traffic and service-to-service routing in Kubernetes: ClusterIP, DNS, EndpointSlice, topology-aware routing, internal Gateway API, GAMMA, canary, mirroring, network policy, observability, and failure modelling.