Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kadasz/cake-app
Example of app deployed on kubernetes
https://github.com/kadasz/cake-app
aiohttp k8s kubernetes python-simple-app simple-app
Last synced: about 1 month ago
JSON representation
Example of app deployed on kubernetes
- Host: GitHub
- URL: https://github.com/kadasz/cake-app
- Owner: kadasz
- Created: 2023-12-07T16:07:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-16T15:48:33.000Z (10 months ago)
- Last Synced: 2024-02-16T16:32:00.050Z (10 months ago)
- Topics: aiohttp, k8s, kubernetes, python-simple-app, simple-app
- Language: Python
- Homepage:
- Size: 1.87 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About
This is a briefly instruction to run a simple python application on kubernetes in order to hands-on exercises and live implementation.## What's the purpose?
The main goal is be still learning and hands-on practice. Second one reson is be keep up to date because to master something new you'll have to play with it :)## Makefile
Makefile allows you to prepare dev environment and release app based on git tags.```
$ make
version-next Create new version
version-save Create and save new version
version Show current version
```### Release
To make a new release and create new version of app:
```
do-release
```