Formation Kubernetes
  • 1 - À propos
  • 2 - Introduction à kubectl
  • 3 - Créer sa première application
  • 4 - Suivi et diagnostic des pods
  • 5 - Réseau, ingress et ingress controllers
  • 6 - Réplication des pods
  • 7 - Cycle de vie des applications
  • 8 - Tâches à execution unique
  • 9 - Config maps et secrets
  • 10 - Stockage, volumes et PVC
  • 11 - Applications stateful, exemple avec Kafka
  • 12 - Gestion de la sécurité
  • 13 - Astuces et cas d'exploitation courants
  • 14 - Solutions
    • 3 - first-app
    • 4 - diagnostic
    • 5 - network
    • 6 - replication
    • 7 - lifecycle
    • 8 - jobs
    • 9 - config
    • 10 - storage
Formation Kubernetes
  • 14 - Solutions

Solutions

3 - first-app

  • /answers/first-app/manifest.yaml

4 - diagnostic

  • /answers/diagnostic/liveness.yaml
  • /answers/diagnostic/readiness.yaml

5 - network

  • /answers/network/ingress.yaml
  • /answers/network/service-container-port-external-ip.yaml
  • /answers/network/service-container-port.yaml
  • /answers/network/service-loadbalancer.yaml
  • /answers/network/service-node-port.yaml

6 - replication

  • /answers/replication/replica-set.yaml

7 - lifecycle

  • /answers/lifecycle/deployment.yaml

8 - jobs

  • /answers/jobs/init-container.yaml
  • /answers/jobs/some-task-cron-job.yaml
  • /answers/jobs/some-task-job.yaml
  • /answers/jobs/some-task.yaml

9 - config

  • /answers/config/ca.crt
  • /answers/config/env-configmap.yaml
  • /answers/config/env-pod.yaml
  • /answers/config/example-secret.yaml
  • /answers/config/pod.env
  • /answers/config/volume-config-pod.yaml

10 - storage

  • /answers/storage/pvc.yaml
  • /answers/storage/volume-test-ceph-pod.yaml
  • /answers/storage/volume-test-pod.yaml
Previous

Built with MkDocs using a theme provided by Read the Docs.
« Previous