From 1b69cba8b890f6ca3c65c563be6f39527292d1ca Mon Sep 17 00:00:00 2001 From: Jimmy Song Date: Fri, 1 Sep 2017 21:04:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BD=BF=E7=94=A8Ceph?= =?UTF-8?q?=E5=81=9A=E6=8C=81=E4=B9=85=E5=8C=96=E5=AD=98=E5=82=A8=E5=88=9B?= =?UTF-8?q?=E5=BB=BAMySQL=E9=9B=86=E7=BE=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- appendix/docker-best-practice.html | 34 +- appendix/index.html | 34 +- appendix/issues.html | 34 +- appendix/tricks.html | 34 +- concepts/concepts.html | 34 +- concepts/configmap.html | 34 +- concepts/cronjob.html | 34 +- concepts/daemonset.html | 34 +- concepts/deployment.html | 34 +- concepts/horizontal-pod-autoscaling.html | 34 +- concepts/index.html | 34 +- concepts/ingress.html | 34 +- concepts/init-containers.html | 34 +- concepts/job.html | 34 +- concepts/label.html | 34 +- concepts/namespace.html | 38 +- concepts/node.html | 44 +- concepts/objects.html | 34 +- concepts/pod-overview.html | 34 +- concepts/pod.html | 34 +- concepts/replicaset.html | 34 +- concepts/secret.html | 34 +- concepts/service.html | 34 +- concepts/serviceaccount.html | 34 +- concepts/statefulset.html | 34 +- concepts/volume.html | 34 +- develop/client-go-sample.html | 34 +- develop/contribute.html | 34 +- develop/developing-environment.html | 34 +- develop/index.html | 34 +- develop/testing.html | 34 +- etc/ceph/ceph.client.admin.keyring | 2 + guide/access-cluster.html | 34 +- guide/access-kubernetes-cluster.html | 34 +- ...plication-development-deployment-flow.html | 34 +- ...thenticate-across-clusters-kubeconfig.html | 34 +- guide/cluster-management.html | 34 +- guide/command-usage.html | 34 +- .../configure-liveness-readiness-probes.html | 34 +- guide/configure-pod-service-account.html | 34 +- ...nnecting-to-applications-port-forward.html | 34 +- guide/deploy-applications-in-kubernetes.html | 34 +- guide/index.html | 34 +- ...ctl-user-authentication-authorization.html | 34 +- .../kubelet-authentication-authorization.html | 34 +- guide/managing-tls-in-a-cluster.html | 34 +- .../migrating-hadoop-yarn-to-kubernetes.html | 34 +- guide/rbac.html | 34 +- guide/resource-configuration.html | 34 +- guide/service-access-application-cluster.html | 34 +- guide/tls-bootstrapping.html | 34 +- guide/using-kubectl.html | 34 +- index.html | 34 +- manifests/mariadb-cluster/ceph-class.yaml | 13 + manifests/mariadb-cluster/ceph-secret.yaml | 8 + manifests/mariadb-cluster/galera-mariadb.yaml | 122 ++ .../mariadb-cluster/galera-namespace.yaml | 4 + manifests/mariadb-cluster/mysql-config.yaml | 39 + manifests/mariadb-cluster/mysql-secret.yaml | 12 + practice/app-log-collection.html | 34 +- practice/cephfs.html | 1604 ++++++++++++++ practice/configuration-best-practice.html | 34 +- practice/create-kubeconfig.html | 34 +- practice/create-tls-and-secret-key.html | 34 +- practice/dashboard-addon-installation.html | 34 +- practice/data-persistence-problem.html | 34 +- practice/distributed-load-test.html | 34 +- practice/edge-node-configuration.html | 34 +- practice/efk-addon-installation.html | 34 +- practice/etcd-cluster-installation.html | 34 +- practice/glusterfs.html | 34 +- practice/heapster-addon-installation.html | 34 +- practice/index.html | 34 +- practice/install-kbernetes1.6-on-centos.html | 34 +- practice/jenkins-ci-cd.html | 34 +- practice/kubectl-installation.html | 34 +- practice/kubedns-addon-installation.html | 34 +- practice/master-installation.html | 34 +- practice/monitor.html | 34 +- .../network-and-cluster-perfermance-test.html | 34 +- practice/node-installation.html | 34 +- practice/operation.html | 34 +- .../service-discovery-and-loadbalancing.html | 34 +- practice/service-rolling-update.html | 34 +- ...ainers-using-glusterfs-with-openshift.html | 38 +- practice/storage.html | 34 +- practice/traefik-ingress-installation.html | 34 +- .../using-ceph-for-persistent-storage.html | 1875 +++++++++++++++++ ...sing-glusterfs-for-persistent-storage.html | 34 +- search_plus_index.json | 2 +- usecases/big-data.html | 34 +- usecases/configuring-request-routing.html | 34 +- usecases/index.html | 38 +- usecases/istio-installation.html | 34 +- usecases/istio.html | 34 +- usecases/linkerd-user-guide.html | 34 +- usecases/linkerd.html | 34 +- usecases/microservices.html | 34 +- usecases/serverless.html | 34 +- .../service-discovery-in-microservices.html | 34 +- usecases/spark-standalone-on-kubernetes.html | 34 +- .../support-spark-natively-in-kubernetes.html | 34 +- 102 files changed, 6727 insertions(+), 104 deletions(-) create mode 100644 etc/ceph/ceph.client.admin.keyring create mode 100644 manifests/mariadb-cluster/ceph-class.yaml create mode 100644 manifests/mariadb-cluster/ceph-secret.yaml create mode 100644 manifests/mariadb-cluster/galera-mariadb.yaml create mode 100644 manifests/mariadb-cluster/galera-namespace.yaml create mode 100644 manifests/mariadb-cluster/mysql-config.yaml create mode 100644 manifests/mariadb-cluster/mysql-secret.yaml create mode 100644 practice/cephfs.html create mode 100644 practice/using-ceph-for-persistent-storage.html diff --git a/appendix/docker-best-practice.html b/appendix/docker-best-practice.html index 98c92f1fd..0e1e60809 100644 --- a/appendix/docker-best-practice.html +++ b/appendix/docker-best-practice.html @@ -1101,6 +1101,38 @@ + + + + + + + +
  • + + + + + 4.4.2 CephFS + + + + + + + +
  • + +
  • + + + + + 4.4.2 CephFS + + + + + + + +
  • + +
  • + + + + + 4.4.2 CephFS + + + + + + + +
  • + +
  • + + + + + 4.4.2 CephFS + + + + + + + +
  • + +
  • + + + + + 4.4.2 CephFS + + + + + + + +
  • + +
  • + + + + + 4.4.2 CephFS + + + + + + + +
  • + +
  • + + + + + 4.4.2 CephFS + + + + + + + +
  • + +
  • + + + + + 4.4.2 CephFS + + + + + + + +
  • + +
  • + + + + + 4.4.2 CephFS + + + + + + + +
  • + +
  • + + + + + 4.4.2 CephFS + + + + + + + +
  • + +
  • + + + + + 4.4.2 CephFS + + + + + + + +
  • + +
  • + + + + + 4.4.2 CephFS + + + + + + + +
  • + +
  • + + + + + 4.4.2 CephFS + + + + + + + +
  • + +
  • + + + + + 4.4.2 CephFS + + + + + + + +
  • + +
  • + + + + + 4.4.2 CephFS + + + + + + + +
  • + +
  • + + + + + 4.4.2 CephFS + + + + + + + +
  • + +
  • + + + + + 4.4.2 CephFS + + + + + +