kubernetes里的master指得是集群控制节点,在每个kubernetes集群里都需要一个master来负责整个集群得管理和控制,基本上kubernetes得所有控制命令都发给它,它负责具体得执行过程,如果它宕机,或者不可用,那么对集群内容器应用的管理都将失效。 在master上运行以下关键 ...
分类:
其他好文 时间:
2020-07-05 10:55:30
阅读次数:
69
Using Database Resource Manager ObjectivesAfter completing this lesson, you should be able to do the following:? Configure the Database Resource Manag ...
分类:
数据库 时间:
2020-07-04 20:48:36
阅读次数:
69
HTTP-01验证和DNS-01验证 使用cert-manager给阿里云的DNS域名授权SSL证书 第一步:安装cert-manager 配置 CRD kubectl apply -f https://raw.githubusercontent.com/jetstack/cert-manager/ ...
分类:
Web程序 时间:
2020-07-04 18:52:17
阅读次数:
134
Design and implement a data structure for Least Frequently Used (LFU) cache. It should support the following operations: get and put. get(key) - Get t ...
分类:
系统相关 时间:
2020-07-04 13:49:45
阅读次数:
84
DevOps 介绍 一、DevOps 介绍 1.1.1 DevOps 介绍 DevOps介绍 DevOps 是Development和Operations的组合,也就是开发和运维的简写。 1、DevOps集文化理念、实践与工具与一身,可以提高组织高速交付应用程序和服务的能力,与使用 传统软件开发和基 ...
分类:
其他好文 时间:
2020-07-04 01:35:41
阅读次数:
112
WinGet (Windows Package Manager 客户端) 微软开源 Windows 软件包管理器 主页:https://github.com/microsoft/winget-cli 软件"仓库":https://github.com/microsoft/winget-pkgs 系统 ...
分类:
编程语言 时间:
2020-07-03 23:44:52
阅读次数:
112
背景跟着滚动改变 Stellar.js插件 效果:https://im.qq.com/ 下载地址:https://sqimg.qq.com/qq_product_operations/jslib/stellar.js 效果图: 文章来源:刘俊涛的博客 欢迎关注公众号、留言、评论,一起学习。 若有帮助... ...
分类:
其他好文 时间:
2020-07-03 21:42:21
阅读次数:
84
1. 系统的目录结构 1.1 linux目录结构 ? 一切从根开始,一个倒挂的树 1.2 windows目录结构 ? 按照盘符进行划分 C盘: 2. linux系统中的挂载 mount linux系统中的挂载技术??? 让用户可以将一个目录作为一个存储设备的挂载点,通过挂载点可以看到存储设备中的数据 ...
分类:
其他好文 时间:
2020-07-03 21:35:44
阅读次数:
48
[TOC]## 1. Ubuntu::NetworkManager> [cnblog](https://www.cnblogs.com/EasonJim/p/8072298.html)>> [ubuntu](https://help.ubuntu.com/community/NetworkManag... ...
分类:
其他好文 时间:
2020-07-03 21:19:47
阅读次数:
79
开发背景什么的我就不介绍了官网介绍:https://spring.io/guides/tutorials/spring-boot-oauth2/ 既然大家需要用到这个技术 直接撸代码吧!!! 1.创建maven springboot项目 添加相关依赖 采用最新的版本(相关依赖版本如下) <!--sp ...
分类:
编程语言 时间:
2020-07-02 22:11:58
阅读次数:
83