- public key
- proxy shell
- init components
# using git bash in win10
ssh-copy-id -i pub-key-path-end-with-dot-pub user@ip
这玩意儿是有章可循的
脑子里闪过的关注点是:
可测试性,可维护性(想的是运维,其实包含整个SCM周期)
按着这个思路还会有可扩展性(开闭法则等等巴拉巴拉)和可伸缩性(水平->k8s HPA,垂直->k8s node join cluster and redeploy)
CNCF自己有个 https://landscape.cncf.io/grouping=landscape&landscape=certified-kubernetes-distribution,certified-kubernetes-hosted,certified-kubernetes-installer[page] 干这个事情的,维度更多,有宣传意味,也不太符合特定条件下的诉求
灵雀、时速、阿里云就不必细说了,主要是自维护和自研
类似灵雀、时速这样的开源平台产品也很多,比如大名鼎鼎的RedHat的OpenShift,还有丰富的社区(经验,虽然可能是英文的)的支持,而国内的商业化产品都没有开源产品,对应起来没有活跃社区来支持,只能选择他们的商业服务
所以自维护是一个可行的现实的选择
自研确实不可取,人力物力的没有,但是可能会是自维护长远路径的一个可选结果
| /*! normalize.css v2.1.3 | MIT License | git.io/normalize */ | |
| /* ========================================================================== | |
| HTML5 display definitions | |
| ========================================================================== */ | |
| /** | |
| * Correct `block` display not defined in IE 8/9. | |
| */ |
| sudo yum install rubytems ruby-devel -y | |
| sudo gem install compass |
| # only like CentOS | |
| # first you should be install epel repo | |
| sudo yum install nodejs npm | |
| # now , U R the Full Stack Engineer.... |
| sudo wget "http://mirrors.163.com/.help/CentOS6-Base-163.repo" -O /etc/yum.repos.d/CentOS6-Base-163.repo | |
| sudo yum clean all |