mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-19 21:09:27 +00:00
This was discussed and agreed in #246. It will probably break a few outstanding PRs as well as a few external links but it's for the better good long term.
38 lines
1.2 KiB
Markdown
38 lines
1.2 KiB
Markdown
## A brief introduction
|
|
|
|
- This was initially written by [Jérôme Petazzoni](https://twitter.com/jpetazzo) to support in-person,
|
|
instructor-led workshops and tutorials
|
|
|
|
- Credit is also due to [multiple contributors](https://@@GITREPO@@/graphs/contributors) — thank you!
|
|
|
|
- You can also follow along on your own, at your own pace
|
|
|
|
- We included as much information as possible in these slides
|
|
|
|
- We recommend having a mentor to help you ...
|
|
|
|
- ... Or be comfortable spending some time reading the Kubernetes [documentation](https://kubernetes.io/docs/) ...
|
|
|
|
- ... And looking for answers on [StackOverflow](http://stackoverflow.com/questions/tagged/kubernetes) and other outlets
|
|
|
|
---
|
|
|
|
class: self-paced
|
|
|
|
## Hands on, you shall practice
|
|
|
|
- Nobody ever became a Jedi by spending their lives reading Wookiepedia
|
|
|
|
- Likewise, it will take more than merely *reading* these slides
|
|
to make you an expert
|
|
|
|
- These slides include *tons* of exercises and examples
|
|
|
|
- They assume that you have access to a Kubernetes cluster
|
|
|
|
- If you are attending a workshop or tutorial:
|
|
<br/>you will be given specific instructions to access your cluster
|
|
|
|
- If you are doing this on your own:
|
|
<br/>the first chapter will give you various options to get your own cluster
|