Add scaffold

This commit is contained in:
Rémy-Christophe Schermesser 2018-10-01 13:21:01 +02:00
parent 1593aca06b
commit 0f7b765425
6 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# Naming things: `label` & `annotation`
In this section we will learn how to name things in k8s, and how to find them again.

1
06-deployment/README.md Normal file
View File

@ -0,0 +1 @@
# Deploying my first application: `deployment`

1
07-service/README.md Normal file
View File

@ -0,0 +1 @@
# Accessing my first application: `service`

1
08-cronjob/README.md Normal file
View File

@ -0,0 +1 @@
# Running a background process: `cronjob`

View File

@ -0,0 +1 @@
# Keeping a state between pods: `stateful set`

View File

@ -0,0 +1 @@
# Other topics