码迷,mamicode.com
首页 >  
搜索关键字:bec    ( 647个结果
kubernetes资源对象与基本概念解析
Objects 以下列举的内容都是 kubernetes 中的 Object,这些对象都可以在 yaml 文件中作为一种 API 类型来配置。 Pod Node Namespace Service Volume PersistentVolume Deployment Secret StatefulS ...
分类:Web程序   时间:2020-01-12 19:54:18    阅读次数:148
kubelet命令行工具使用详解记录
语法:kubectl [command] [type] [name] [flags] kubectl子命令详解 kubectl可操作的资源对象类型 kubectl命令行公共参数 kubectl输出格式 ...
分类:其他好文   时间:2020-01-12 18:06:22    阅读次数:63
【刘亦菲】英文朗读埃克哈特·托利(Eckhart Tolle)—《无声胜有声》(Stillness Speaks)
《无声胜有声》 Stillness SpeaksThoughts, emotions, sense perceptions, and whatever you experience make up the content of your life.思想、情绪、感知,和你所经历的一切组成了你的生命的内... ...
分类:其他好文   时间:2020-01-10 10:32:21    阅读次数:236
Centos7.6安装mysql8.0
一、 yum安装步骤1、Centos7.6 默认安装了mariadb数据库,这里把他移除:rpm -qa | grep mariadbrpm -e --nodeps mariadb-libs-5.5.64-1.el7.x86_64 2、添加MySQL Yum存储库wget https://repo. ...
分类:数据库   时间:2020-01-09 00:40:47    阅读次数:131
class path resource [applicationContext.xml] cannot be opened because it does not exist
今天给游戏管理端添加新功能,启动时报错 Caused by: java.io.FileNotFoundException: class path resource [applicationContext.xml] cannot be opened because it does not exist ...
分类:移动开发   时间:2020-01-07 18:30:38    阅读次数:111
nano
1.拿到板子先配置系统: 参考:https://blog.csdn.net/beckhans https://blog.csdn.net/beckhans/article/details/89136269 https://blog.csdn.net/beckhans/article/details/ ...
分类:其他好文   时间:2020-01-07 10:23:30    阅读次数:64
kubernetes 容器内获取Pod信息
本文讲述Pod能获取Pod自身运行的容器信息以及Node信息(kubernetes自从1.7开始)
分类:Web程序   时间:2020-01-06 17:56:29    阅读次数:750
Python实战案例:这是你见过的最详细的JS加密登录某博
0x00 抓包分析 简单的搜索之后发现,很多参数都是登陆上面这个请求返回的值,这个请求在输入完账号光标到达密码框时就会生成! 0x01 加密逻辑分析 搜索su=可以很快找到加密的位置,上图看到e.su和e.sp都是由sinaSSOEncoder这个函数生成的,搜索sinaSSOEncoder发现就是 ...
分类:编程语言   时间:2020-01-05 22:23:44    阅读次数:115
LeetCode 843. Guess the Word
原题链接在这里:https://leetcode.com/problems/guess-the-word/ 题目: This problem is an interactive problem new to the LeetCode platform. We are given a word lis ...
分类:其他好文   时间:2020-01-05 10:02:16    阅读次数:77
Kubernetes架构
Kubernetes集群包含节点代理kubelet和master组件,一切都基于分布式的存储系统。kubernetes集群的架构图如下:1)客户端工具kubectl:客户端工具,用于发送客户端的指令。2)master节点APIserver:提供了资源的唯一如后,并提供了认证、授权、访问控制、API注册与发现等机制;Scheduler:负责资源的调度,按照预定的调度策略将Pod调度到相应的机器上;C
分类:Web程序   时间:2020-01-05 00:22:40    阅读次数:106
647条   上一页 1 ... 16 17 18 19 20 ... 65 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!