윈도우 로컬에 Docker for Windows 설치 후 kubernetes 활성화를 한 후 Helm 설치 테스트를 해봤다. 구성은 아래와 같이 했다. 서비스로 배포하고 일단 NodePort로 30123을 지정해 외부에서 쓸 수 있게 구성함 (Helm 배포 테스트용이라 Ingress 설정 등 따로 신경쓰지 않음) Docker 컨테이너 이미지 배포 후에 아래와 같이 Helm을 구성함 파일 디렉토리 구조는 아래와 같다. └─Chart │ .helmignore │ Chart.yaml │ values.yaml │ └─templates deployment.yaml service.yaml Chart.yaml apiVersion: v1 name: test description: A Helm chart for Serv..
Q. How many ReplicaSets exist on the system? A. kubectl get replicaset 결과 Q. How many PODs are DESIRED in the new-replica-set A. kubectl get replicaset -> 4 Q. What is the image used to create the pods in the new-replica-set? A. kubectl describe replicaset Q. How many PODs are READY in the new-replica-set A. kubectl get replicaset Q. Why do you think the PODs are not ready A. kubectl describe po..
Q. Create a new pod with the NGINX image A. kubectl run nginx --image=nginx 결과 Q. How many pods are created now? A. kubectl get pods 결과 Q. What is the image used to create the new pods? A. kubectl get pods -o wide A. kubectl describe pod newpods Q. Which nodes are these pods placed on? A. kubectl describe pod newpods Q. What images are used in the new 'webapp' pod? A. kubectl describe pod webapp..
- Total
- Today
- Yesterday
- white paper
- 동적계획법
- architecture
- Spring
- kubernetes
- k8s
- SpringBoot
- 블록체인
- vuejs
- Java
- Vue.js
- 스프링
- 백준
- Bruteforce
- Bitcoin
- Nealford
- gRPC
- 아키텍처
- 스프링 시큐리티
- Blockchain
- 비트코인
- 카르다노
- excel parsing
- DP
- Redis
- leetcode
- 알고리즘
- 사토시 나가모토
- 암호화폐
- CARDANO
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |