반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- serving
- keda
- blue/green
- Kubernetes
- Model Serving
- opensearch
- operator
- Pulumi
- Kubernetes 인증
- argo rollout
- 오퍼레이터
- Continuous Deployment
- MLflow
- gitops
- Kopf
- Litmus
- mlops
- tekton
- Argo
- Kubeflow
- nginx ingress
- kubernetes operator
- argocd
- CANARY
- knative
- opentelemetry
- CI/CD
- 카오스 엔지니어링
- gitea
- seldon core
Archives
- Today
- Total
목록kubernetes vault (1)
Kubernetes 이야기
Kubernetes 에서 Vault 활용
Vault Valut는 HashiCorp 사에서 만든 오픈소스로 비밀 및 기타 민감한 데이터를 보호하기 위해 토큰, 암호, 인증서, 암호화 키에 대한 액세스를 보호, 저장 및 제어할 수 있는 기능을 가지고 있다. 이러한 Valut를 Kubernetes와 통합 하기 위해 크게 2가지 방법을 지원한다. 1. Valut Agent Injector 2. Valut Container Storage Interface (CSI) 두 가지 방식의 비교 1. Valut Agent Injector Vault 설치 # helm repo add hashicorp https://helm.releases.hashicorp.com # helm repo update # kubectl create namespace vault # he..
Kubernetes/보안
2022. 3. 14. 23:24