일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- kubernetes operator
- 카오스 엔지니어링
- operator
- xdp
- Kubernetes 인증
- seldon core
- tekton
- Argo
- Model Serving
- gitops
- opensearch
- eBPF
- Kubeflow
- opentelemetry
- 오퍼레이터
- knative
- Pulumi
- Litmus
- Continuous Deployment
- Kubernetes
- CANARY
- keda
- CI/CD
- nginx ingress
- argocd
- mlops
- serving
- MLflow
- Kopf
- blue/green
- Today
- Total
목록Database (2)
Kubernetes 이야기

설치 repo 등록 dnf install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm dnf -qy module disable postgresql 설치 dnf install -y postgresql12-server init # /usr/pgsql-12/bin/postgresql-12-setup initdb Initializing database ... OK enable systemctl enable postgresql-12 start systemctl start postgresql-12 psql # su - postgres $ psql psql (12.12) Ty..

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