Adjust transition to advanced content

This commit is contained in:
Jerome Petazzoni
2019-05-31 21:34:02 -05:00
parent 28f6ff1412
commit adba4cae9e
2 changed files with 4 additions and 48 deletions

View File

@@ -1,4 +1,4 @@
# Kubernetes architecture
# Kubernetes architecture deep dive
We can arbitrarily split Kubernetes in two parts:

View File

@@ -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@@
<!-- ```open @@SLIDES@@``` -->
]
---
## 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!
---