K8S安装部署开放服务
Helm 安装 mongodb 集群 Step1. 下载 mongodb helm chart helm repo add bitnami https://charts.bitnami.com/bitnami helm search repo mongodb helm fetch aliyun/mongodb-replicaset tar zxvf mongodb-replicaset-2 mongodb-replicaset-2.3.1.tgz Step2. 修改 values.yaml 以及 mongodb-statefulset.yaml vi mongodb-replicaset/values.yaml persistentVolume: enabled: true ## mongodb-replicaset data Persistent Volume Storage Class "ceph" accessModes: - ReadWriteOnce size: 1Gi annotations: {} vi mongodb-replicaset/templates/mongodb-statefulset.yaml volumes: - name: host-time hostPath:0 码力 | 54 页 | 1.23 MB | 1 年前3Apache Karaf Decanter 1.x - Documentation
JDBC 1.3.4. JMS 1.3.5. Camel 1.3.6. Kafka 1.3.7. Redis 1.3.8. MQTT 1.3.9. Cassandra 1.3.10. MongoDB 1.3.11. Network socket 1.4. SLA (Service Level Agreement) 1.4.1. Checker 1.4.2. Alerters 2. (default is 9042) 1.3.10. MongoDB The Decanter MongoDB appender allows you to store the data (coming from the collectors) into a MongoDB database. The decanter-appender-mongodb feature installs this appender: appender: This feature installs the appender and a default etc/ org.apache.karaf.decanter.appender.mongodb.cfg configuration file containing: ########################################### # Decanter Cassandra0 码力 | 67 页 | 213.16 KB | 1 年前3Apache Karaf Decanter 2.x - Documentation
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33 1.3.12. MongoDB. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . InfluxDB server. 1.3.12. MONGODB The Decanter MongoDB appender allows you to store the data (coming from the collectors) into a MongoDB database. The decanter-appender-mongodb feature installs this appender: decanter-appender-mongodb This feature installs the appender and a default etc/org.apache.karaf.decanter.appender.mongodb.cfg configuration file containing: ################################ # Decanter MongoDB Configuration0 码力 | 64 页 | 812.01 KB | 1 年前3OpenShift Container Platform 4.4 构建(build)
并提高 Jenkins 处理期间的性能。 5.4.4. Pipeline 构建教程 本例演示如何创建 OpenShift Pipeline,以使用 nodejs-mongodb.json 模板构建、部署和验证 Node.js/MongoDB 应用程序。 jenkinsPipelineStrategy: ... env: - name: "FOO" value: "BAR" nodejs-sample-pipeline.yaml 的文件: 注意 注意 这将创建一个 BuildConfig,它将使用 Jenkins Pipeline 策略来构建、部署和扩展 Node.js/MongoDB 示例应用程序。 3. 使用 jenkinsPipelineStrategy 创建 BuildConfig 后,请通过使用内联 jenkinsfile 告知管道接下 来做什么: 注意 注意 githubusercontent.com/openshift/nodejs- ex/master/openshift/templates/nodejs-mongodb.json' 1 def templateName = 'nodejs-mongodb-example' 2 pipeline { agent { node { label 'nodejs' 3 } }0 码力 | 101 页 | 1.12 MB | 1 年前3OpenShift Container Platform 3.11 扩展和性能指南
basename: clusterloader-nodejs-mongodb tuning: default ifexists: reuse templates: - num: 1 file: ./examples/quickstarts/nodejs-mongodb.json - num: 1 basename: 3.10 中,使用这些 (no)SQL 数据库进行了大量测试: Postgresql SQL v9.6 MongoDB noSQL v3.2 这些数据库的存储源自聚合模式存储集群。 用于 Postgresql SQL 基准测试 pgbench,用于数据库基准测试。对于 MongoDB noSQL 基准测试 YCSB Yahoo!Cloud Serving Benchmark 用于基准测试,workloada o pen-behind performance.st rict-o-direct 第 第 15 章 章 在 在 GLUSTERFS 存 存储 储上 上进 进行 行优 优化 化 53 MongoDB noSQL 是 performance.st at-prefetch performance.re ad-ahead performance.wr ite-behind performance0 码力 | 58 页 | 732.06 KB | 1 年前3OpenShift Container Platform 4.13 CI/CD
Control Management 系统中。 本例演示如何创建 OpenShift Container Platform Pipeline,以使用 nodejs-mongodb.json 模板构建、 部署和验证 Node.js/MongoDB 应用程序。 流程 流程 1. 创建 Jenkins master: 选择要使用的项目,或使用 oc new-projectnodejs-sample-pipeline.yaml 的文件: 注意 注意 这将创建一个 BuildConfig 对象,它将使用 Jenkins Pipeline 策略来构建、部署和 扩展 Node.js/MongoDB 示例应用程序。 3. 使用 jenkinsPipelineStrategy 创建 BuildConfig 对象后,通过使用内联 jenkinsfile 告知管道做 什么: 注意 注意 githubusercontent.com/openshift/nodejs- ex/master/openshift/templates/nodejs-mongodb.json' 1 def templateName = 'nodejs-mongodb-example' 2 pipeline { agent { node { label 'nodejs' 3 } } 0 码力 | 129 页 | 1.37 MB | 1 年前3OpenShift Container Platform 3.11 开始使用
Node.js Node.js PHP CakePHP Perl Dancer Java OpenShift Container Platform 提供的其他镜像包括: MySQL MongoDB PostgreSQL Jenkins 另外,JBoss Middleware 还整合了大量 OpenShift Container Platform 模板。 XPaaS 服务提供的技术包括: 使用 使用 WEB 控制台 控制台创 创建并 建并构 构建 建镜 镜像 像 11 用户可以使用这些服务的组合: 只使用 HTTP,或使用 HTTP 和 HTTPS 不需要数据库,或使用 MongoDB、PostgreSQL 或 MySQL。 如果需要,可以与 A-MQ 集成 为了帮助演示这些应用程序,以下小节引导您创建一个包含示例 Node.js 应用程序的项目,该应用程序将 提供欢迎页面和当前点击计数(存储在数据库中)。 Node.js Node.js PHP CakePHP Perl Dancer Java OpenShift Container Platform 提供的其他镜像包括: MySQL MongoDB PostgreSQL Jenkins 另外,JBoss Middleware 还整合了大量 OpenShift Container Platform 模板。 XPaaS 服务提供的技术包括:0 码力 | 24 页 | 290.05 KB | 1 年前3The Many Faces of Struct Tags
we’ve built Evergreen - a continuous integration tool built on MongoDB (github.com/evergreen-ci/evergreen) over the last two years. MongoDB Tools (backups, restoration, monitoring…) Both rely heavily "Age":40}" Tag Safety Problem What if you need to reference the content of a tag? Useful for MongoDB, ORMs, etc. Workaround Check tags at program initialization, similar to regex.MustCompile type0 码力 | 18 页 | 148.80 KB | 1 年前3Docker 从入门到实践 0.4
i. 简介 ii. 快速上手 iii. 架构设计 22. 附录一:命令查询 23. 附录二:常见仓库介绍 i. Ubuntu ii. CentOS iii. MySQL iv. MongoDB v. Redis vi. Nginx vii. WordPress viii. Node.js 24. 附录三:有用的资源 Docker —— 从入门到实践 4 v0.4 Docker Docker —— 从入门到实践 169 附录一:命令查询 本章将介绍常见的一些仓库和镜像的功能,使用方法和生成它们的 Dockerfile 等。包括 Ubuntu、 CentOS、MySQL、MongoDB、Redis、Nginx、Wordpress、Node.js 等。 常见仓库介绍 Docker —— 从入门到实践 170 附录二:常见仓库介绍 Ubuntu 是流行的 Linux 发行版,其自带软件版本往往较新一些。 "' 5.6 版本 5.7 版本 MySQL 基本信息 使用方法 Dockerfile Docker —— 从入门到实践 173 MySQL MongoDB 是开源的 NoSQL 数据库实现。 该仓库提供了 MongoDB 2.2 ~ 2.7 各个版本的镜像。 默认会在 27017 端口启动数据库。 $ sudo docker run --name some-mongo -d0 码力 | 179 页 | 2.27 MB | 1 年前3OpenShift Container Platform 4.14 Operator
API 功能丰富,所有平台均有对应的客户端,并可插入到集群的访问控制/审核中。Operator 会 使用 Kubernetes 的扩展机制“自定义资源定义 (CRD)”支持您的自定义对象,如 MongoDB,它类似于 内置的原生 Kubernetes 对象。 Operator 与 与 Service Broker 的比 的比较? ? 服务代理(service broker)是实现应用程序的编程 fied Certified Operators 91m crunchy-postgres-operator Certified Operators 91m mongodb-enterprise Certified Operators 91m ... etcd Community fied Certified Operators 91m crunchy-postgres-operator Certified Operators 91m mongodb-enterprise Certified Operators 91m ... etcd Community0 码力 | 423 页 | 4.26 MB | 1 年前3
共 44 条
- 1
- 2
- 3
- 4
- 5