The Path to GitOpsparameterize when you don’t know something about the cluster ahead of time (for example, the Ingress “host” field in the YAML). You can use Helm to parameterize the configuration and just supply the values beforehand. An example of this is the Ingress Object in Kubernetes [5.1]. This configuration has a host field in the YAML manifest that is supposed to be filled in with the fully qualified domain name handled by the cloud-native CI/CD platform Tekton, where you can set up Pipeline-as-code [8.9] to host your pipelines in Git (similar to a GitHub action) and have Tekton read your Pipeline definitions0 码力 | 45 页 | 1.09 MB | 1 年前3
CloudExplorer 3.0 部署运维手册v1.2。 8.2 数据库备份 CloudExplorer 平台数据库:keycloak/fit2cloud/activiti 1)编辑备份脚本 #!/bin/bash # 数据库信息 DB_HOST=localhost DB_USER=root DB_PASS=Password123@mysql # 备份目录 BACKUP_DIR=/backup/mysql # 数据库信息 DATABASES=(fit2cloud ${DATABASES[@]} do mkdir -p ${BACKUP_DIR}/${db} sleep 1 mysqldump -u$DB_USER -p$DB_PASS -h$DB_HOST --single-transaction --events --flush-logs --routines --triggers -B ${db} | gzip > $BACKUP_DIR/${db}/${db}_$DATE0 码力 | 29 页 | 0 Bytes | 1 年前3
What's new with
GitOps and OpenShiftOpenShift 4 - A Smarter Kubernetes Platform Automated, full-stack installation from the container host to application services Seamless Kubernetes deployment to any cloud or on-premises environment0 码力 | 34 页 | 2.01 MB | 1 年前3
CloudExplorer 3.0 管理员手册v1.2management-center: image: xxx.xxx.xxx.xxx/management-center container_name: management-center environment: HOST_HOSTNAME: $HOSTNAME networks: - cmp-network 杭州飞致云信息科技有限公司 31 extra_hosts: - "iam-apigateway-proxy management-center: image: xxx.xxx.xxx.xxx/management-center container_name: management-center environment: HOST_HOSTNAME: $HOSTNAME . . . networks: - cmp-network extra_hosts: - "iam-apigateway-proxy.demo0 码力 | 308 页 | 0 Bytes | 1 年前3
共 4 条
- 1













