Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 671 Bytes

File metadata and controls

22 lines (15 loc) · 671 Bytes

Kubernetes Security Training

Setup the training environment

  1. Open Github Codespaces and create your new cloudnativetrainings/kubernetes-security codespace.
  2. Copy the files ssh-config and ssh-private-key into your codespace.
  3. Run the following commands:
# fix the permissions of your private key
chmod 0400 ./ssh-private-key

# connect to your VM
ssh -F ./ssh-config kubernetes-security-vm

# verify if everything is setup properly
make verify

Teardown the training environment

  1. Delete your cloudnativetrainings/kubernetes-security codespace via Github Codespaces.