Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 567 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 567 Bytes

Container Fundamentals

Setting up the lab environment

  1. Navigate and login to Google Cloud Shell via web browser.

  2. Clone the Kubermatic trainings git repository:

git clone https://github.com/kubermatic-labs/trainings.git
  1. Navigate to Container Fundamentals training folder to get started
cd trainings/container_fundamentals/
  1. Create the VM via
make create
  1. Connect to the VM via
make connect

Destroying the lab environment

make destroy