-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(scenarios): add coastline cluster attack
- Loading branch information
1 parent
69cca81
commit 02c9bf7
Showing
11 changed files
with
14,283 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
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 |
This file contains 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
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 |
5,184 changes: 5,184 additions & 0 deletions
5,184
scenarios/roles/coastline-cluster-attack/files/manifests/01-elastic-cloud-install.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.