How CoreAI Builds On Runtime

How CoreAI consumes the Runtime foundation.

Agentic Friendly

CoreAI does not replace Runtime. It depends on Runtime to provide the secure and operational foundation on which AI application services run.

Runtime Capabilities Used By CoreAI

Runtime capabilityHow CoreAI uses it
Networking and exposurePublish the portal, APIs, MLflow, and other user-facing services
Identity and accessAuthenticate users and services through Keycloak and related access controls
Secrets and certificatesProtect service credentials, client secrets, and TLS configuration
InferenceRun installed models through services such as KubeAI and vLLM
Data and storagePersist operational state in PostgreSQL and objects in MinIO
WorkflowsSupport automation and event-driven patterns where needed
ObservabilityCollect metrics, logs, and traces from CoreAI services
GitOps and deliveryDeploy and update CoreAI services through Argo CD and the platform delivery chain

Practical Boundary

  • Runtime provides the shared operational platform
  • CoreAI provides reusable AI application capabilities
  • ProAI and business use cases consume both

Example

When a team uses CoreAI to publish a GenAI assistant, Runtime still handles ingress, certificates, storage, and inference operations. CoreAI adds the portal, APIs, model lifecycle, vector workflows, and LLM observability that make the assistant usable.

On this page