Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.42 KB

README.md

File metadata and controls

36 lines (27 loc) · 1.42 KB

Overview

This repository contains the material of the "Kubenet: Mastering Kubernetes for Network Automation" workshop held at AutoCon2 on 19. November 2024.

running the workshop

Using the Google Cloud VM instance provided

During the workshop we'll provide a flyer containing the connection details in order to connect to the VM instance.

Using a regular terminal/SSH client

Refering towards the handed out flyer for connection credentials. In case you did not receive a flyer, pop your hand up, someone will be there to assist you shortly.

export ID=<number>
ssh kubenet@$ID.ac2.kubenet.dev

Once connected, use the following command to enter the devcontainer

devcontainer exec --workspace-folder /home/kubenet/ac2-kubenet-workshop zsh

or

devcontainer exec --workspace-folder /home/kubenet/ac2-kubenet-workshop bash

Using VS Code

Make sure to install VS Code Install the following extensions:

Using codespaces -- during/post event

Use codespaces to create your environment.

Note: This will utilize your personal GitHub Codespaces credits.