You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-11Lines changed: 18 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,14 @@
1
1
# Stack
2
2
3
-
Stack allows building and deployment of a suite of related applications as a single "stack".
3
+
Stack allows building and deployment of a system of related containerized applications as a single "stack". Transparently deploy to local Docker, Podman or to remote Kubernetes.
4
4
5
5
## Quick Start
6
6
7
+
Let's build and deploy an [example stack](https://github.com/bozemanpass/example-todo-list) for the canonical "Todo" web app (LLM-generated of course).
8
+
This stack comprises the web app front-end, an api back-end and its PostgreSQL database.
9
+
10
+
First we'll deploy to local Docker. Then deploy the same stack to Kubernetes.
0 commit comments