Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

182 total results found

Database Replication

Database: Linux

MHA(Master High Availability)란, Master DB가 장애로 서비스가 불가능한 상태가 되면, 자동으로 failover를 수행하여 slave DB를 master DB로 승격시켜 서비스 다운타임을 최소화 auto failover 솔루션이다. MHA구조는 MHA manager도 추가로 구성 해야 하지만, 기본적인 이중화 구성은 MasterDB와 SlaveDB구성으로 2개의 DB를 묶어서 사용 가능 하다. 이번 데모에서는 2개의 DB를...

KoPylot

Kubernetes with AI

An AI-powered assistant for Kubernetes The blog: https://medium.com/@thiagoalves/introducing-kopylot-a-kubernetes-ai-assistant-264cff0e7846 The GitHub: https://github.com/avsthiago/kopylot KoPylot features At the current version, KoPylot has four main feat...

Bastion에서 Kubectl 쓰기 (수정 중)

Kubernetes 쿠버네티스 클러스터 관리

References: Installting Kubectl: https://kubernetes.io/docs/tasks/tools/ curl -LO https://dl.k8s.io/release/v1.24.6/bin/linux/amd64/kubectl   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current                                  D...

Testing GitOps Pattern for Multi Cluster Env

GitOps

Github 링크: https://github.com/Waji-97/ArgoCD-Test ArgoCD Spelix 링크: http://waji.spelix.co.kr/ 현재 구조 현재 테스트용 4개 클러스터 - argocd-cluster  - prd-cluster    (ctype: prd) -> argocd cluster secret속 추가 label - stg-cluster    (ctype: stg) -> argocd clust...