From adba4cae9e9a025da22cb4a2dd60c11d31fb88ae Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Fri, 31 May 2019 21:34:02 -0500 Subject: [PATCH] Adjust transition to advanced content --- slides/k8s/architecture.md | 2 +- slides/k8s/prereqs-admin.md | 50 +++---------------------------------- 2 files changed, 4 insertions(+), 48 deletions(-) diff --git a/slides/k8s/architecture.md b/slides/k8s/architecture.md index e3bf8c86..7f941920 100644 --- a/slides/k8s/architecture.md +++ b/slides/k8s/architecture.md @@ -1,4 +1,4 @@ -# Kubernetes architecture +# Kubernetes architecture deep dive We can arbitrarily split Kubernetes in two parts: diff --git a/slides/k8s/prereqs-admin.md b/slides/k8s/prereqs-admin.md index 7e9716d0..b69974ee 100644 --- a/slides/k8s/prereqs-admin.md +++ b/slides/k8s/prereqs-admin.md @@ -1,52 +1,8 @@ -# Pre-requirements +# Additional lab environments -- Kubernetes concepts +- We will now use new sets of VMs - (pods, deployments, services, labels, selectors) - -- Hands-on experience working with containers - - (building images, running them; doesn't matter how exactly) - -- Familiar with the UNIX command-line - - (navigating directories, editing files, using `kubectl`) - ---- - -## Labs and exercises - -- We are going to build and break multiple clusters - -- Everyone will get their own private environment(s) - -- You are invited to reproduce all the demos (but you don't have to) - -- All hands-on sections are clearly identified, like the gray rectangle below - -.exercise[ - -- This is the stuff you're supposed to do! - -- Go to @@SLIDES@@ to view these slides - -- Join the chat room: @@CHAT@@ - - - -] - ---- - -## Private environments - -- Each person gets their own private set of VMs - -- Each person should have a printed card with connection information - -- We will connect to these VMs with SSH - - (if you don't have an SSH client, install one **now!**) +- Look out for new individual card with connection information! ---