Infrastructure as Code
IaCAlso called: IaC
A 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.
Explore more about Deployment
Related terms
An open-source infrastructure as code tool used to define, provision, and manage cloud resources via declarative configuration files.
HelmAn open-source package manager for Kubernetes that simplifies the deployment, configuration, upgrading, and management of containerized applications using reusable packages called Helm Charts.
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.
Deployment ManifestA declarative configuration file that specifies how an application or service should be deployed, configured, and managed within a target environment.