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

88 total results found

ETCD

CKA(Certified Kubernetes Admin) 코어 개념

KubeSphere Namespace 삭제

Kubesphere Kubesphere 클러스터 관리

KubeSphere Web UI를 통해 Namespace 삭제 작업 순서 Kubesphere에서는 Namespace 단위를 Project라고 부른다. 일반 적으로 Kubernetes는 Cluster 바로 아래에 Namespace 가 존재 하지만, Kubesphere는 Cluster -> Workspace -> Project 순서로 배치 되어 있다 KubeSphere 메인 화면에서 Workspaces 선택 삭제 할 Project가 존재하는 Wor...

kubectl 자동 완성 (수정 중)

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

쿠버네티스의 자동 완성 기능은 긴 쿠버네티스 리소스 이름을 자동 완성 시킬때 꽤 유용 하다.  자세한 정보는  k8s 자동완성 설정 먼저 type _init_completion 명령어를 사용하여 이미 설정이 되어 있는지 부터 확인 안되어 있는 경우: type _init_completion-bash: type: _init_completion: not found 설정 하려면: source /usr/share/bash-completion/b...

OpenShift 설치

설치: 오픈쉬프트

SSH Issue Files for installation pre-installation.tar roles Installation Steps: Firstly, get the packages tar file scp .\pre-installation.tar root@10.1.10.230:/root/ (download the pre-installation.tar file from the notion or from the link above) Then...

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...