mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-02-14 17:49:59 +00:00
🔧 Standardize exercise title formatting
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
## Exercise - Healthchecks
|
||||
## Exercise — Healthchecks
|
||||
|
||||
- Add readiness and liveness probes to a web service
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Exercise - Healthchecks
|
||||
# Exercise — Healthchecks
|
||||
|
||||
- We want to add healthchecks to the `rng` service in dockercoins
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
## Exercise - Helm Charts
|
||||
## Exercise — Helm Charts
|
||||
|
||||
- Create a Helm chart to deploy a generic microservice
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Exercise - Helm Charts
|
||||
# Exercise — Helm Charts
|
||||
|
||||
- We want to deploy dockercoins with a Helm chart
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
## Exercise - Umbrella Charts
|
||||
## Exercise — Umbrella Charts
|
||||
|
||||
- Create a Helm chart with dependencies on other charts
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Exercise - Umbrella Charts
|
||||
# Exercise — Umbrella Charts
|
||||
|
||||
- We want to deploy dockercoins with a single Helm chart
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
## Exercise - Ingress
|
||||
## Exercise — Ingress
|
||||
|
||||
- Add an ingress controller to a Kubernetes cluster
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Exercise - Ingress
|
||||
# Exercise — Ingress
|
||||
|
||||
- We want to expose a web app through an ingress controller
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
## Exercise - Ingress Secret Policy
|
||||
## Exercise — Ingress Secret Policy
|
||||
|
||||
*Implement policy to limit impact of ingress controller vulnerabilities.*
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Exercise - Ingress Secret Policy
|
||||
# Exercise — Ingress Secret Policy
|
||||
|
||||
- Most ingress controllers have access to all Secrets
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
## Exercise - Deploy Dockercoins
|
||||
## Exercise — Deploy Dockercoins
|
||||
|
||||
- Deploy the dockercoins application to our Kubernetes cluster
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Exercise - Deploy Dockercoins
|
||||
# Exercise — Deploy Dockercoins
|
||||
|
||||
- We want to deploy the dockercoins app
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
## Exercise - Local Cluster
|
||||
## Exercise — Local Cluster
|
||||
|
||||
- Deploy a local Kubernetes cluster if you don't already have one
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Exercise - Local Cluster
|
||||
# Exercise — Local Cluster
|
||||
|
||||
- We want to have our own local Kubernetes cluster
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
## Exercise — sealed secrets
|
||||
## Exercise — Sealed Secrets
|
||||
|
||||
- Install the sealed secrets operator
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Exercise — sealed secrets
|
||||
# Exercise — Sealed Secrets
|
||||
|
||||
This is a "combo exercise" to practice the following concepts:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user