Pod
Resource Icon

Resource Overview
The smallest deployable unit in Kubernetes that runs one or more containers together.
Associated Resources
Parent Resource
Connected Resources
Resource Configuration
Basic Settings
namespace: Namespace where the Pod resource will be deployedannotations: Kubernetes system metadatalabels: User-defined labels for Pod identification and classificationpod_security_context: Pod-level security and permission settingsinit_containers: Definition of initialization containers executed before the main containerscontainers: Definition of container specifications to be executed in the Podcontainers.image: Container imagecontainers.resources: CPU / Memory requests and limitscontainers.probe: startup, liveness, and readiness probe configurationcontainers.env: Environment variable definitionscontainers.env_from: Environment variable injection based on ConfigMap / Secretcontainers.command: Container execution commandcontainers.args: Container execution argumentscontainers.port: Ports exposed by the containercontainers.volume_mount: Volume mount paths in the containervolume: Definition of volumes used by the Poddns_policy: DNS policy configurationenable_service_links: Whether to automatically inject service environment variableshost_network: Whether to use the host networkimage_pull_secrets: List of Secrets used for pulling container images