For educational reasons I've decided to create my own CA. Here is what I learned.
Lets get some context first.
In some cases the IC might determine that a PM meeting for the incident isn't needed.
If the IC decides to waive the meeting please replace the Meeting
section with a
note indicating the meeting has been waived (example: Meeting waived: Paul Mooring
)
kubectl get rs,secrets -o json --namespace old | jq '.items[].metadata.namespace = "new"' | kubectl create-f - |
docker-compose down -v
data-1
, then start service pg1
using it:
docker-compose run --rm pg1-create-primary && docker-compose up pg1
data-1
db into data-2
, then run pg2
as a hot-standby:
docker-compose run --rm pg2-create-standby && docker-compose up pg2