Skip to content

krisnova/stateful-app

Repository files navigation

Welcome to the Kris Nova Stateful Application!

Deploying the application:

kubectl create -f manifests/

Delete the application

kubectl delete -f manifests

Update docker registry with a new build

make container push

Get the public address

k get svc -owide | grep statefulapp-service | cut -d " " -f 16

Create database in server

k exec -it $(k get po | grep postgres | cut -d " " -f 1) -- bash -c "psql -c 'CREATE DATABASE stateful_app_development;' -U postgres"

About

A great stateful application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published