Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.28 KB

Readme.md

File metadata and controls

39 lines (31 loc) · 1.28 KB

Accompanying exercises for the Kubernetes Fundamentals course

Gitpod open-workspace

This repository contains the accompanying practice tasks for the Kubernetes Fundamentals course.

To follow along the practice tasks, please make sure to setup kubectl as explained in the initial mail using one of those two options:

  1. Install kubectl locally using the docs
  2. Register and start Gitpod

Structure

The following output of tree -L 2 shows the folder structure of this repo:

.
├── LICENSE
├── Readme.md
├── demos  --> Used for demos
│   ├── apps
│   └── ingress
├── examples --> Used for examples in slides 
│   ├── deployments
│   ├── network
│   └── pods
└── practice --> Your practice tasks
    ├── challenges
    ├── configuration
    ├── deployments
    ├── ingress
    ├── network
    ├── pods
    ├── pods2
    └── replicasets

License

MIT: https://marcm.mit-license.org