본문 바로가기 메뉴 바로가기

Jacob Baek's home

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

Jacob Baek's home

검색하기 폼
  • all (170) N
    • private (3)
      • diary (0)
      • graduateschool (3)
      • important thing (0)
      • my project (0)
      • study (0)
    • Cloud (58) N
      • Private Cloud (34) N
      • Public Cloud (0)
      • Cloud Native (16)
      • Architecture&Tech (1)
      • Kubernetes (7)
    • Security (9)
      • programming (0)
      • Architecture&Tech (3)
      • System&Tools (2)
      • Cloud Native (3)
    • DevOps (19)
      • System&Tools (19)
      • Architecture&Tech (0)
    • Network (4)
      • System&Tools (3)
      • Architecture&Tech (1)
    • Storage (5)
      • Architecture&Tech (1)
      • System&Tools (4)
    • os (20)
      • Linux (18)
      • Windows (2)
      • Embedded&Mobile&Etcs (0)
    • programming (15)
      • c/c++ (1)
      • Java (1)
      • kernel (0)
      • Scripts (4)
      • devtools (2)
      • protocol (1)
      • common (1)
      • sw engineering (1)
      • Web Programming (0)
      • etc (4)
    • Server (13)
      • SystemMGAuto (0)
      • WebServer (4)
      • VirtualServer (0)
      • EtcServer (9)
    • ITtech (1)
    • quailty assurance (4)
      • Theory (1)
      • System & Tools (3)
    • database (0)
    • language (0)
    • Trips (0)
    • music (0)
    • etc (2)
  • 방명록

Cloud (58)
cURL with OpenStack

OpenStack API 요청을 cURL로 확인해야할 일이 있어 간단히 script으로 정리해보았다. step by step cURL과 같은 cli 기반의 요청을 위해서는 먼저 token 정보가 필요하다. 먼저 token을 가져오는 아래와 같은 요청을 먼저 수행하자. 우선 수행을 위해서는 당연하게도 openrc 파일내에 선언된 환경변수가 필요하다. [root@deploy ~]# source admin-openrc.sh [root@deploy ~]# curl -v -s -X POST $OS_AUTH_URL/auth/tokens?nocatalog \ -H "Content-Type: application/json" \ -d '{ "auth": { "identity": { "methods": ["pass..

Cloud/Private Cloud 2021. 4. 9. 22:21
Velero

Kubernetes 환경에서 Backup과 Restore를 명령줄로 수행할수 있는 도구를 찾다가 Velero라는 도구가 있어 이를 사용해보면서 내용을 정리해보았다. https://github.com/vmware-tanzu/velero Velero란 Velero란 (이전에 알려진것은 Heptio Ark이다.) Kubernetes Cluster 자원과 PV(persistent Volume)들을 Backup하고 Restor 할수 있게 해주는 도구이다. https://velero.io/docs/main/ Velero는 다음과 같은 기능을 수행할수 있다. Backup과 Restore Backup의 scheduling Object Storage 로 Sync Cluster간 pod 부터 pv까지 자원 Migratio..

Cloud/Kubernetes 2021. 4. 6. 23:56
ingress with subpath

nginx-ingress를 사용해 다수의 subpath를 각 Application별로 지정해 접근할수 있는 환경을 만들어보고자 한다. ingress에서 subpath를 사용해야 하는 경우 아래와 같은 설정이 필요하다. (kubernetes 1.19.8 에서 아래 설정이 동작되었다.) apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: grafana-ingress namespace: monitoring annotations: nginx.ingress.kubernetes.io/rewrite-target: /$2 spec: rules: - host: "test.jacobbaek.com" http: paths: - path: /grafana(/|$)(..

Cloud/Kubernetes 2021. 3. 23. 22:49
Cluster-API

Cluster API VMWARE에서 시작한 OpenSource Project로 Kubernetes의 서브 프로젝트로 선언적 API들과 다수의 Kubernetes Cluster들을 쉽게 운영하고 업그레이드, 배포하기 위한 도구로서 제공되는것에 초점을 맞추고 있다. Cluster API는 kubernetes cluster 전체주기관리(생성,설정,업그레이드,제거)에 대한 선언적인 접근과 kuberetes 스타일의 API를 가져오는 프로젝트이다. Cluster API를 통해 다음과 같은 기능을 수행할 수 있다. multi-master 안정된 Kubernetes cluster들을 배포할수 있다. Kubernetes cluster 초기의 요구되는 모든것을 배포하고 관리할수 있다. 보안 best practices를..

Cloud/Kubernetes 2021. 3. 20. 22:03
이전 1 2 3 4 ··· 15 다음
이전 다음
공지사항
최근에 올라온 글
  • cURL with OpenStack
  • Velero
  • Certificates
  • ingress with subpath
최근에 달린 댓글
  • 감사합니다 부족한 질문이었⋯
  • 안녕하세요. 먼저 질문주신⋯
  • 안녕하세요 ㅎㅎ 구글에서 돌⋯
Total
59,601
Today
30
Yesterday
32
링크
  • Cyuu
TAG
  • jenkins
  • minio
  • vagrant
  • openstacksdk
  • boundary ssh
  • dnssec
  • crashloopbackoff
  • metallb
  • devops
  • minikube
  • Terraform
  • gluster
  • OpenStack
  • elasticsearch
  • ConEmu
  • hashicorp boundary
  • ansible
  • socket
  • galera
  • macvlan
  • Jenkinsfile
  • openstack backup
  • ceph
  • Helm Chart
  • wsl2
  • DevSecOps
  • kubernetes install
  • kubernetes
  • vmware openstack
  • K3S
more
«   2021/04   »
일 월 화 수 목 금 토
        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  
글 보관함
  • 2021/04 (2)
  • 2021/03 (7)
  • 2021/02 (4)
  • 2021/01 (3)
  • 2020/12 (2)

Blog is powered by Tistory / Designed by Tistory

티스토리툴바