Skip to main content
Glama

k8s_configmaps

Manage Kubernetes ConfigMaps to store and update configuration data for applications. Perform actions like create, read, update, and delete configuration key-value pairs in your cluster.

Instructions

Manage Kubernetes ConfigMaps. Actions:

  • list: List all ConfigMaps in a namespace

  • get: Get a specific ConfigMap

  • create: Create a new ConfigMap

  • update: Update an existing ConfigMap (requires confirm=true or dryRun=true)

  • delete: Delete a ConfigMap (requires confirm=true or dryRun=true)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesAction to perform
nameNoConfigMap name (required for most actions except list)
namespaceNoNamespace (optional)
dataNoConfigMap data as key-value pairs (required for create/update)
confirmNoConfirm destructive action (required for update/delete unless dryRun=true)
dryRunNoPreview changes without executing (default: false)

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/icy-r/kubemcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server