# control-plane

A control plane is the administrative component or set of operations used to create, manage, and govern computing resources, distinct from the data plane that provides the resources' primary runtime capabilities.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Kubernetes Architecture: Control Plane, Scheduler, and Kubelet

DevFeed: [Kubernetes Architecture: Control Plane, Scheduler, and Kubelet](<https://devfeed.tech/articles/what-is-kubernetes-39552.md>)

Original publisher: [Read original article](<https://kodekloud.com/blog/kubernetes-basics-architecture-pods-services/>)

Author: Nimesha Jinarajadasa

Published: 2026-09-17T06:25:02Z

Content type: tutorial

Language: en

Sources: [Kubernetes - KodeKloud Blog | DevOps, Cloud, Kubernetes, AI Tutorials & More](<https://devfeed.tech/sources/kubernetes-kodekloud-blog-devops-cloud-kubernetes-ai-tutorials-more.md>)

Topics: [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [control-plane](<https://devfeed.tech/topics/control-plane.md>), [api server](<https://devfeed.tech/topics/api-server.md>), [Containers](<https://devfeed.tech/topics/containers.md>), [etcd](<https://devfeed.tech/topics/etcd.md>), [kubectl](<https://devfeed.tech/topics/kubectl.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [api-server](<https://devfeed.tech/tags/api-server.md>), [containers](<https://devfeed.tech/tags/containers.md>), [control-plane](<https://devfeed.tech/tags/control-plane.md>), [controllers](<https://devfeed.tech/tags/controllers.md>), [etcd](<https://devfeed.tech/tags/etcd.md>), [kubectl](<https://devfeed.tech/tags/kubectl.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [kubernetes-architecture](<https://devfeed.tech/tags/kubernetes-architecture.md>), [kubernetes-networking](<https://devfeed.tech/tags/kubernetes-networking.md>), [node](<https://devfeed.tech/tags/node.md>), [scheduler](<https://devfeed.tech/tags/scheduler.md>)

### AI overview

A beginner-friendly tutorial explaining how Kubernetes maintains the desired state of containerized applications. It covers the control plane, API server, etcd, controllers, scheduler, and kubelet.

### Source excerpt

Learn how Kubernetes works, from the control plane and scheduler to kubelet, pods, and Services, with simple answers to interview questions.

## Why Senior Leaders Should Attend Post-Incident Reviews for Major Cloud Incidents

DevFeed: [Why Senior Leaders Should Attend Post-Incident Reviews for Major Cloud Incidents](<https://devfeed.tech/articles/should-senior-leadership-attend-a-pir-34023.md>)

Original publisher: [Read original article](<https://sridharrajarao.com/blog/should-senior-leadership-attend-pir/>)

Author: Sridhar Rajarao

Published: 2026-08-29T00:00:00Z

Content type: opinion

Language: en

Sources: [Sridhar Rajarao](<https://devfeed.tech/sources/sridhar-rajarao.md>)

Topics: [incident](<https://devfeed.tech/topics/incident.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [control-plane](<https://devfeed.tech/topics/control-plane.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>)

Tags: [cloud](<https://devfeed.tech/tags/cloud.md>), [control-plane](<https://devfeed.tech/tags/control-plane.md>), [customers](<https://devfeed.tech/tags/customers.md>), [deploy](<https://devfeed.tech/tags/deploy.md>), [incident](<https://devfeed.tech/tags/incident.md>), [incident-management](<https://devfeed.tech/tags/incident-management.md>), [leadership](<https://devfeed.tech/tags/leadership.md>), [major](<https://devfeed.tech/tags/major.md>), [operations](<https://devfeed.tech/tags/operations.md>), [post](<https://devfeed.tech/tags/post.md>), [postmortems](<https://devfeed.tech/tags/postmortems.md>), [reliability](<https://devfeed.tech/tags/reliability.md>), [review](<https://devfeed.tech/tags/review.md>), [service](<https://devfeed.tech/tags/service.md>)

### AI overview

The article argues that senior leaders should attend Post Incident Reviews for major cloud incidents because failures can affect many customers and teams. Leadership helps approve cross-team changes, resolve trade-offs, and ensure corrective actions are completed.

### Source excerpt

For major incidents, a Post Incident Review is not an operations meeting. It is where leaders remove the blockers that keep the service from becoming safer.

## Building a Minimal Control Plane to Reconcile Docker Containers for Model Serving

DevFeed: [Building a Minimal Control Plane to Reconcile Docker Containers for Model Serving](<https://devfeed.tech/articles/i-killed-a-container-and-it-came-back-40144.md>)

Original publisher: [Read original article](<https://korbonits.com/blog/2026-07-02-i-killed-a-container-and-it-came-back/>)

Published: 2026-07-02T00:00:00Z

Content type: tutorial

Language: en

Sources: [Alex Korbonits](<https://devfeed.tech/sources/alex-korbonits.md>)

Topics: [control-plane](<https://devfeed.tech/topics/control-plane.md>), [model-serving](<https://devfeed.tech/topics/model-serving.md>), [Docker Container](<https://devfeed.tech/topics/docker-container.md>), [Amazon Machine Learning](<https://devfeed.tech/topics/amazon-machine-learning.md>), [Streaming](<https://devfeed.tech/topics/streaming.md>)

Tags: [container](<https://devfeed.tech/tags/container.md>), [control-plane](<https://devfeed.tech/tags/control-plane.md>), [inference](<https://devfeed.tech/tags/inference.md>), [model-serving](<https://devfeed.tech/tags/model-serving.md>), [python](<https://devfeed.tech/tags/python.md>)

### AI overview

The author explains control planes by building a small Python-based system that maintains a declared number of Docker containers for model serving. The system repeatedly compares desired and actual state and reconciles differences, including restoring a container after it stops.

### Source excerpt

I can design batch, real-time, and streaming inference -- the data plane. But I'd never built the control plane that manages it. So I built the smallest one I could, from scratch, to finally understand reconciliation: the one idea that separates a control plane from a deploy script.

## How to build a resilient platform control plane with Temporal

DevFeed: [How to build a resilient platform control plane with Temporal](<https://devfeed.tech/articles/how-to-build-a-resilient-platform-control-plane-with-temporal-35864.md>)

Original publisher: [Read original article](<https://temporal.io/blog/how-to-build-a-resilient-platform-control-plane-with-temporal>)

Author: Joshua Smith

Published: 2026-06-01T00:00:00Z

Content type: tutorial

Language: en

Sources: [Temporal Blog](<https://devfeed.tech/sources/temporal-blog.md>)

Topics: [control-plane](<https://devfeed.tech/topics/control-plane.md>), [Provisioning](<https://devfeed.tech/topics/provisioning.md>), [Python](<https://devfeed.tech/topics/python.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [API](<https://devfeed.tech/topics/api.md>)

Tags: [build](<https://devfeed.tech/tags/build.md>), [error-handling](<https://devfeed.tech/tags/error-handling.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [lifecycle](<https://devfeed.tech/tags/lifecycle.md>), [provisioning](<https://devfeed.tech/tags/provisioning.md>), [python](<https://devfeed.tech/tags/python.md>), [retries](<https://devfeed.tech/tags/retries.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

### AI overview

This tutorial explains how to build a resilient platform control plane with Temporal. It compares basic infrastructure Workflows with long-running Entity Workflows that manage a resource's lifecycle, including message handling, retries, compensation, and durable state.

### Source excerpt

Learn how to build a resilient platform control plane with Temporal using the Entity Workflow pattern: message handling, Continue-as-New, and compensation.

## Storage at scale: what I actually watched

DevFeed: [Storage at scale: what I actually watched](<https://devfeed.tech/articles/storage-at-scale-what-i-actually-watched-34024.md>)

Original publisher: [Read original article](<https://sridharrajarao.com/blog/storage-at-scale/>)

Author: Sridhar Rajarao

Published: 2026-05-28T00:00:00Z

Content type: article

Language: en

Sources: [Sridhar Rajarao](<https://devfeed.tech/sources/sridhar-rajarao.md>)

Topics: [dashboards](<https://devfeed.tech/topics/dashboards.md>), [site-reliability-engineering](<https://devfeed.tech/topics/site-reliability-engineering.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [Availability](<https://devfeed.tech/topics/availability.md>), [control-plane](<https://devfeed.tech/topics/control-plane.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [Replication](<https://devfeed.tech/topics/replication.md>)

Tags: [availability](<https://devfeed.tech/tags/availability.md>), [control-plane](<https://devfeed.tech/tags/control-plane.md>), [database](<https://devfeed.tech/tags/database.md>), [latency](<https://devfeed.tech/tags/latency.md>), [metrics](<https://devfeed.tech/tags/metrics.md>), [reliability](<https://devfeed.tech/tags/reliability.md>), [replication](<https://devfeed.tech/tags/replication.md>), [service](<https://devfeed.tech/tags/service.md>), [sre](<https://devfeed.tech/tags/sre.md>), [storage](<https://devfeed.tech/tags/storage.md>)

### AI overview

An SRE practitioner describes seven metrics for judging the health of a large-scale storage service, covering availability, durability, latency, synthetic canaries, hotspots, IOPS, and metadata-database behavior.

### Source excerpt

For eight years I ran SRE for a storage system measured in exabytes. The dashboard I checked every morning shrank to seven numbers. Here they are.

## Kube-Agents: an intent-driven presentation layer for Kubernetes

DevFeed: [Kube-Agents: an intent-driven presentation layer for Kubernetes](<https://devfeed.tech/articles/disrupting-the-presentation-layer-using-autonomous-workflows-34303.md>)

Original publisher: [Read original article](<http://opensource.googleblog.com/2026/05/disrupting-the-presentation-layer-using-autonomous-workflows.html>)

Author: Google Open Source (noreply@blogger.com)

Published: 2026-05-21T18:30:00Z

Content type: opinion

Language: en

Sources: [Google Open Source Blog](<https://devfeed.tech/sources/google-open-source-blog.md>)

Topics: [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [control-plane](<https://devfeed.tech/topics/control-plane.md>), [API](<https://devfeed.tech/topics/api.md>), [YAML](<https://devfeed.tech/topics/yaml.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [api](<https://devfeed.tech/tags/api.md>), [autonomous](<https://devfeed.tech/tags/autonomous.md>), [control-plane](<https://devfeed.tech/tags/control-plane.md>), [kube-agents](<https://devfeed.tech/tags/kube-agents.md>), [kubectl](<https://devfeed.tech/tags/kubectl.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [yaml](<https://devfeed.tech/tags/yaml.md>)

### AI overview

The article presents Kube-Agents, a proposed system of autonomous and human-in-the-loop agents that would provide an intent-driven presentation layer for Kubernetes. It describes agents that complement existing Kubernetes interfaces by observing cluster state and carrying out operations through existing APIs.

### Source excerpt

by Adrian Chung, Abdelfettah Sghiouar & Matt Larkin, Google Kubernetes Engine Empowering every engineer to do more with Kubernetes Kubernetes is the gold standard for container orchestration. Its power, flexibility, and rich API surface are exactly why it has become the foundation of modern cloud-first infrastructure. Today, engineers express that power through the K8s API, declarative YAML manifests, and cloud consoles, a remarkably expressive toolbox. We believe the next step is to expand how engineers interact with that toolbox. A Kubernetes expert should be able to converse with a deep-domain peer that speaks fluent control-plane and can reason about cluster state in real time. An engineer who isn't a Kubernetes specialist should be able to express higher-order intent, such as "deploy my application," "rebalance this workload" and have it carried out safely against the same powerful APIs. Both audiences get more leverage out of the platform they already trust. This is the vision behind Kube-Agents: a system of intelligent, autonomous, and human-in-the-loop agents that act as a new, intent-driven presentation layer for Kubernetes. We are moving from declarative intent via API to higher-order, human intent-driven operations while preserving everything that makes Kubernetes great underneath. The Vision: Expanding the Presentation Layer Today, engineers do impressive work stitching together metrics, alerts, and multi-step commands to keep clusters healthy. Agents extend that work, not replace it. By complementing existing interfaces with autonomous agents, engineers can choose the level of abstraction that fits the task: drop down to kubectl and YAML when precision matters, or describe intent in plain language when speed and clarity matter more. The agents continuously observe system state and can execute complex operations in real time on the engineer's behalf. This isn't about hiding Kubernetes. It's about giving every engineer a more capable collaborator on top o

## Temporal as a control plane for production agentic AI systems

DevFeed: [Temporal as a control plane for production agentic AI systems](<https://devfeed.tech/articles/from-agent-zoo-to-agent-orchestra-the-benefits-of-temporal-as-your-enterprise-agentic-control-plane-35835.md>)

Original publisher: [Read original article](<https://temporal.io/blog/from-agent-zoo-to-agent-orchestra-temporal-agentic-control-plane>)

Author: Joshua Smith

Published: 2026-04-23T00:00:00Z

Content type: article

Language: en

Sources: [Temporal Blog](<https://devfeed.tech/sources/temporal-blog.md>)

Topics: [Orchestration](<https://devfeed.tech/topics/orchestration.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [control-plane](<https://devfeed.tech/topics/control-plane.md>), [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>)

Tags: [agentic](<https://devfeed.tech/tags/agentic.md>), [agentic-ai](<https://devfeed.tech/tags/agentic-ai.md>), [ai](<https://devfeed.tech/tags/ai.md>), [cost](<https://devfeed.tech/tags/cost.md>), [enterprise](<https://devfeed.tech/tags/enterprise.md>), [guardrails](<https://devfeed.tech/tags/guardrails.md>), [observability](<https://devfeed.tech/tags/observability.md>), [orchestration](<https://devfeed.tech/tags/orchestration.md>), [temporal-voices](<https://devfeed.tech/tags/temporal-voices.md>), [versioning](<https://devfeed.tech/tags/versioning.md>)

### AI overview

The article explains how Temporal can help turn agentic AI prototypes into production systems. It describes agent patterns including conversational agents and event stream processors, and discusses orchestration, guardrails, observability, versioning, and cost controls.

### Source excerpt

Learn how Temporal bridges the gap between agentic AI demos and production-ready systems -- with guardrails, observability, versioning, and cost controls built in.

## Why your platform control plane belongs on Temporal

DevFeed: [Why your platform control plane belongs on Temporal](<https://devfeed.tech/articles/why-your-platform-control-plane-belongs-on-temporal-36113.md>)

Original publisher: [Read original article](<https://temporal.io/blog/why-your-platform-control-plane-belongs-on-temporal>)

Author: Joshua Smith

Published: 2026-03-31T00:00:00Z

Content type: opinion

Language: en

Sources: [Temporal Blog](<https://devfeed.tech/sources/temporal-blog.md>)

Topics: [control-plane](<https://devfeed.tech/topics/control-plane.md>), [Automation](<https://devfeed.tech/topics/automation.md>), [Orchestration](<https://devfeed.tech/topics/orchestration.md>), [Terraform](<https://devfeed.tech/topics/terraform.md>)

Tags: [automation](<https://devfeed.tech/tags/automation.md>), [control-plane](<https://devfeed.tech/tags/control-plane.md>), [error](<https://devfeed.tech/tags/error.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [orchestration](<https://devfeed.tech/tags/orchestration.md>), [platform](<https://devfeed.tech/tags/platform.md>), [platform-teams](<https://devfeed.tech/tags/platform-teams.md>), [provisioning](<https://devfeed.tech/tags/provisioning.md>), [scripts](<https://devfeed.tech/tags/scripts.md>), [self-service](<https://devfeed.tech/tags/self-service.md>), [temporal-voices](<https://devfeed.tech/tags/temporal-voices.md>)

### AI overview

This article argues that Temporal can serve as a durable backbone for platform teams building internal control planes. It describes the difficulty of managing infrastructure across creation, monitoring, upgrades, configuration changes, and decommissioning, and contrasts Temporal's orchestration model with Terraform's declarative provisioning and reconciliation focus.

### Source excerpt

Discover why platform teams use Temporal to build resilient internal control planes. Learn how Durable Execution solves brittle infrastructure automation.

## Replay '25 Day Three: Technical Deep Dives and Temporal Case Studies

DevFeed: [Replay '25 Day Three: Technical Deep Dives and Temporal Case Studies](<https://devfeed.tech/articles/replay-25-day-three-wrapping-up-in-style-35952.md>)

Original publisher: [Read original article](<https://temporal.io/blog/replay-25-day-three>)

Author: Tim Imkin

Published: 2025-03-07T00:00:00Z

Content type: article

Language: en

Sources: [Temporal Blog](<https://devfeed.tech/sources/temporal-blog.md>)

Topics: [reliability](<https://devfeed.tech/topics/reliability.md>), [Resilience](<https://devfeed.tech/topics/resilience.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [Automation](<https://devfeed.tech/topics/automation.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Haskell](<https://devfeed.tech/topics/haskell.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [Access Control](<https://devfeed.tech/topics/access-control.md>), [systems](<https://devfeed.tech/topics/systems.md>), [Testing](<https://devfeed.tech/topics/testing.md>), [control-plane](<https://devfeed.tech/topics/control-plane.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>)

Tags: [access-control](<https://devfeed.tech/tags/access-control.md>), [ai](<https://devfeed.tech/tags/ai.md>), [automation](<https://devfeed.tech/tags/automation.md>), [aws](<https://devfeed.tech/tags/aws.md>), [case-studies](<https://devfeed.tech/tags/case-studies.md>), [community](<https://devfeed.tech/tags/community.md>), [control-plane](<https://devfeed.tech/tags/control-plane.md>), [haskell](<https://devfeed.tech/tags/haskell.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [reliability](<https://devfeed.tech/tags/reliability.md>), [resilience](<https://devfeed.tech/tags/resilience.md>), [technical](<https://devfeed.tech/tags/technical.md>)

### AI overview

A recap of the final day of Replay '25, covering reliability, database automation, production patterns, enterprise adoption, and mission-critical applications built with Temporal.

### Source excerpt

The final day of Replay '25 delivered a mix of technical deep dives and real-world case studies before concluding with an unexpected twist.

## Building durable cloud control systems with Temporal

DevFeed: [Building durable cloud control systems with Temporal](<https://devfeed.tech/articles/building-durable-cloud-control-systems-with-temporal-35745.md>)

Original publisher: [Read original article](<https://temporal.io/blog/building-durable-cloud-control-systems-with-temporal>)

Author: Sergey Bykov

Published: 2025-01-16T00:00:00Z

Content type: article

Language: en

Sources: [Temporal Blog](<https://devfeed.tech/sources/temporal-blog.md>)

Topics: [Cloud](<https://devfeed.tech/topics/cloud.md>), [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>), [Cloud Architecture](<https://devfeed.tech/topics/cloud-architecture.md>), [Multi-tenancy](<https://devfeed.tech/topics/multi-tenancy.md>), [control-plane](<https://devfeed.tech/topics/control-plane.md>), [Scalability](<https://devfeed.tech/topics/scalability.md>), [Managed Services](<https://devfeed.tech/topics/managed-services.md>), [reliability](<https://devfeed.tech/topics/reliability.md>), [Resilience](<https://devfeed.tech/topics/resilience.md>)

Tags: [architecture](<https://devfeed.tech/tags/architecture.md>), [cell-based-architecture](<https://devfeed.tech/tags/cell-based-architecture.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [cloud-services](<https://devfeed.tech/tags/cloud-services.md>), [database](<https://devfeed.tech/tags/database.md>), [high-availability](<https://devfeed.tech/tags/high-availability.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [low-latency](<https://devfeed.tech/tags/low-latency.md>), [managed-services](<https://devfeed.tech/tags/managed-services.md>), [multi-tenancy](<https://devfeed.tech/tags/multi-tenancy.md>), [reliability](<https://devfeed.tech/tags/reliability.md>), [resilience](<https://devfeed.tech/tags/resilience.md>), [scalability](<https://devfeed.tech/tags/scalability.md>)

### AI overview

Temporal describes how it built Temporal Cloud as a managed service, emphasizing multi-tenancy, durable execution, and a separation between data-plane and control-plane responsibilities. It also explains using cell-based architecture to isolate resources and limit the impact of failures.

### Source excerpt

Explore how Temporal leverages durable execution, multi-tenancy, and cell-based architecture to build scalable, reliable cloud control systems. Learn key lessons and insights for managed cloud services.

## Temporal Cloud: 1,000 customers, 1,000 thank yous

DevFeed: [Temporal Cloud: 1,000 customers, 1,000 thank yous](<https://devfeed.tech/articles/temporal-cloud-1-000-customers-1-000-thank-yous-36006.md>)

Original publisher: [Read original article](<https://temporal.io/blog/temporal-cloud-1-000-customers-1-000-thank-yous>)

Author: Maxim Fateev

Published: 2024-04-16T04:00:00Z

Content type: news

Language: en

Sources: [Temporal Blog](<https://devfeed.tech/sources/temporal-blog.md>)

Topics: [Cloud](<https://devfeed.tech/topics/cloud.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [control-plane](<https://devfeed.tech/topics/control-plane.md>), [Users](<https://devfeed.tech/topics/users.md>)

Tags: [announce](<https://devfeed.tech/tags/announce.md>), [announcements](<https://devfeed.tech/tags/announcements.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [control-plane](<https://devfeed.tech/tags/control-plane.md>), [customers](<https://devfeed.tech/tags/customers.md>), [latency](<https://devfeed.tech/tags/latency.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [releases](<https://devfeed.tech/tags/releases.md>), [sdks](<https://devfeed.tech/tags/sdks.md>), [users](<https://devfeed.tech/tags/users.md>)

### AI overview

Temporal announces that Temporal Cloud surpassed 1,000 customers in under a year and a half. The company also estimates that more than 200,000 developers use its SDKs and highlights its open-source project, releases, and platform architecture.

### Source excerpt

We're thrilled to announce that Temporal Cloud has surpassed 1,000 customers in just under a year and a half!