dcos-kubernetes-training icon indicating copy to clipboard operation
dcos-kubernetes-training copied to clipboard

Mesosphere DC/OS Kubernetes training

Introduction

During this training, you'll learn how to use the main capabilities of Kubernetes on DC/OS:

  • Deploy a Kubernetes cluster
  • Scale a Kubernetes cluster
  • Upgrade a Kubernetes cluster
  • Expose a Kubernetes Application using a Service Type Load Balancer (L4)
  • Expose a Kubernetes Application using an Ingress (L7)
  • Leverage network policies to restrict access
  • Leverage persistent storage using Portworx
  • Leverage persistent storage using CSI
  • Configure Helm
  • Deploy Istio using Helm
  • Deploy an application on Istio
  • Monitoring a Kubernetes Cluster

Getting Started

Clone this Repo:

git clone https://github.com/djannot/dcos-kubernetes-training.git

Change directory to dcos-kubernetes-training

cd dcos-kubernetes-training

Instructors / Platform Operators

Follow the link above to access the Instructors README to set up the lab cluster

Student / Development or DevOps teams

Follow the link above to access the Course Labs