Interacting with Kubernetes (EDU-VMKAIWK)

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.


Lessons

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.


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.


Kubernetes Academy, brought to you by VMware.