1. To download Dashboard plugin deployment YAML file from internet. #cd /home #mkdir k8s #cd k8s # wget https://raw.githubusercontent.com/kubernetes/d ...
分类:
Web程序 时间:
2019-04-05 19:44:40
阅读次数:
245
Description: A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below). The robot can only move either down or r ...
分类:
其他好文 时间:
2019-04-04 20:25:49
阅读次数:
147
Description: A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below). The robot can only move either down or r ...
分类:
其他好文 时间:
2019-04-04 17:08:21
阅读次数:
174
[toc] Kubernetes之Pod控制器,ReplicaSet,Deployment,DaemonSet Kubernetes中内建了很多controller(控制器),这些相当于?个状态机,?来控制Pod的具体状态和?为。 Pod控制器有多种类型: ReplicaSet: 它的核心作用是代用 ...
分类:
Web程序 时间:
2019-04-04 09:17:21
阅读次数:
227
原文: https://wiki.mikrotik.com/wiki/Manual:Packet_Flow_v6 Overview Diagram Examples Ipsec Encryption/Decryption ...
分类:
其他好文 时间:
2019-04-03 18:08:21
阅读次数:
172
鲁棒图与系统需求分析 http://blog.sina.com.cn/s/blog_63641501010184cb.html 1、概念鲁棒图——是需求设计过程中使用的一种方法(鲁棒性分析),通过鲁棒分析法可以让设计人员更清晰、全面了解需求。它通常使用在需求分析后及需求设计前做软件架构分析之用,它主 ...
分类:
其他好文 时间:
2019-03-28 00:15:04
阅读次数:
171
[TOC] task为任务名(或服务程序名),部署服务时,需要将task改为对应的服务程序名即可,不可重复。 yaml文件中需要修改的只是有注释的部分。 1. deployment deployment.yaml 调用 创建deployment。 2. service service.yaml 调用 ...
分类:
Web程序 时间:
2019-03-27 17:01:52
阅读次数:
189
原文:ASP.NET Core 借助 K8S 玩转容器编排 Production-Grade Container Orchestration - Automated container deployment, scaling, and management. 生产级别的容器编排系统——自动化的容器部... ...
分类:
Web程序 时间:
2019-03-25 10:50:29
阅读次数:
231
一、基于度量的程序结构分析 基于度量的程序结构分析,主要运用IntelliJ里面自带的Diagram功能生成类关系图,以及Metrics插件进行复杂度分析。 其中复杂度分析相关指标含义如下: Complexity Metrics(复杂度分析) 这部分我们需要使用的主要是方法和类的复杂度分析。 方法的 ...
分类:
其他好文 时间:
2019-03-25 09:12:15
阅读次数:
281
a.创建deployment pod 准备svc文件 创建nginx-svc b.升级mynginx,nginx:1.13 > nginx:1.15 c.回滚升级 ...
分类:
Web程序 时间:
2019-03-20 20:47:38
阅读次数:
234