Setting up fastmcp on kubernetes with a loadbalancer and https #1204
Answered
by
Colvin-Y
pepijnwoub
asked this question in
Q&A
-
|
We're currently trying to setup fastmcp on aws using eks. Everything works great with a regular application load balancer when only using http but trying to use https always results in garbled output. I'm not 100% sure if it's an issue with compression, encryption or buffering. Has anyone gotten a similar setup to work? |
Beta Was this translation helpful? Give feedback.
Answered by
Colvin-Y
Jul 23, 2025
Replies: 1 comment 2 replies
-
|
Hi @pepijnwoub, I'm doing the same things. Maybe you should run it as a http server by calling |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
pepijnwoub
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @pepijnwoub,
I'm doing the same things. Maybe you should run it as a http server by calling
MCPServer.http_app()(see: https://gofastmcp.com/integrations/starlette#basic-usage), Here's my proxy set-up code