클러스터는 컨테이너 런타임을 사용하여 Kubernetes 포드를 만들고 실행하며 Google Distributed Cloud에서는 컨테이너 런타임이 containerd여야 합니다.
bmctl은 클러스터 만들기와 같은 작업에 사용되는 Docker가 필요하므로 관리자 워크스테이션에 Docker를 계속 설치해야 합니다. 여전히 Docker를 사용하여 이미지를 만들고 애플리케이션 컨테이너를 빌드할 수 있습니다. 이러한 컨테이너는 클러스터 내에서 계속 작동합니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-09-01(UTC)"],[],[],null,["Your clusters use a container runtime to create and run Kubernetes Pods and\nGoogle Distributed Cloud requires your container runtime to be `containerd`.\n| **Note:** In earlier versions of Google Distributed Cloud, you chose your container runtime, Docker or `containerd`, by specifying a value in the `spec.nodeConfig.containerRuntime` field in your cluster configuration file. This field is no longer included in cluster configuration files generated by `bmctl` and is ignored if it's added.\n\nYou must continue to install Docker on your\n[admin workstation](/kubernetes-engine/distributed-cloud/bare-metal/docs/installing/install-prereq#workstation_prerequisites)\nbecause `bmctl` requires Docker for operations, such as cluster creation. You\ncan still use Docker to create images and build application containers. Those\ncontainers still work inside your cluster.\n\nCheck the status of the container runtime\n\nTo check the status of the container runtime, run the following command: \n\n systemctl status containerd"]]