otupy.actuators.ctxd.ctxd_actuator_kubernetes

Kubernetes Actuator Manager

This module implements a simple Actuator Manager for Kubernetes. It discovers Kubernetes resources by invoking its APIs.

The actuator-specific configuration includes:

  • auth:

    • api_key: A token generated by the Kubernetes cluster for the service account used for context discovery.

    • host: DNS name or IP address of the Kubernetes endpoint (including port number)

  • config:

    • cacert: Location of the CA certificate used to sign the endpoint HTTPS certificate (if not installed in the local host).

    • namespaces: list of namespace names to query (all namespace if not given).

Classes

CTXDActuator_kubernetes

Kubernetes Actuator Manager