[Qwiklabs] Cloud Shell 에서 Web Preview가 제대로 안될 때 참고
포스트
취소

[Qwiklabs] Cloud Shell 에서 Web Preview가 제대로 안될 때 참고

구글 클라우드 스터디잼 쿠버네티스 입문과정 참고

Google Cloud Skills Boost

Quest : Kubernetes in Google Cloud

Lab : Continuous Delivery with Jenkins in Kubernetes Engine

(Kubernetes Engine에서 Jenkins로 지속적 배포)

Content : Connect to Jenkins

(Jenkins에 연결하기)

⚪ Cloud Shell 에서 Web Preview가 제대로 안될 때 참고

1
Error: Could not connect to Cloud Shell on port 8080 

요약 : kubectl port-forward $POD_NAME 8080:8080 >> /dev/null & 명령어를 통해 $POD_NAME 에게 포트포워딩 해주어야 한다.

이 기사는 저작권자의 CC BY 4.0 라이센스를 따릅니다.

[svn] svn remote repository의 URL이 변경 되었을 때(svn 서버 URL 변경)

[RaspberryPi] 라즈베리파이 4 gpio를 이용한 팬 컨트롤 (bash script)