mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-05-13 20:36:34 +00:00
79 lines
1.5 KiB
YAML
79 lines
1.5 KiB
YAML
title: |
|
|
Day 3
|
|
Developing Cloud Native Apps
|
|
|
|
#chat: "[Slack](https://dockercommunity.slack.com/messages/C7GKACWDV)"
|
|
chat: "[Gitter](https://gitter.im/jpetazzo/workshop-yyyymmdd-city)"
|
|
|
|
gitrepo: github.com/jpetazzo/container.training
|
|
|
|
slides: http://container.training/
|
|
|
|
exclude:
|
|
- self-paced
|
|
|
|
chapters:
|
|
- shared/title.md
|
|
- shared/toc.md
|
|
-
|
|
# Bien démarrer en local (minikube, kind)
|
|
# - k8s/kube-coin-intro.md
|
|
- k8s/software-dev-banalities.md
|
|
- k8s/on-desktop.md
|
|
- k8s/namespaces.md
|
|
- k8s/accessinternal.md
|
|
- k8s/localkubeconfig.md
|
|
- k8s/kubectlproxy.md
|
|
- k8s/testing.md
|
|
|
|
-
|
|
- k8s/configuration.md
|
|
- k8s/sealed-secrets.md
|
|
#- k8s/volumes.md
|
|
- k8s/kustomize.md
|
|
- k8s/helm-intro.md
|
|
- k8s/helm-chart-format.md
|
|
- k8s/helm-create-basic-chart.md
|
|
- k8s/helm-create-better-chart.md
|
|
- k8s/helm-secrets.md
|
|
-
|
|
# - k8s/shippingimages.md # some overlap
|
|
- k8s/registries.md
|
|
- k8s/stop-manual.md
|
|
- k8s/ci-cd.md
|
|
- k8s/exercise-ci-build.md
|
|
- k8s/kaniko.md
|
|
- k8s/exercise-ci-kaniko.md
|
|
|
|
-
|
|
- k8s/monitoring-intro.md
|
|
#- k8s/prometheus-intro.md
|
|
- k8s/prometheus-endpoint.md
|
|
- k8s/exercise-prometheus.md
|
|
- k8s/opentelemetry.md
|
|
- k8s/exercise-opentelemetry.md
|
|
|
|
|
|
#-
|
|
# - k8s/rollout.md
|
|
# - k8s/blue-green.md
|
|
|
|
#- |
|
|
# # (Automatiser)
|
|
#- |
|
|
# # Fabrication d'image
|
|
#- |
|
|
# # Skaffold
|
|
#- |
|
|
# # Registries
|
|
#- |
|
|
# # Gitlab, CI
|
|
#- |
|
|
# # ROllout avancé, blue green, canary
|
|
#- |
|
|
# # Monitoring applicatif
|
|
#- |
|
|
# # Prometheus Grafana
|
|
#- |
|
|
# # Telemetry
|