k8s操作手册 2.3
#安装k8s二进制组件 (<=1.23版本) # systemctl enable kubelet # systemctl start kubelet ③k8s集群初始化 # kubeadm version #先查看k8s版本 # GitVersion:"v1.19.4" # kubeadm config images list #查看k8s其他组件的docker镜像名,默认用 7个镜像) ★直接使用命令行方式初始化集群 (以下是非HA模式的master初始化,如果要部署高可用集群,则参考第4章) kubeadm init --kubernetes- version=v1.19.4 \ --apiserver-adver�se- address=10.99.1.51 \ # api server地址 --pod-network-cidr=10.244 gpgkey=h�ps://mirrors.aliyun.com/docker-ce/linux/centos/gpg # yum install containerd.io -y # containerd --version #查看版本 containerd containerd.io 1.6.24 61f9fd88f79f081d64d6fa3bb1a0dc71ec870523 ★配置containerd服务0 码力 | 126 页 | 4.33 MB | 1 年前3The DevOps Handbook
Dev/Test environments matched Prod. They fixed forward, but changes not put back into version control. Focused on version control and automated environment creation – time reduced from 8 weeks to 1 day b the system are shared in a version control repository ii. Version control is for everyone in the value stream iii. Everything, everything, everything is checked into version control 1. Application code includes pre-production and build processes 9. Tools iv. 2014 State of DevOps Report – use of version control by Ops was the highest predictor of both IT performance & organizational performance d0 码力 | 8 页 | 23.08 KB | 5 月前3python3学习手册
ib/python3.7/lib-dynload', '/usr/local/python3/lib/python3.7/site-packages'] # python3 --version #查看版本 # python3 -V #查看版本 ★第3章、基础语法 ★保留字(关键字) True False None as nonlocal from __future__ import print_function from __future__ import unicode_literals import sys if sys.version_info[0] < 3: reload(sys) sys.setdefaultencoding('utf-8') 解析: ★打印函数 导入print_func�on后, py打包成一个安装包 在我们的源程序目录下再创建一个setup.py文件,内容如下: from distutils.core import setup setup(name='cof', version="1.0", py_modules=['cof', 'lee'], # 要打包的模块名 称 description="描述信息", url="https://cof-lee0 码力 | 213 页 | 3.53 MB | 1 年前3The DevOps Handbook
integrity and code signing – all contributors should have their own key and sign all commits to version control. All created packages should be signed and hash recorded for auditing h. ENSURE SECURITY certain types of test code) 4. Ensure every CI process is in an isolated container 5. Make the version control credentials of the CI system read-only 3. Ch. 23 – Protecting the Deployment Pipeline a demonstrate high success rates and low MTTR iii. Link and provide traceability from planning to version control to production implementation for visibility and auditing c. WHAT TO DO WHEN CHANGES ARE0 码力 | 9 页 | 25.13 KB | 5 月前3postgresql操作手册
| postgres=CTc/postgres postgres=# select version(); #查看版本号 version ----------------------------------------------------0 码力 | 17 页 | 445.84 KB | 1 年前3git 操作手册
★git命令行客户端安装及设置 # yum install git -y #自带光盘里有 # git --version #查看git软件版本 git version 2.39.1 ★全局设置 设置用户名和邮箱,只用于提交commit时做metadata信息,不用于身份验证 #全局设置信息保存在 ~/0 码力 | 35 页 | 1.69 MB | 1 年前3Redis操作手册
51:6379> config get requirepass 1) "requirepass" 2) "Centos123" 10.99.1.51:6379> info # Server redis_version:6.2.13 ...... executable:/usr/local/bin/redis-server config_file:/root/redis-6.2.13/redis.conf .0 码力 | 5 页 | 80.37 KB | 1 年前3DoD CIO Enterprise DevSecOps Reference Design - Summary
long it takes for a new requirement to be delivered and deployed. Deployment speed: how fast a new version of the application can be deployed into the production environment. Deployment frequency: how often0 码力 | 8 页 | 3.38 MB | 5 月前3A Seat at the Table - IT Leadership in the Age of Agility
soon even the network will be. Infrastructure can now be tested, like code; it can be placed in version control. Technology matters: Most IT people are technologists; they need to work with technology0 码力 | 7 页 | 387.48 KB | 5 月前3
共 9 条
- 1