Skip to content

Instantly share code, notes, and snippets.

@denhamparry
Created March 27, 2020 12:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save denhamparry/53ef968bcee2da64472f8eafe4bcc9b8 to your computer and use it in GitHub Desktop.
Save denhamparry/53ef968bcee2da64472f8eafe4bcc9b8 to your computer and use it in GitHub Desktop.
Recording demo

Simulator Walkthrough

AWS

$ aws --version

Git clone

$ git clone git@github.com:kubernetes-simulator/simulator.git
$ cd simulator

Setup

$ make run

Simulator

  • tab completion
$ simulator help
$ simulator init
$ simulator infra
$ simulator infra status
$ simulator infra create

Building script

$ simulator scenario
$ simulator scenario list
$ simulator scenario list  --difficulty=easy
$ simulator scenario describe container-ambush 
$ simulator scenario launch container-ambush

Getting started

$ simulator ssh
$ simulator ssh attack
$ welcome
$ start_task 1
$ starting_point
$ next_hint
$ next_hint
$ show_hints
$ end_task
$ start_task 2
$ end_task

Destroy

$ simulator infra destroy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment