k8s操作手册 2.3mtu 65536 qdisc noqueue state UNKNOWN # 本地环回口 inet 127.0.0.1/8 scope host lo 2: ens33: mtu 1500 qdisc pfifo_fast state UP #k8s服务器本身用于通信的网口 ver在重 启期间不可用 The connec�on to the server 10.99.1.245:6443 was refused - did you specify the right host or port? 等待几分钟恢复 对于旧的svc,端口范围不在刚刚设置的范围内,也是生效的,新创建的svc端口 范围必须在设置的范围内 ★创建ingress ①部署ingress控制器 ress控制器可基于某ingress 资源定义的规则将客户端的请求流量直接转发至与Service对应的后端pod资源 上,绕过service直接转发到真实pod上。Ingress资源是基于h�p的host名或url的 转发规则 k8s-ingress-nginx官网地址 h�ps://kubernetes.github.io/ingress-nginx/deploy/ # wget h�ps://raw 0 码力 | 126 页 | 4.33 MB | 1 年前3
DoD CIO Enterprise DevSecOps Reference Design - SummaryDevelopment, Cybersecurity, and Operations throughout the software lifecycle, embracing a continuous monitoring approach in parallel instead of waiting to apply each skill set sequentially. Security risks traffic management, a zero-trust model, a whitelist, Role-Based Access Control (RBAC), continuous monitoring, signature-based continuous scanning using Common Vulnerabilities and Exposures (CVEs), runtime service 5. DCAR for the hardened containers 6. Common Vulnerabilities and Exposures (CVE)Service / host-based security to provide CVEs for the security sidecar container CSIAC Webinars - DoD Enterprise0 码力 | 8 页 | 3.38 MB | 6 月前3
The DevOps Handbookdata are collected at remote points and are subsequently transmitted to receiving equipment for monitoring 1. Create telemetry in application & environments (to include production, pre-production, and what’s interesting to development. Operations don’t just monitor what’s up or down. ii. Modern Monitoring architecture 1. Data Collection at business logic, application, & environments layer a. Events logs/events into metrics to enable statistical analysis iv. Adrian Cockcraft – “Monitoring is so important that our monitoring systems need to be more available and scalable than the systems being monitored0 码力 | 8 页 | 24.02 KB | 6 月前3
Velocity Conference 2015Seize opportunitiesGreat, you're now a software company. Now what? Patrick Lightbody (New Relic) Monitoring evolved from servers and networks to applications to what users do with applications Reflections entropy Actively discourage email: it is exclusive Where there any key themes? Real User Monitoring: more valuable than any other metric Web Performance: 2 seconds is the magic number Whom did0 码力 | 4 页 | 176.79 KB | 6 月前3
The DevOps HandbookDeployment tools 3. Testing standards and tools, including security 4. Deployment pipeline tools 5. Monitoring and analysis tools 6. Tutorials and standards ii. Google – Single repository with over 1B files demand 2. Help them understand the visibility and transparency that’s provided by telemetry and monitoring systems0 码力 | 9 页 | 25.13 KB | 6 月前3
The DevOps Handbookfrequent intervals iii. Demonstrated in a production-like environment iv. Ideally, use the same monitoring, logging, and other tools in pre-production environments as in production v. Dev & Ops gain shared failure stops or rolls back 2. Cluster Immune Strategy a. Expands upon Canary. Links production monitoring with release process to automatically roll back when metrics deviations, outside of expected0 码力 | 8 页 | 23.08 KB | 6 月前3
DevOps MeetupEnvironment homogenization and assimilation – no snowflakes Deployment methodologies, automation, monitoring, and management tested continuously. Steve Barr steve.barr@csgi.com @srbarr1 Overall Quality0 码力 | 2 页 | 246.04 KB | 6 月前3
Pomodoro Techniquea longer break What does this buy me? 1. Find out how much effort an activity requires you by monitoring how many Pomodoros you need in order to accomplish a specific task 2. Learn to protect your Pomodoro0 码力 | 3 页 | 289.16 KB | 6 月前3
A Seat at the Table: IT Leadership in the Age of Agility - Part 2test suite, so that new development does not cause expensive break-fix activity. It has good monitoring tools in place. It is coded in a way that resists hard-to-find defects like concurrency errors0 码力 | 7 页 | 387.61 KB | 6 月前3
python3学习手册--trusted-host xxx.com ②写入配置文件 在当前用户家目录下创建.pip目录,其下创建pip.conf文件 (windows为家目录下的pip目录下创建pip.ini文件) # mkdir ~/.pip # vi ~/.pip/pip.conf [global] index-url=h�ps://xxx.com/simple trusted-host=xxx.com com proxy=h�p://x.x.x.x:3128 [install] trusted-host=xxx.com ★国内的pip源地址: h�p://mirrors.aliyun.com/pypi/simple h�ps://pypi.tuna.tsinghua.edu.cn/simple ★python2.7安装pip命令 # curl h�ps://bootstrap.pypa 248:7788/simple/ ★客户端使用此pipy源 # pip3 install paramiko -i h�p://10.99.1.248:7788/simple/ --trusted-host 10.99.1.248 #上图可见成功了 ★python创建虚拟环境 有时在同一台服务器上安装多个python包,可能会产生依赖冲突问 题,可以通过创建虚拟环境来解决,python虚拟环境的原理是创建一0 码力 | 213 页 | 3.53 MB | 1 年前3
共 12 条
- 1
- 2













