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.
Courses Contributed

Frequently Asked Questions
The cloud native world is deep and wide. In order to help you navigate questions you may have we created a course that is a series of Frequently Asked Questions (FAQs) to help you get quick answers to questions you may have and help you determine if you want to learn more about a particular topic.

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
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.