일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- golang
- Kubernetes
- repository
- HTML
- Octavia
- Kubeflow
- Linux
- libvirt
- Arch
- ubuntu
- kolla
- grafana-loki
- pacman
- nfs-provisioner
- k8s
- i3
- port open
- cephadm
- Ansible
- awx
- KVM
- kolla-ansible
- cloud-init
- ceph-ansible
- yum
- Docker
- archlinux
- ceph
- terraform
- OpenStack
- Today
- Total
목록60.Cloud/80.Kubernetes (45)
YJWANG
ingress 구축이 처음이라면 아래 글 부터 따라하시고 오시는 것을 추천드립니다. 제 글입니다..ㅎ https://yjwang.tistory.com/37 위 페이지의 구성이 돼있다는 전제 하에 진행할 예정입니다. 이번에는 ingress 자체를 분기하기 위해 nodeport가 아닌 Direct로 80 /443에 접근하기 위해 metallb를 사용해볼 예정입니다. 기존 구성대로 할 시 nodeport를 통하지 않고서는 통신되지 않습니다. 이는 controller 서비스가 독립된 network 내에 있어 접근이 불가능 하기 때문입니다. 자세한 설명은 위 링크 포스팅을 참고하시기 바랍니다. NodePort로 접속 [root@wyj05_deploy_0 ingress]# curl 10.95.90.20:31904/..

test1 test1 htttpd 리소스들을 ingress로 묶을 예정이다. 계획은 :port/test1 로 접속하면 test1로 분기 :port/test2 로 접속하면 test2로 분기이다. bare-metal 환경이기에 ingress controller 서비스로 80 direct 접근은 불가능 하여 nodeport를 사용해야한다. 아래 내용을 참고하면 잘 이해할 수 있다. https://kubernetes.github.io/ingress-nginx/deploy/baremetal/ 구성하려는 구성도는 kubernetes 홈페이지에 너무 잘 나와있다. refer to : https://kubernetes.io/docs/concepts/services-networking/ingress/ (rewrite 참..
GUI로 config를 진행할 수 없다는 가정 하게 CLI로만 진행한다. refer to https://pypi.org/project/nexus3-cli/ nexus 세팅 nexus3 이미지 pull 및 실행 # docker run -d --net=host --name=nexus3 sonatype/nexus3nexus3 admin default 암호 확인 # docker exec -it nexus3 cat /nexus-data/admin.passwordnexus3 cli Download # pip3 install nexus3-clinexus3 login 인증서는 사용하지 않을겁니다. [root@wyj02_deploy_0 ~]# nexus3 login Url [http://localhost:8081]: U..