https://github.com/aktech/k8s-full-stack-deployment
K8s Full Stack Deployment
https://github.com/aktech/k8s-full-stack-deployment
Last synced: about 1 year ago
JSON representation
K8s Full Stack Deployment
- Host: GitHub
- URL: https://github.com/aktech/k8s-full-stack-deployment
- Owner: aktech
- Created: 2021-08-25T14:46:18.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-25T18:08:39.000Z (almost 5 years ago)
- Last Synced: 2025-03-31T10:11:40.932Z (about 1 year ago)
- Language: Shell
- Size: 226 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kubernetes Full Stack Deployment
[](https://github.com/aktech/k8s-full-stack-deployment/actions/workflows/image.yml?query=workflow%3ABuild+branch%3Amain)
[](https://github.com/aktech/k8s-full-stack-deployment/actions/workflows/deploy.yml?query=workflow%3ABuild+branch%3Amain)
Deploy a Full stack React + Flask Application with Kubernetes and Helm
and local development via docker-compose.
## Local setup
```bash
docker-compose up
```
## Docker Images
The images for backend and frontend are built on GitHub Actions and pushed to
DigitalOcean container registry.
## Deployment
The deployment is done via GitHub releases. Create a release to trigger a deployment.