計劃任務經常使用在線工具-微服務信息整-seafile網盤-億圖操做

億圖html

https://jingyan.baidu.com/article/29697b91060152ab20de3c14.htmlnode

在線工具
https://tool.lu/crontab/
http://www.bejson.com/othertools/cron/
http://cron.qqe2.com/
http://www.nicetool.net/app/crontab_editor.htmllinux

 

網盤spring

docker run -d --name seafile \
   --restart=unless-stopped \
  -e SEAFILE_SERVER_HOSTNAME=sf.zhcs.com \
  -e SEAFILE_ADMIN_EMAIL=admin@zhcs.com \
  -e SEAFILE_ADMIN_PASSWORD=deyi8! \
  -v /home/sf:/shared \
  -p 80:80 \
  seafileltd/seafile:latest



admin@zhcs.com
deyi8!

清洗數據
docker exec seafile /scripts/gc.sh

 

微服務docker

1:業務系統架構全面微服務化 2:全面容器化吧 ,這種業務 很是適合, 

http://dockone.io/article/3682

http://dockone.io/article/3670 -數據庫架構

無狀態應用
整個架構分兩部分
無狀態部分和有狀態部分
而業務邏輯的部分每每做爲無狀態的部分,而將狀態保存在有狀態的中間件中,如緩存、數據庫、對象存儲、大數據平臺、消息隊列等。

這樣無狀態的部分能夠很容易的橫向擴展,在用戶分發的時候,能夠很容易分發到新的進程進行處理,
而狀態保存到後端.然後端的中間件是有狀態的,這些中間件設計之初,就考慮了擴容的時候,狀態的遷移,複製,同步等機制,不用業務層關心。

https://www.kubernetes.org.cn/3280.html
http://www.eryajf.net/2723.html 經典
https://www.rancher.cn/docs/rancher/v2.x/cn/installation/ha-install/helm-rancher/tcp-l4/create-nodes-lb/
https://www.centos.bz/2018/10/kubernetes-%e6%8c%81%e7%bb%ad%e9%9b%86%e6%88%90-springcloud/

https://www.rancher.cn/download/rke/v0.2.8-rke_darwin-amd64
https://www.rancher.cn/download/helm/helm-v2.14.3-darwin-amd64.tar.gz
https://www.rancher.cn/download/kubernetes/linux-amd64-v1.15.3-kubectl 生產etcd三個
相關文章
相關標籤/搜索