Skip to content

shtefanntz/kubernetes-fundamentals

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Resources for the Kubernetes Fundamentals course.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 79.6%
  • Dockerfile 16.0%
  • HTML 2.0%
  • Shell 1.3%
  • PowerShell 1.1%