Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Veeam Kasten Integration Idea
Search
SKT Container Solution
April 29, 2022
Technology
0
49
Veeam Kasten Integration Idea
세션 내용:
Veeam Kasten 솔루션과 SKT 컨테이너 솔루션과의 연동 및 활용 아이디어 소개
SKT Container Solution
April 29, 2022
Tweet
Share
More Decks by SKT Container Solution
See All by SKT Container Solution
SKT Container Platform Introduction
bluejaya
1
170
Tech Day Introduction
bluejaya
0
50
Decapod
bluejaya
0
78
GitOps Infrastructure with Cluster-API
bluejaya
0
71
Veeam Kasten
bluejaya
0
120
AI Backend Introduction
bluejaya
0
63
Policy as a Service
bluejaya
0
49
MSA and Open Source SW
bluejaya
0
200
Other Decks in Technology
See All in Technology
CursorによるPMO業務の代替 / Automating PMO Tasks with Cursor
motoyoshi_kakaku
2
770
AIとともに進化するエンジニアリング / Engineering-Evolving-with-AI_final.pdf
lycorptech_jp
PRO
0
140
Geminiとv0による高速プロトタイピング
shinya337
0
190
Claude Code Actionを使ったコード品質改善の取り組み
potix2
PRO
6
2.6k
使いたいMCPサーバーはWeb APIをラップして自分で作る #QiitaBash
bengo4com
0
1.1k
250627 関西Ruby会議08 前夜祭 RejectKaigi「DJ on Ruby Ver.0.1」
msykd
PRO
2
370
KubeCon + CloudNativeCon Japan 2025 Recap by CA
ponkio_o
PRO
0
240
KubeCon + CloudNativeCon Japan 2025 に行ってきた! & containerd の新機能紹介
honahuku
0
120
Tech-Verse 2025 Keynote
lycorptech_jp
PRO
0
1.3k
AWS Organizations 新機能!マルチパーティ承認の紹介
yhana
1
220
Understanding_Thread_Tuning_for_Inference_Servers_of_Deep_Models.pdf
lycorptech_jp
PRO
0
150
2025-06-26_Lightning_Talk_for_Lightning_Talks
_hashimo2
2
110
Featured
See All Featured
Large-scale JavaScript Application Architecture
addyosmani
512
110k
Site-Speed That Sticks
csswizardry
10
670
Building Applications with DynamoDB
mza
95
6.5k
Reflections from 52 weeks, 52 projects
jeffersonlam
351
20k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
17
950
Docker and Python
trallard
44
3.5k
GraphQLの誤解/rethinking-graphql
sonatard
71
11k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
35
2.4k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
10
940
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.3k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
46
9.6k
Stop Working from a Prison Cell
hatefulcrawdad
270
20k
Transcript
Veeam Kasten 활용 아이디어 컨테이너솔루션개발팀 강태규
아이디어 1. tks + kasten 을 활용한 zero-cost DR AWS
Cloud VPC on-prem 고객 클러스터 Kasten backup VPC Amazon S3 TKS Admin Cluster TKS User Cluster kasten restore 장애 발생시 동적으로 전체 리소스 생성 장애 발생시 실시간으로 클러스터 및 서비스 리소스 생성
아이디어 2. argocd + kasten 을 활용한 DB 백업 kasten
container registry argocd manifest repo code repo git action apiVersion: batch/v1 kind: Job metadata: annotations: argocd.argoproj.io/hook: PreSync spec: template: spec: containers: - image: ghcr.io/kanisterio/kanister-kubectl:1.18 command: - | cat <<EOF | kubectl create -f - apiVersion: actions.kio.kasten.io/v1alpha1 kind: BackupAction metadata: name: $backup_name namespace: $NAMESPACE spec: filters: {} subject: name: $NAMESPACE namespace: $NAMESPACE EOF argocd pre-sync hook 을 활용, Image 와 kasten backup 매핑 DEV STG PRD argocd presync 에 kasten 백업 선언 이미지 deploy 시 kasten backup 실행
감사합니다