컨테이너화된 개발 환경에 ADC 설정
Cloud Run 또는 Google Kubernetes Engine에서 실행되는 컨테이너화된 애플리케이션의 인증은 로컬 테스트 환경과 Trusted Cloud 환경 간에 다르게 처리됩니다.
컨테이너화된 애플리케이션 로컬 테스트
로컬 워크스테이션에서 컨테이너화된 애플리케이션을 테스트하려면 로컬 ADC 파일로 인증하도록 컨테이너를 구성하면 됩니다. 자세한 내용은 Google 계정으로 ADC 구성을 참조하세요.
구현을 테스트하려면 minikube
및 gcp-auth
부가기능과 같은 로컬 Kubernetes 구현을 사용합니다.
Trusted Cloud에서 컨테이너화된 애플리케이션 실행
GKE 워크로드에서 Trusted Cloud API에 액세스를 참조하세요.
다음 단계
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-08-08(UTC)
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-08-08(UTC)"],[[["Authentication for containerized applications differs between local testing and Google Cloud environments."],["Local testing uses a local Application Default Credentials (ADC) file, configurable via a Google Account."],["Local Kubernetes implementations like `minikube` with the `gcp-auth` addon are recommended for testing."],["Authentication setup in Google Cloud varies based on the environment, including GKE Enterprise, GKE, and Knative serving."],["Workload Identity federation should be used for GKE and Knative serving."]]],[]]