Kohei Ota (inductor)
Kohei Ota (inductor)
# What バインドマウントはDBなどでパフォーマンスが低下しやすい(特にmacOSやWindowsなどの異なるOSファミリーを介した起動) また、DBはファイルを直接操作するシーンがないため、基本的にはDocker Volumeを使った方が望ましい ただし、何も考えずに移行するとDBなどが吹っ飛んでしまうため、移行ステップとして起動時に docker cp などを用いるべき # Why # Additional info (optional)
https://github.com/marketplace/actions/build-and-push-docker-images https://github.com/marketplace/actions/docker-login https://github.com/marketplace/actions/docker-metadata-action The actions above is officially maintained by Docker
https://github.com/mariadb-operator/mariadb-operator is an official repository now
Currently the CR has DB password to be embedded in the manifest itself encoded in base64, but it should also be possible to pass it by referring a secret resource.
I believe this is kind of related to https://github.com/abalki001/mariadb-operator/issues/21, but CronJob now has v1 which is stable and this operator still relies on the beta API version. It should be...
Currently this operator uses Operator SDK `v0.16.1` according to go.mod. It is very old and now the latest version is 1.18. The community highly recommend to upgrade it to at...
Go lint has some errors which should be easily addressed. Probably a good first issue? https://github.com/abalki001/mariadb-operator/actions/runs/1919766197
Hello, I’m using this CSI driver in my environment but I wonder if it supports Prometheus metrics endpoint so that I can scrape PVC and storage usage on Prometheus and...
Kubernetes official document now recommends to use Calico or Cillium https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/