About

Lee Xie

Senior Education Engineer at VMware

Lee Xie is a senior education engineer at VMware in the cloud native business who works on creating and delivering Kubernetes education. Previously, he worked for Mirantis and Sony, in roles for education, devops, and systems engineering. Lee has a BS in management information systems from Santa Clara University and graduated magna cum laude. In his free time, he works on Kubernetes community projects, plays board games, and spends time with his twins.

Contributions

Networking in Kubernetes
Advanced

Networking in Kubernetes

Pods running in a Kubernetes cluster have to be able to communicate among themselves as well as with the outside world. In this advanced-level course, we will look at the Kubernetes network model and how pods are connected to the network to satisfy it. We'll also touch on what the Container Network Interface (CNI) is and how different CNI providers deal with implementing it.

Introduction to Operators
Advanced

Introduction to Operators

Kubernetes operators offer a powerful method for managing workloads in Kubernetes. This course will introduce you to what operators are and how they work. We’ll demonstrate some operators in use and guide you through how to build one to meet custom requirements.