aminghadersohi opened a new pull request, #36547:
URL: https://github.com/apache/superset/pull/36547
### SUMMARY
This PR adds comprehensive Kubernetes deployment documentation to the MCP
service README. The documentation enables users to deploy the MCP service in
production Kubernetes environments with proper authentication, scaling, and
routing.
**Key additions:**
- **Architecture diagrams**: Mermaid diagrams showing deployment topology
and request flow
- **Two deployment options**:
1. Using the official Superset Helm chart with MCP as a sidecar container
2. Dedicated MCP service deployment for independent scaling
- **Complete Kubernetes manifests**: Deployment, Service, HPA,
PodDisruptionBudget, and Ingress configurations
- **Configuration reference**: Environment variables and superset_config.py
options
- **Production considerations**: Security (JWT, Network Policies, TLS),
resource allocation, and Prometheus monitoring
- **Troubleshooting guide**: Common issues and debugging commands
### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
N/A - Documentation only change
### TESTING INSTRUCTIONS
1. Review the documentation in `superset/mcp_service/README.md`
2. Verify the Mermaid diagrams render correctly on GitHub
3. Optionally test the Kubernetes manifests in a local cluster (e.g.,
minikube, kind)
4. Verify the Helm values example works with the official Superset chart
### ADDITIONAL INFORMATION
- [ ] Has associated issue:
- [ ] Required feature flags:
- [ ] Changes UI
- [ ] Includes DB Migration (follow approval process in
[SIP-59](https://github.com/apache/superset/issues/13351))
- [ ] Migration is atomic, supports rollback & is backwards-compatible
- [ ] Confirm DB migration upgrade and downgrade tested
- [ ] Runtime estimates and downtime expectations provided
- [x] Introduces new feature or API
- [ ] Removes existing feature or API
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]