ℹ️ This is a modified version of the repo with commands changed to support Windows CMD instead of Unix shells (mainly changing export
to set
and $VAR
to %VAR%
).
A workshop part of RoboCon 2024.
Presented by Markus Stahl and Nils Balkow-Tychsen
This repository contains all workshop materials. This readme should guide us through our workshop day.
We will start with the fundamentals of Docker including examples related to Robot Framework.
Afterwards we will dive deep into Kubernetes by exploring its capabilities in a hands on demo.
You will then apply your learnings by building a Docker container and a Kubernetes manifest for a Robot Framework test. We'll work out a solution together during the workshop. For the discussion there is a prepared example test.
Finally we will talk about running tests in parallel on top of Kubernetes.
- Kubectl quick reference
- A well curated list of resources around Kubernetes awesome-kubernetes
- A Terminal UI tool wrapping
kubectl
k9s - Security in Kubernetes - The OWASP Kubernetes Security Cheat Sheet
- If you ever need to investigate Kubernetes Networking - Kubeshark: The Wireshark For Kubernetes
- Securing public webservers with an OAUTH2 proxy