Kubernetes
Kubernetes, also known as K8s, is an open source system for automating deployment, scaling, and management of containerized applications. It groups containers that make up an application into logical units for easy management and discovery. Kubernetes builds upon 15 years of experience of running pr
7 channels
across 1 AsyncAPI spec
· Provider profile
Channels
-
Watch stream for Namespace objects. Namespace events include creation of new namespaces, label updates, and termination when deleted.Kubernetes Watch Events
-
Watch stream for Pod objects scoped to a single namespace. More efficient than cluster-wide watch when monitoring a specific application namespace.Kubernetes Watch Events
-
Watch stream for Service objects in a namespace. Service changes include creation, deletion, and updates to ports and selectors.Kubernetes Watch Events
-
Watch stream for Node objects in the cluster. Node events include registration of new nodes, condition changes (Ready, MemoryPressure), and node deletions during scale-down or maintenance.Kubernetes Watch Events
-
Watch stream for Pod objects across all namespaces. Clients receive events for every pod creation, update, and deletion across the cluster.Kubernetes Watch Events
-
Watch stream for Deployment objects in a namespace. Used by deployment controllers, GitOps tools, and monitoring systems to track rollout progress and configuration changes.Kubernetes Watch Events
-
Watch stream for Event objects in a namespace. Events capture occurrences such as pod scheduling, container image pulls, restarts, and failures.Kubernetes Watch Events