Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 914 Bytes

File metadata and controls

28 lines (20 loc) · 914 Bytes
title:Controller
description:The controller is the brain of the Deis platform.

Controller

The controller is the "brain" of the Deis platform. A controller manages :ref:`Applications <application>` and their :ref:`Containers <container>`.

The controller is in charge of:

  • Authenticating and authorizing clients
  • Processing client API calls
  • Managing containers that perform work for applications
  • Managing proxies that route traffic to containers
  • Managing users, keys and other base configuration

The controller stack includes:

  • Django API Server for handling API calls

Follow the :ref:`Installing Deis <installing_deis>` guide to create your own private Deis controller.