Skip to content

trutzio/kubernetes-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kubernetes Tutorial

https://kubernetes-tutorial.readthedocs.io/de/latest/

$ python -m venv .venv
$ .\\.venv\\Scripts\\Activate.ps1 # Windows PowerShell
$ .\\.venv\\Scripts\\activate.bat # Windows Command Prompt
$ source .venv/bin/activate # Linux/MacOS
$ pip install -r ./docs/requirements.txt