

0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Difficulty: 5
click for more info
Not enough gems
Cost: 6 gems
1: Welcome to 'Learn Kubernetes'
incomplete
2: What Is Kubernetes?
incomplete
3: Kubectl
incomplete
4: Minikube
incomplete
5: Deploying Synergychat
incomplete
6: Minikube vs. Prod
incomplete
This lesson's interactive features are locked, please to keep using them
The Kubernetes command-line tool, kubectl, allows you to run commands against Kubernetes clusters. It's a client that communicates with a Kubernetes API server.
Follow the official installation instructions for kubectl.
Run kubectl version --client to verify that kubectl is installed correctly.
We'll be creating a lot of configuration files in this course. Go ahead and create a new Git repo on GitHub for this course and clone it to your machine. Work from that directory for the rest of this course.