반응형
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
- opentelemetry
- blue/green
- tekton
- Pulumi
- operator
- Continuous Deployment
- CANARY
- seldon core
- 카오스 엔지니어링
- serving
- Kubeflow
- gitops
- Argo
- argocd
- 오퍼레이터
- Kubernetes 인증
- Kopf
- knative
- argo rollout
- MLflow
- gitea
- Kubernetes
- Model Serving
- CI/CD
- kubernetes operator
- Litmus
- nginx ingress
- mlops
- keda
- opensearch
Archives
- Today
- Total
목록mariadb 설치 (1)
Kubernetes 이야기
MariaDB 설치 ( centos 7)
1. MariaDB Yum Repo 등록 # vi /etc/yum.repos.d/MariaDB.repo [mariadb] name = MariaDB baseurl = http://yum.mariadb.org/10.7.3/centos7-amd64 gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB gpgcheck=1 2. Maria DB 설치 # yum install MariaDB -y Loaded plugins: fastestmirror, langpacks Loading mirror speeds from cached hostfile epel/x86_64/metalink | 9.8 kB 00:00:00 * base: mirror.kakao.com * epel: ftp..
Database/MariaDB
2022. 3. 22. 11:09