Learning Objectives
In this guided tutorial, you will learn many of the basics of using Kubernetes on top of DC/OS Enterprise. Specifically, you will be:
- setting up the DC/OS Enterprise cluster to be able to connect to the Kubernetes command line (
kubectl
) - configuring and securing service accounts for MKE and each Kubernetes cluster to be created
- installing the Mesosphere Kubernetes Engine and CLI to create Kubernetes clusters
- configuring DC/OS Edge-LB on top of DC/OS Enterprise to connect to multiple Kubernetes clusters’ api servers
- deploying an Nginx deployment on your new cluster
- viewing the Kubernetes dashboard
First Section: Installing and Using Kubernetes on DC/OS
In the first part of the tutorial, you will set up your cluster for a successful installation of DC/OS Kubernetes.
Setting up the DC/OS cluster
ENTERPRISE
Learn to setup the DC/OS cluster to demonstrate Kubernetes on DC/OS Enterprise…Read More
Installing the Mesosphere Kubernetes Engine
ENTERPRISE
Install the Mesosphere Kubernetes Engine on your DC/OS Cluster…Read More
Creating Kubernetes clusters on DC/OS using MKE
ENTERPRISE
Learn to create Kubernetes clusters on DC/OS using MKE and the DC/OS Kubernetes CLI.…Read More
Configuring Edge-LB to Connect to Kubernetes
ENTERPRISE
Learn to connect to Kubernetes of top of your DC/OS Enterprise cluster using DC/OS' Edge-LB load balancer.…Read More
Testing Connections and Viewing the Kubernetes Dashboard
ENTERPRISE
Learn to test your connection to private Kubernetes clusters and view the Kubernetes dashboard.…Read More