Member-only story
K8s Bootcamp Day 8— Services & Ingress Networking-Part II
K8s Bootcamp: Forge Your Superpower with Hands-on Exercises from Novice to Advanced Deployments
Hello there!
Welcome to the 8th article of the K8s Bootcamp series. If you are new here, get a quick start to this article series with my first article on K8s Essentials: Pods, Deployments, and Your Superpower.
This K8s Bootcamp will discuss novice to advanced K8s concepts and hands-on exercises. Also, this article series will benefit you in achieving your CKAD certification.
This is Part II of the “Services & Ingress Networking” article. In this article, we will discuss more about ingress networking—specifically the Ingress Controller, Ingress Resources, and network policies.
So let’s get started!
Recap on Ingress Networking
Please refer to “K8s Bootcamp Day 7 — Services & Ingress Networking: Part I article” to get more details on different service types and NodePort and ClusterIP service types. Also, to get an introduction to ingress networking. In the “Introduction to Ingress Networking” section we have discussed why it’s preferred to use the ingress networking model beyond the services-based networking model.