Interacting with Kubernetes
Intermediate
2
Lessons
16m
Understanding how Kubernetes works is important, but equally important is understanding how to interact with Kubernetes. This course provides an overview on Kubectl and ingress, two necessary components for interacting with Kubernetes.
Share:
Introduction to Kubectl
Introduction to Kubectl
Almost everyone will use kubectl to talk to their Kubernetes cluster. In this lesson we’ll show some tips and tricks to level-up your kubectl-fu.
Video
8m
Introduction to Ingress
Introduction to Ingress
Ingress is an API that allows you to express how to get traffic into a cluster. It enables you to use common load balancer technologies and make them Kubernetes-aware. In this lesson, we’ll explore how to get traffic from an external source into our pods.
Video
8m