docs: Update roadmap to reflect completed nginx example and next steps

This commit is contained in:
mik-tf
2025-11-04 12:09:00 -05:00
parent d116c641fe
commit 209d390b53

View File

@@ -13,25 +13,24 @@ Comprehensive progression of Kubernetes examples designed to teach MyceliumCloud
- **Template**: Established efficient pattern with `hello-world.md` + `hello-world-deployment.yaml` + `hello-world-service.yaml` - **Template**: Established efficient pattern with `hello-world.md` + `hello-world-deployment.yaml` + `hello-world-service.yaml`
- **Key Concepts**: Pods, Deployments, Services, LoadBalancer, port-forward - **Key Concepts**: Pods, Deployments, Services, LoadBalancer, port-forward
### Planned Examples (In Progress)
#### 2. Nginx Static Site ✅ #### 2. Nginx Static Site ✅
- **Difficulty**: ⭐ Easy - **Difficulty**: ⭐ Easy
- **Status**: ✅ **COMPLETED** - **Status**: ✅ **COMPLETED**
- **Learning Focus**: Static content serving, custom HTML, nginx configuration - **Learning Focus**: Static content serving, custom HTML, nginx configuration
- **Template**: Same efficient pattern as hello-world - **Template**: Same efficient pattern with `nginx-static.md` + `nginx-static-deployment.yaml` + `nginx-static-service.yaml` + `default-index.html`
- **Key Concepts**: Static files, nginx deployment, custom configuration, ConfigMaps - **Key Concepts**: Static files, nginx deployment, custom configuration, ConfigMaps, HTML serving
- **Result**: Tested and working on MyceliumCloud cluster
- **Next Step**: Move to Python Flask API example ### Planned Examples (In Progress)
### Planned Examples (Future) ### Planned Examples (Future)
#### 3. Python Flask API #### 3. Python Flask API 🔄
- **Difficulty**: ⭐ Easy-Medium - **Difficulty**: ⭐ Easy-Medium
- **Status**: 📋 Planned - **Status**: 🔄 **NEXT UP**
- **Learning Focus**: Application containerization, Python web services - **Learning Focus**: Application containerization, Python web services
- **Template**: Same efficient pattern - **Template**: Same efficient pattern
- **Key Concepts**: Python containers, API development, HTTP services - **Key Concepts**: Python containers, API development, HTTP services
- **Next Step**: Create python-flask directory using nginx-static template
#### 4. Redis Cache #### 4. Redis Cache
- **Difficulty**: ⭐⭐ Medium - **Difficulty**: ⭐⭐ Medium