Skip to main content
Glama

k8s_secrets

Manage Kubernetes secrets to store sensitive data like passwords and API keys. Perform actions to list, get, create, update, or delete secrets within your cluster.

Instructions

Manage Kubernetes Secrets. Actions:

  • list: List all Secrets in a namespace

  • get: Get a specific Secret (metadata only, no data)

  • create: Create a new Secret

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

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesAction to perform
nameNoSecret name (required for most actions except list)
namespaceNoNamespace (optional)
dataNoSecret data as key-value pairs (required for create/update)
typeNoSecret type (default: Opaque)Opaque
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