https://github.com/cdrubin/purrs
kubernetes-based skaffold controlled postgresql nginx redis openresty alpine linux web development harness
https://github.com/cdrubin/purrs
bash docker kubectl kubernetes kustomize minikube openresty postgresql redis skaffold
Last synced: 2 months ago
JSON representation
kubernetes-based skaffold controlled postgresql nginx redis openresty alpine linux web development harness
- Host: GitHub
- URL: https://github.com/cdrubin/purrs
- Owner: cdrubin
- Created: 2020-04-24T21:15:09.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-20T18:27:58.000Z (over 2 years ago)
- Last Synced: 2025-02-05T17:44:10.309Z (4 months ago)
- Topics: bash, docker, kubectl, kubernetes, kustomize, minikube, openresty, postgresql, redis, skaffold
- Language: Lua
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# purrs
purrs offers a development harness for [OpenResty](https://openresty.org) and [Lua](https://www.lua.org/) driven by [Skaffold](https://skaffold.dev/), [Kustomize](https://kustomize.io/) and [Kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) inside a local [Minikube](https://kubernetes.io/docs/tasks/tools/install-minikube/).
Phew, that is a lot of jargon! Put more simply, purrs plans to offer a friendly, modern and easy-to-work-with place to get started with web development using the Lua language. As a developer harness purrs use a local Kubernetes cluster for connecting a cache (Redis), database (PostgeSQL) and dynamic web server (OpenResty) together for immediate feedback.
---
running `./start.sh` should get you going...
---