🔧 Standardize exercise title formatting

This commit is contained in:
Jerome Petazzoni
2021-10-31 09:12:40 +01:00
parent cc1340801e
commit fcf0296245
16 changed files with 16 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
## Exercise - Healthchecks
## Exercise Healthchecks
- Add readiness and liveness probes to a web service

View File

@@ -1,4 +1,4 @@
# Exercise - Healthchecks
# Exercise Healthchecks
- We want to add healthchecks to the `rng` service in dockercoins

View File

@@ -1,4 +1,4 @@
## Exercise - Helm Charts
## Exercise Helm Charts
- Create a Helm chart to deploy a generic microservice

View File

@@ -1,4 +1,4 @@
# Exercise - Helm Charts
# Exercise Helm Charts
- We want to deploy dockercoins with a Helm chart

View File

@@ -1,4 +1,4 @@
## Exercise - Umbrella Charts
## Exercise Umbrella Charts
- Create a Helm chart with dependencies on other charts

View File

@@ -1,4 +1,4 @@
# Exercise - Umbrella Charts
# Exercise Umbrella Charts
- We want to deploy dockercoins with a single Helm chart

View File

@@ -1,4 +1,4 @@
## Exercise - Ingress
## Exercise Ingress
- Add an ingress controller to a Kubernetes cluster

View File

@@ -1,4 +1,4 @@
# Exercise - Ingress
# Exercise Ingress
- We want to expose a web app through an ingress controller

View File

@@ -1,4 +1,4 @@
## Exercise - Ingress Secret Policy
## Exercise Ingress Secret Policy
*Implement policy to limit impact of ingress controller vulnerabilities.*

View File

@@ -1,4 +1,4 @@
# Exercise - Ingress Secret Policy
# Exercise Ingress Secret Policy
- Most ingress controllers have access to all Secrets

View File

@@ -1,4 +1,4 @@
## Exercise - Deploy Dockercoins
## Exercise Deploy Dockercoins
- Deploy the dockercoins application to our Kubernetes cluster

View File

@@ -1,4 +1,4 @@
# Exercise - Deploy Dockercoins
# Exercise Deploy Dockercoins
- We want to deploy the dockercoins app

View File

@@ -1,4 +1,4 @@
## Exercise - Local Cluster
## Exercise Local Cluster
- Deploy a local Kubernetes cluster if you don't already have one

View File

@@ -1,4 +1,4 @@
# Exercise - Local Cluster
# Exercise Local Cluster
- We want to have our own local Kubernetes cluster

View File

@@ -1,4 +1,4 @@
## Exercise — sealed secrets
## Exercise — Sealed Secrets
- Install the sealed secrets operator

View File

@@ -1,4 +1,4 @@
# Exercise — sealed secrets
# Exercise — Sealed Secrets
This is a "combo exercise" to practice the following concepts: