- Dates: October 21-22, 2025
- Venue: John McIntyre Conference Centre, The University of Edinburgh
- Address: 18 Holyrood Park Road, Edinburgh, EH16 5AY
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: v1 | |
| kind: ServiceAccount | |
| metadata: | |
| labels: | |
| k8s-app: metrics-server | |
| name: metrics-server | |
| namespace: kube-system | |
| --- | |
| apiVersion: rbac.authorization.k8s.io/v1 | |
| kind: ClusterRole |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Hi, Taskmaster here. | |
| tl;dr: Please could you give 2 mins of your time to give feedback for last years CTF event https://forms.gle/v4yj3BxJAiHm38xR9 | |
| --- | |
| Previously, in CTF: | |
| - we sent you some scenarios during Cloud Native Security Day KubeCon NA 2020 | |
| - you managed to |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| set -Eeuo pipefail | |
| trap cleanup SIGINT SIGTERM ERR EXIT | |
| script_dir=$(cd "$(dirname "${BASH_SOURCE[0]}")" &>/dev/null && pwd -P) | |
| usage() { | |
| cat <<EOF | |
| Usage: $(basename "${BASH_SOURCE[0]}") [-h] [-v] [-f] -p param_value arg1 [arg2...] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| wmic bios get serialnumber |
$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shNewerOlder
