minikube addons enable ingress 로 ingress 활성화 시 아래 에러가 발생. Exiting due to MK_ADDON_ENABLE: enable failed: run callbacks: running callbacks 해결: https://github.com/kubernetes/minikube/issues/13130 minikube addons enable ingress exits with error · Issue #13130 · kubernetes/minikube What Happened? Running minikube 1.24.0 $ minikube addons enable ingress ▪ Using image k8s.gcr.io/ingress-nginx/controll..

https://subicura.com/k8s/guide/sample.html#%E1%84%8B%E1%85%AF%E1%84%83%E1%85%B3%E1%84%91%E1%85%B3%E1%84%85%E1%85%A6%E1%84%89%E1%85%B3-%E1%84%87%E1%85%A2%E1%84%91%E1%85%A9 웹 애플리케이션 배포 Pod, ReplicaSet, Deployment, Service를 이용하여 기본적인 웹 애플리케이션을 배포합니다. subicura.com wordpress 배포 wordpress.yml apiVersion: apps/v1 kind: Deployment # mysql 파드 metadata: name: wordpress-mysql labels: app: wordpress spec: s..

https://subicura.com/k8s/guide/service.html Service Service(서비스)를 이용하여 Pod을 노출하고 클러스터 외부에서 접근할 수 있는 방법을 알아봅니다. subicura.com 모든 Pod 들은 고유의 ip 를 갖고있다 하지만 Pod들은 deployment와 relicaSet에 의해 사라지기도 하기 때문에 Pod 과 직접 소통하는 것은 권장되지 않는다 따라서 별도의 고정된 IP를 갖는 서비스를 만들고 그 서비스를 통해 pod 에 접근한다 ClusterIP 서비스 ClusterIP는 클러스터 내부에 새로운 IP를 할당하고 여러 개의 Pod을 바라보는 로드밸런서 기능을 제공한다. 그리고 서비스 이름을 내부 도메인 서버에 등록하여 Pod 간에 서비스 이름으로 통신할..

https://subicura.com/k8s/guide/deployment.html Deployment Deployment(배포)를 이용하여 Pod을 새로운 버전으로 업데이트하고 롤백하는 방법을 알아봅니다. subicura.com pod 을 직접 만들었을때 사실 pod 을 직접 만드는 일은 잘 없고 replicaset 을 만들면 replicaset이 pod 을 만든다고 했다. 하지만 replicaset 도 직접 만들일은 잘 없고 deployment 를 직접 만든다! Deployment 만들기 echo-deployment.yml apiVersion: apps/v1 kind: Deployment # 이 부분 metadata: name: echo-deploy # 이 부분 spec: replicas: 4 sel..
- Total
- Today
- Yesterday
- priority queue
- 재귀
- 조합
- MVC
- Brute Force
- BFS
- Stack
- two pointer
- Tree
- graph
- binary search
- Unity
- back tracking
- floyd warshall
- C
- 이분탐색
- Kruskal
- Python
- Dijkstra
- Implementation
- db
- dfs
- Spring
- 자료구조
- recursion
- CSS
- permutation
- C++
- DP
- greedy
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |