Kubernetes Manifests
This folder contains example Kubernetes manifests organized per-application. Replace image names, secrets, and resource settings before applying to your cluster.
Layout:
laravel/- Laravel (PHP-FPM) examplewordpress/- WordPress + MySQL examplejava-microservice/- Java microservice examplenode/- Node.js examplego/- Go microservice exampledjango/- Python / Django examplejenkins/- Jenkins StatefulSet example with PVCreact/- React (static) app example
Apply an app's manifests with:
kubectl apply -f kubernetes/manifests/<app>/ -n <namespace>
Be sure to create namespaces, PVCs, and secrets as required by each app.