configmap简介 Configmap和Secret类似,用来存储配置文件的Kubernetes资源对象,所有的配置内容都存储在etcd中. 配置容器化应用的方式: # 1. 自定义命令行参数 # args: # 2. 把配置文件直接配进镜像 # 3. 环境变量 # 1. Cloud Nativ ...
分类:
Web程序 时间:
2020-07-02 23:24:31
阅读次数:
130
1.无用户名(最简单配置) vIOS1: r1(config)#line vty 0 4r1(config-line)#password ciscor1(config-line)#transport input all r1(config-line)#exir1(config)#enable sec ...
分类:
Web程序 时间:
2020-07-02 21:56:54
阅读次数:
82
laravel开发环境homestead搭建详解 常见的几种开发环境 Laravel的开发环境其实很多,因为它本身就是PHP,所以只要满足版本的情况下,任何pHP环境他都能跑起来,比如说常见的wamp/mamp/phpstudy等集成化环境都是可以的,但是,为了更好的减少错误,更多的兼容,以后的上线 ...
分类:
其他好文 时间:
2020-07-02 18:34:21
阅读次数:
56
A Ministry for Defense sent a general to inspect the Super Secret Military Squad under the command of the Colonel SuperDuper. Having learned the news, ...
分类:
其他好文 时间:
2020-06-30 22:37:23
阅读次数:
61
#!/bin/bashsrc=/test/dest=testrsync_secret_file=/etc/rsync_pwdfiledest_ip=192.168.37.133user=test/usr/local/bin/inotifywait -mrq --format '%Xe %w %f' ...
分类:
其他好文 时间:
2020-06-30 18:56:32
阅读次数:
44
网络文件共享部署 1. 安装 epel 库 yum upgrade -y yum -y install epel-release 2. 配置防火墙 firewall-cmd --add-service=nfs --permanent --zone=public firewall-cmd --add- ...
分类:
其他好文 时间:
2020-06-30 12:39:16
阅读次数:
46
man docker NAME docker - Docker image and container command line interface SYNOPSIS docker [OPTIONS] COMMAND [ARG...] docker [--help|-v|--version] DES... ...
分类:
其他好文 时间:
2020-06-29 00:10:32
阅读次数:
47
AES128Bit ECB加解密算法: public static String Encrypt(String data,String key) throws Exception{ byte[] raw = HexUtils.hexStr2ByteArr(key); SecretKeySpec sk ...
分类:
编程语言 时间:
2020-06-28 15:38:25
阅读次数:
68
对称加密(Symmetric Cryptography) 对称加密是最快速、最简单的一种加密方式,加密(encryption)与解密(decryption)用的是同样的密钥(secret key)。对称加密有很多种算法,由于它效率很高,所以被广泛使用在很多加密协议的核心当中。 对称加密通常使用的是相 ...
分类:
其他好文 时间:
2020-06-27 15:49:47
阅读次数:
45
首先了解 cipher_suites:包含一个秘钥交换算法、一个加密算法、一个校验算法mdsignature_algorithms:用于证书签名算法group:用于秘钥交换参数选择(此参数为公开参数) Client KeyShare 和 Server KeyShare、根据group。两边就可以各自 ...
分类:
其他好文 时间:
2020-06-26 10:47:23
阅读次数:
133