Deployment
Resource Icon

Resource Overview
A Kubernetes service that ensures a specified number of Pod replicas are always running.
Associated Resources
Parent Resource
Connected Resources
Resource Configuration
Basic Settings
namespace: Namespace where the Deployment resource will be deployedannotations: Kubernetes system metadata key-value pairslabels: Labels used to identify the Deployment resourcetemplate_labels: Labels applied to the Pods that will be createdreplicas: Number of Pod replicas to maintainpod_security_context: Pod-level security and permission settingsinit_containers: Definition of initialization containers executed before the main containerscontainers: Definition of containers included in the Podvolume: Definition of volumes used by the Poddns_policy: Pod DNS policyenable_service_links: Whether to automatically inject service environment variableshost_network: Whether to use the host networkimage_pull_secrets: List of Secrets used when pulling container images