feat: Add complete Redis cache example with multi-container pod and web interface

This commit is contained in:
mik-tf
2025-11-04 13:51:39 -05:00
parent 1a902b3178
commit 5a29153a84
6 changed files with 1090 additions and 2 deletions

View File

@@ -27,8 +27,6 @@ Comprehensive progression of Kubernetes examples designed to teach MyceliumCloud
- **Template**: Same efficient pattern with `python-flask.md` + `python-flask-deployment.yaml` + `python-flask-service.yaml` + `app.py`
- **Key Concepts**: Python containers, API development, HTTP services, JSON responses, RESTful design
### Planned Examples (In Progress)
### Planned Examples (Future)
#### 4. Redis Cache 🔄