Articles in this series
Ingress and Network Policies · 4. Ingress and Network Policy At the end of last article, when we talking about the external request, have mentioned the...
Simple Kubernetes Network Traffic Illustration · 3. Examples In this article we will use one master two worker nodes (kube-worker1 and kube-worker2) to...
How Kubernetes Network Architecture Works · 2. Kubernetes Network Structure After presenting some basic concept, now we can see basic structure of...
Introduction to Core Concepts and Layout · In this article, we want to give some simple examples to illustrate the basic knowledges of the networking in...
Ingress and NodePort · Last article we talk about the two main traffic control in Kubernetes: Ingress and the NetworkPolicy. However for expose to...
Check following two networkpolicy yaml file, np1.yaml and np2.yaml: # np1.yaml apiVersion: networking.k8s.io/v1 kind: NetworkPolicy metadata: name:...