Skip to content

[BUG] Kubernetes deployment using http transport mode is not working. #1429

@ashrivastavagit

Description

@ashrivastavagit

Describe the bug

I am trying to deploy
mcr.microsoft.com/azure-sdk/azure-mcp:latest and overriding these options
Container override
args:
- "--debug"
- "--read-only"
- "--insecure-disable-elicitation"
port: 5001
Environment Variable
AZURE_SUBSCRIPTION_ID
AZURE_TENANT_ID
AZURE_CLIENT_ID
AZURE_CLIENT_SECRET
AZURE_MCP_INCLUDE_PRODUCTION_CREDENTIALS : true

While deploying this on AKS, I am not getting any pod/container log even pod status is CrashLoopBackOff.

Not getting enough documentation & support for this. This is blocking further.

Expected behavior

I should be able to deploy azure/mcp through streamable http mode not on stdio mode.

Actual behavior

Kubernetes (AKS) deployment is not working even not getting anything in log.

Reproduction Steps

Use this image and environment variable mcr.microsoft.com/azure-sdk/azure-mcp:latest and overriding these options
Container override
args:
- "--debug"
- "--read-only"
- "--insecure-disable-elicitation"
port: 5001
Environment Variable
AZURE_SUBSCRIPTION_ID
AZURE_TENANT_ID
AZURE_CLIENT_ID
AZURE_CLIENT_SECRET
AZURE_MCP_INCLUDE_PRODUCTION_CREDENTIALS : true

and try to deploy on AKS.

Environment

Development

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    Untriaged

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions