Understanding Basic Networking In GKE – Networking Basics
In this article we’ll explore the networking components of Google Kubernetes Engine (GKE) and the various options that exist. Kubernetes is an open source platform for managing containerized workloads and services and GKE is a fully managed environment for running Kubernetes on Google Cloud infrastructure. IP addressing Various network components in Kubernetes utilize IP addresses and ports to communicate. IP addresses are unique addresses that identify various components in the network. Components Containers – These are the smallest components for executing application processes. One or more containers run in a pod. Pods – A collection of containers that are physically grouped together. Pods are…
Share