일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
- 딥레이서 보상함수
- Firelens
- Kubernetes
- 쿠버네티스 컴포넌트
- EKS 클러스터
- jenkins
- headless service
- terraform
- livenessPorbe
- Prometheus install
- github action 사용법
- 깃허브 액션
- helm
- kubernetes 동작 원리
- Kubernets on Jenkins
- Aurora cluster
- 그라파나 시각화
- blue-green
- 로드밸런서 컨트롤러
- 솔데스크
- EFS CSI Driver
- grafana on kubernetes
- 그라파나 대시보드
- AWS 딥레이서
- 쿠버네티스
- Solution Architecture
- SAA 합격 후기
- 메탈LB
- LoadBalancer Controller
- 딥레이서
목록kubernetes (42)
mingming
Question 1.The DevOps team would like to get the list of all Namespaces in the cluster. Get the list and save it to /opt/course/1/namespaces on ckad5601.Answerkubectl get ns > /opt/course/1/namespacesQuestion 2.Create a single Pod of image httpd:2.4.41-alpine in Namespace default. The Pod should be named pod1 and the container should be named pod1-container.Your manager would like to run a comma..
실습용으로 사용중이던 VM을 오랜만에 켜보니 kube-apiserver 와 통신이 불가능하여 kubectl 명령이 수행되지 않았습니다.kubectl get podsE1224 22:11:19.766017 23306 memcache.go:265] couldn't get current server API group list: Get "https://192.168.56.103:6443/api?timeout=32s": dial tcp 192.168.56.103:6443: connect: connection refusedE1224 22:11:19.767835 23306 memcache.go:265] couldn't get current server API group list: Get "https://192...
Helm 으로 설치한 Jenkins 버전 업그레이드helm repo : https://charts.jenkins.io/Jenkins chart 버전: jenkins-5.6.4Jenkins 버전: 2.462.2 2.462.2 버전에서 보안취약성 발견으로 인하여 버전 업그레이드를 진행합니다.Jenkins 2.462.2 core and librariesDenial of service vulnerability in bundled json-libMultiple security vulnerabilities in Jenkins 2.478 and earlier, LTS 2.462.2 and earlierFixes for all of these issues are available. Update Jenkins now. ..
현재 사용중인 kubectl 버전은 1.23 버전으로 업그레이드가 필요한 상황입니다. 기존에 사용중인 1.23 버전에서 1.30 버전으로 업그레이드 진행하려 합니다. Kubectl 버전 확인## short flag는 현재 버전에선 deprecated 되었습니다.kubectl version --short## kube config 파일의 API 버전이 derprected 되었으며, kubeconfig 파일을 업데이트 하라는 경고문입니다.Kubeconfig user entry is using deprecated API version client.authentication.k8s.io/v1alpha1. Run 'aws eks update-kubeconfig' to update.Client Version: v1...

교육과정에서 프로젝트 당시 사용중이던 vm에 오랜만에 접속해보니 Jenkins가 Error 상태에 빠져있었습니다.해당 파드를 몇번 재시작해보니 init container에서 에러가 발생한 것을 확인할 수 있었습니다. Log 확인Jenkins Pod의 로그를 확인해봐도 별다른 에러를 발견할 수 없었습니다.root@master:~# kubectl logs jenkins-0Defaulted container "jenkins" out of: jenkins, config-reload, config-reload-init (init), init (init)Error from server (BadRequest): container "jenkins" in pod "jenkins-0" is waiting to start:..
Question 1 | You have access to multiple clusters from your main terminal through kubectl contexts. Write all those context names into /opt/course/1/contexts. Next write a command to display the current context into /opt/course/1/context_default_kubectl.sh, the command should use kubectl. Finally write a second command doing the same thing into /opt/course/1/context_default_no_kubectl.sh, but wi..