CHANGELOG
2025-08-02¶
- Improve the PostgreSQL page to describe how to connect
to a PostgreSQL server running in Kind using a Load Balancer, from a Docker
container that is not part of the Kubernetes cluster (e.g. to use
psql
orpgAdmin
from a standalone Docker container).
2025-07-30¶
- Improve the Getting Started page to include information
about more Kubernetes distributions:
Minikube, MicroK8s, Kubeadm, Kind, K3s
, at Other Kubernetes Distributions. - Add an exercise about running a single PostgreSQL Server in plain Docker and in Kubernetes, for local development.
2025-07-27¶
- Add Kind Multi Nodes example and notes.
- Add a CHANGELOG.
- Improve the Mounting a Volume example to include information about PersistentVolume vs hostPath.
- Improve the Web Hosting example to describe the kubectl create secret … command
2025-07-22¶
- Initial docs.