Difference between revisions of "Cephfs microk8s"
Jump to navigation
Jump to search
(Created page with "https://jonathangazeley.com/2020/09/10/building-a-hyperconverged-kubernetes-cluster-with-microk8s-and-ceph/") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
https://jonathangazeley.com/2020/09/10/building-a-hyperconverged-kubernetes-cluster-with-microk8s-and-ceph/ | https://jonathangazeley.com/2020/09/10/building-a-hyperconverged-kubernetes-cluster-with-microk8s-and-ceph/ | ||
+ | |||
+ | https://www.redhat.com/en/topics/data-storage/file-block-object-storage | ||
+ | |||
+ | ``` | ||
+ | lxc config set k8s3 limits.cpu=8 limits.memory=24GB | ||
+ | ``` | ||
+ | |||
+ | |||
+ | https://computingforgeeks.com/how-to-deploy-rook-ceph-storage-on-kubernetes-cluster/ |
Latest revision as of 04:26, 4 July 2023
https://www.redhat.com/en/topics/data-storage/file-block-object-storage
lxc config set k8s3 limits.cpu=8 limits.memory=24GB
https://computingforgeeks.com/how-to-deploy-rook-ceph-storage-on-kubernetes-cluster/