Kubernetes Classroom Series – 09/Jun/2021

K8s Quick Overview and Architecture

  • Overview Preview
  • To create the logical network as shown in the image, Kubernetes has a networking model
  • This networking model makes opinionated choices about how Pods are networked.
  • K8s dictates the following requirements on any networking implementation
    • all Pods can communicate with all other Pods without using NAT (network address translation)
    • all Nodes can communicate with all Pods without NAT
    • the IP that Pod sees itself is the same IP that others see it as
  • Kubernetes defines a specification for configuring network using CNI (Container Network Interface) Refer Here

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Please turn AdBlock off
Social Network Integration by Acurax Social Media Branding Company

Discover more from Direct DevOps from Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading

Visit Us On FacebookVisit Us On LinkedinVisit Us On Youtube