mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-05-01 22:46:36 +00:00
In this section, we setup Portworx to have a dynamic provisioner. Then we use it to deploy a PostgreSQL Stateful Set. Finally we simulate a node failure and observe the failover.
39 lines
633 B
YAML
39 lines
633 B
YAML
title: New content september 2018
|
|
chat: "In person!"
|
|
gitrepo: github.com/jpetazzo/container.training
|
|
slides: http://container.training/
|
|
|
|
exclude:
|
|
- self-paced
|
|
|
|
chapters:
|
|
- shared/toc.md
|
|
- - k8s/volumes.md
|
|
- k8s/build-with-docker.md
|
|
- k8s/build-with-kaniko.md
|
|
- k8s/configuration.md
|
|
- k8s/statefulsets.md
|
|
- k8s/portworx.md
|
|
- - k8s/authn-authz.md
|
|
- |
|
|
# Ingress
|
|
|
|
show traefik running in daemonset mode
|
|
- |
|
|
# CI/CD pipeline
|
|
|
|
gitlab maybe?
|
|
- |
|
|
# metrics
|
|
|
|
prometheus
|
|
|
|
- |
|
|
# misc todo
|
|
|
|
after build-with-docker and build-with-kaniko, show clean up orphan pods
|
|
|
|
healthchecks / liveness
|
|
|
|
|