Skip to content

Commit

Permalink
feat(scenarios): add coastline cluster attack
Browse files Browse the repository at this point in the history
  • Loading branch information
Ric Featherstone authored and 06kellyjac committed Dec 21, 2023
1 parent 69cca81 commit 02c9bf7
Show file tree
Hide file tree
Showing 11 changed files with 14,283 additions and 0 deletions.
14 changes: 14 additions & 0 deletions scenarios/config/coastline-cluster-attack/tasks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
category: KubeCon
difficulty: KubeCon
kind: cp.simulator/scenario:1.0.0
objective: Obtain cluster admin
tasks:
"1":
hints:
sortOrder: 1
startingPoint:
mode: pod
podName: jumpbox-terminal
podNamespace: dmz
summary: Can you obtain cluster admin of coastline?
name: coastline-cluster-attack
9 changes: 9 additions & 0 deletions scenarios/playbooks/coastline-cluster-attack.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---

- name: Coastline Cluster Attack
hosts: bastion:master-1:nodes
become: yes
vars:
state: present
roles:
- coastline-cluster-attack

Large diffs are not rendered by default.

Loading

0 comments on commit 02c9bf7

Please sign in to comment.