Back to modules
v0.1.173

kubernetes-module-v0

View Source

Container Image

europe-west2-docker.pkg.dev/tinyplatform/tinysystems/kubernetes-module-v0:0.1.173

Components 5 available

P

pod_logs_get

Get logs from a pod. Can look up pods by name or app label.

P

pod_status_get

Get status of pods matching a label selector. Returns pod count, health summary, and individual pod details.

R

resource_list

Lists Kubernetes workload resources (Deployments, StatefulSets, DaemonSets) with optional filtering by namespace and label selector. Returns resource details including name, namespace, kind, labels, replicas, and status.

R

resource_watch

Watch Kubernetes resources for changes. Emits events when resources are created, modified, or deleted.

W

workload_restart

Performs a rollout restart on a Deployment, StatefulSet, or DaemonSet by name. Triggers a rolling update by setting the restart annotation.

Release Notes

Tiny Systems Example module

Example module for the Tiny Systems platform.

Required Permissions

This module requires elevated Kubernetes RBAC permissions.

API GroupResourcesVerbs
*
*
getlistwatch
apps
deployments
updatepatch
core
pods/log
get