Serverless Deployment
A deployment model where application code runs in ephemeral containers managed automatically by a cloud provider.
Explore more about Deployment
Related terms
The practice of packaging an application and its dependencies into portable containers that run consistently across different environments.
KubernetesK8sAn open-source container orchestration platform that automates the deployment, scaling, networking, and management of containerized applications across clusters of machines, making it a standard platform for running production AI and cloud-native workloads.
Model ServingThe process of making an AI model available for inference by deploying it behind an interface that accepts requests and returns predictions or generated outputs.
Runtime EnvironmentThe underlying hardware and software infrastructure where applications or models execute.
Infrastructure as CodeIaCA software engineering practice in which infrastructure resources such as servers, networks, cloud services, and Kubernetes clusters are defined, provisioned, and managed using declarative or imperative code instead of manual configuration.
AutoscalingThe automatic adjustment of computing resources in response to changing workloads to optimize performance, availability, and cost efficiency.