본문 바로가기

분류 전체보기131

[CKA] 준비하기 Step 3. CKA는 오픈북인데? 어떤 사이트 검색하지? https://kubernetes.io/docs/ https://kubernetes.io/blog/ https://kubernetes.io/ko/docs/ https://github.com/kubernetes/ Kubernetes Kubernetes. Kubernetes has 78 repositories available. Follow their code on GitHub. github.com - 이런 사이트들 검색가능하다고 함 - 이제 북마크 기능을 사용할 수 없으니... 검색능력을 길러보자! === 어떻게 검색하고 어떤걸 많이 검색하는지는 여기에 계속 수정 예정 2022. 11. 17.
[CKA] 준비하기 Step 2. 실습 환경세팅하기 실습은 UDEMY와 CKA 시험 접수할 수 있는 곳에서 killer shell에서 할 수 있음. killer shell 링크 https://killer.sh/linuxfoundation?code=a17d0ab8-baa8-4a7e-9b6b-0f4dd02b8ef0&type=CKA Kubernetes CKS CKA CKAD LFCT Simulator Kubernetes CKS CKA CKAD Simulator / Example Questions / Practice Exam killer.sh udemy 실습 사실 udemy 강의에서 제일제일 중요한건 Mock Exam인 것 같음 거기서 보면 https://kodekloud.com/topic/mock-exam-1-4/?utm_source=udemy&utm_medi.. 2022. 11. 16.
[CKA] 준비하기 Step 1. 시험신청, udemy 강의 1. 먼저 시험 신청부터 하자 - 일단 특이한 점 하나 있음 - 시험 일정보고 예약하고 결제하는게 아니라, 무작정 구입해야함 - 바우처 구입 -> 정보 입력 -> 시험 일정 예약... 이런 이상한 뒤죽박죽 순서임 https://training.linuxfoundation.org/certification/certified-kubernetes-administrator-cka/ Certified Kubernetes Administrator (CKA) Exam | Linux Foundation Training in skills, knowledge, and competency to perform the responsibilities of Kubernetes administrators. training.linuxf.. 2022. 11. 16.
mysql 1055 (42000) Error 1055 (42000): Expression #2 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'webapp.webapp_mandatory.config' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by 이런 에러 만났을때 mysql -h localhost -u root -p mysql 접속 mysql> show variables like 'sql_mode'; +---------------+-----------------------------------.. 2022. 6. 7.