⚙️ Prepare CRAFT content

This commit is contained in:
Jérôme Petazzoni
2022-04-05 21:05:55 +02:00
committed by Jerome Petazzoni
parent a18af8f4c4
commit 9fe2861332
17 changed files with 89 additions and 1185 deletions

View File

@@ -1,4 +1,4 @@
# Pre-requirements
## Pre-requirements
- Be comfortable with the UNIX command line
@@ -8,15 +8,13 @@
- a little bit of bash-fu (environment variables, loops)
- Some Docker knowledge
- Some Kubernetes knowledge
- `docker run`, `docker ps`, `docker build`
- Pods, Deployments, Services
- ideally, you know how to write a Dockerfile and build it
<br/>
(even if it's a `FROM` line and a couple of `RUN` commands)
- labels, selectors
- It's totally OK if you are not a Docker expert!
- It's totally OK if you are not a Kubernetes expert!
---