Skip to content

Latest commit

 

History

History
executable file
·
36 lines (28 loc) · 1.14 KB

README.md

File metadata and controls

executable file
·
36 lines (28 loc) · 1.14 KB

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

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

Follow the link above to access the Course Labs