E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Deploym
【K8S】Kubernetes 中滚动发布由浅入深实战
创建`Deployment`资源对象2.2.1在Yaml中定义`Deployment`资源对象2.2.2执行命令创建`Deployment`资源对象三、Kubernetes中滚动发布的管理3.1查看`
Deploym
伏游
·
2024-01-24 06:04
kubernetes
容器
云原生
k8s学习-Deployment
1.1Kubectl命令直接创建第一种是通过kubectl命令直接创建:kubectlrunnginx-
deploym
ByteX
·
2024-01-19 10:28
kubernetes
学习
容器
自动编译插件--springboot实现热部署
①在files->settings->Build,Execution,
Deploym
老郑头zz
·
2023-11-23 21:49
常用工具类
spring
boot
java
intellij-idea
prometheus监控kafka
收集监控数据即可二、部署kafka-exporter部署kafka-exporter,我是在k8s集群中部署的编辑yaml文件vikafka_exporter.yamlapiVersion:apps/v1kind:
Deploym
Apex Predator
·
2023-10-26 17:43
prometheus
prometheus
kafka
分布式
【云原生】容器编排工具Kubernetes
Kube-controller-manager(3)Kube-scheduler(4)Node①kubelet②kube-proxy③docker(5)etcd2.2Kubernetes工作原理三、Pod3.1Pod控制器(1)
Deploym
嗨!是阿睿。
·
2023-09-05 10:04
kubernetes
java
容器
云原生
linux
运维
IntelliJ IDEA部署项目常见问题总结原因及解决方法(持续更新……)
具说是标识这个类不会在工程编译的时候进行编译定位:IDEA类文件出现小叉号解决:ctrl+alt+s打开Settings设置查找excludes,(或File->Settings->builde,Excution,
Deploym
摘星马里奥
·
2023-09-01 16:28
K8S学习之deployment
对象中描述一个期望的状态,Deployment控制器就会按照一定的控制速率把实际状态改成期望状态,通过定义一个Deployment控制器会创建一个新的ReplicaSets控制器,通过replicaset创建pod,删除
Deploym
daydayup9527
·
2023-08-02 05:48
kubenetes
kubernetes
docker
linux
Deployment:让应用永不宕机
另一个关键字段selector,它的作用是“筛选”出要被
Deploym
key_3_feng
·
2023-07-18 22:02
K8S
kubernetes
Istio二之流量劫持过程
apiVersion:apps/v1kind:
Deploym
taoli-qiao
·
2023-06-11 06:02
云原生
istio
kubernetes
Docker 与 K8S学习笔记(二十四)—— 工作负载的使用
一、
Deploym
阿拉懒神灯
·
2022-06-26 12:00
k3d | ingress方式访问nginx的service
端口映射到serverlb容器上的80端口,serverlb再代理到所有的server节点的80端口上k3dclustercreate-p"8081:80@loadbalancer"--agents22.部署
deploym
沿哲
·
2021-09-20 19:16
PolarDB for PostgreSQL文档翻译之部署和集群管理
编译部署-deployment.mdgithub原文地址:https://github.com/alibaba/PolarDB-for-PostgreSQL/blob/master/doc/polardb/
deploym
wapache_org
·
2021-07-25 10:10
kubernetes里的各种port解惑
概念有些时候可能会让人感到非常困惑,这里通过示例来简单介绍各种port的含义apiVersion:extensions/v1beta1kind:Deploymentmetadata:name:tomcat-
deploym
weixin_30360497
·
2020-09-16 04:16
运维
java
Swift的framework制作、使用和遇到的坑
BuildSetting里修改两个参数:1、将BuildActiveArchitectureOnly改为NO2、在Filter里搜索“mach“,将Mach-OType改为staticlibrary修改一下
deploym
Solar_Terry
·
2020-09-14 13:14
swift
iOS
gorm操作数据库
DB.Table(DEPLOYTABLENAME).Where(map[string]interface{}{"application":application,"server_name":server,"
deploym
YY迪迪
·
2020-08-24 20:38
go
k8s创建Deployment报错:no matches for kind “Deployment“ in version “extensions/v1beta1“
nomatchesforkind"Deployment"inversion"extensions/v1beta1"解决:修改yaml文件:---apiVersion:extensions/v1beta1kind:
Deploym
六月的翅膀
·
2020-08-22 09:48
KubeSphere
(亲测解决)PyCharm 导包提示 unresolved reference(完整图解)
解决:1.在项目上单击右键->MarkDirectoryas->SourcesRoot2.点击之后红色警告消失3.进入设置:file->settings4.按照下图展开Build,Execution,
Deploym
TianXin1432516744
·
2020-08-13 18:45
26_Python
IDEA中一个tomcat部署多个web项目
把需要部署在同一个tomcat中的web项目的pom文件添加到maven_project中,这一步非常重要,会影响到后面的edit_configurations里面的
deploym
lsh的学习笔记
·
2020-07-27 20:29
Kubernetes源码阅读笔记——Controller Manager(之三)
首先还是进入NewDeploymentController方法:pkg/controller/deployment/
deploym
weixin_30889885
·
2020-07-09 09:03
解决Android Studio 2.3无法在小米手机上运行程序的问题
InstallationfailedwithmessageFailedtoestablishsession”有两种解决办法:1.关闭AndroidStudio的InstantRun功能(1)在AndroidStudio按以下路径寻找:File->Settings->Build,Execution,
Deploym
hustpzb
·
2020-07-06 16:48
Android
org.springframework.web.context.ContextLoaderListen 报错解决办法
xiadongqing/p/5854500.html下解决方案:其实可能是你的jar文件没有同步发布到自己项目的lib目录中(如果你是用Maven进行构建的话)可以试试下面的办法项目点击右键点击Properties选择
Deploym
无名_四叶草
·
2020-07-06 11:50
java
真机测试:
NoneoftheanswersworkedandthenIwasforgettingtosetminimumdeploymenttargetwhichcanbefoundinProject->General->DeploymentInfo->
Deploym
FlyTheKite
·
2020-04-06 18:41
[k8s]kubectl命令
BasicCommands(Beginner):createCreatearesourcefromafileorfromstdin.exposeTakeareplicationcontroller,service,
deploym
港版国产机
·
2020-03-09 16:00
运维
k8s的charts的四种安装方式及helm私有仓库
的chare包[root@master~]#tree-Cmychare///以树状图查看一下chare包mychare/├──charts├──Chart.yaml├──templates│ ├──
deploym
mb5cd21e691f31a
·
2020-03-04 16:18
chares
helm
url
Kubernetes
Kubernetes Volumes - 挂载单个文件
ConfigMapmetadata:name:xxx-configdata:config.json:|{"port":"3000"}deployment配置apiVersion:apps/v1kind:
Deploym
Anoyi
·
2019-12-19 16:56
Error running 'tests': Can't run remote python interpreter: Can't get remote credentials for
deploym
pycharmwin10ubuntulinux远程开发环境配置报错:Errorrunning'tests':Can'trunremotepythoninterpreter:Can'tgetremotecredentialsfordeploymentserver解决:1,文件名一般开头不要为test,否则pycharm可能自动启动notestset模式2,出现这个报错,可能是因为你调整了远程和本地的
qxqxqzz
·
2019-09-18 11:52
Python
Linux
使用 azure kubernetes service + dotnet core 的微服务实践 - 2.利用Helm部署Consul集群
Helm把Kubernetes资源(比如
deploym
paulliu
·
2019-01-10 23:50
使用idea创建maven项目时一直显示“Loading archetype list ”
maven的JRE运行时内存溢出,解决方案为加大JVM的可用内存,方法很简单第一步:找到File点击OtherSettings-->DefaultSettings第二步:Build,Execution,
Deploym
IT小萌妹
·
2019-01-03 15:27
IntellJ乱码
2:解决方案1:配置intellj,File-->settings-->Build,Execution,
Deploym
Mote_
·
2018-08-02 14:23
IntellJ
IDEA
k8s使用deployment升级
功能
Deploym
stackpush
·
2018-07-13 11:07
云计算
Jquery怎么获取select选中项中自定义属性的值
解决办法:$("#PROCEDURE").find("option:selected").attr("
deploym
小颖子0722
·
2018-03-30 11:41
Web
聊聊你可能误解的Kubernetes Deployment滚动更新机制
定义
Deploym
WaltonWang
·
2017-08-21 23:32
kubernetes
eclipse保错解决
Errorconfiguringapplicationlistenerofclassorg.springframework.web.context.ContextLoaderListener 解决方案: 1.打开工程属性对话框,到
Deploym
蓝色波斯猫
·
2016-02-17 15:00
eclipse
libvirt常见错误排查
libvirttroubleshooting参考链接:https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Virtualization_
Deploym
沈猪猪
·
2015-12-22 09:01
libvirt
虚拟化
MyEclipse10.7的 at com.genuitec.eclipse.ast.deploy.core.Deployment.
异常解决方法
出现了空指针的异常,并产生了这个错误:atcom.genuitec.eclipse.ast.deploy.core.
Deploym
ysj风中叶
·
2015-12-08 09:18
MyEclipse10.7的
at
co
Java
Microsoft Deployment Toolkit 2013 Preview Release Now Available
organizational role-making it the recommended process and toolset to automate large-scale desktop and server
deploym
·
2015-11-12 17:26
Microsoft
深入剖析ASP.NET的编译原理之二:预编译(Precompilation)
Pre-compilation for
Deploym
·
2015-10-31 08:31
asp.net
MSBUILD 命令行编译的时候请注意msbuild文件名称或路经中空格导致出错
WINDOWS\Microsoft.NET\Framework\v2.0.50727\msbuild E:\K2 Workflow\TcmWorkflow-PurchasingContractApproval-
Deploym
·
2015-10-30 13:36
Build
在netweaver中创建应用程序客户端
It helps you organize the components of the application client, and its
deploym
·
2015-10-21 10:51
应用程序
[置顶] iOS新闻客户端开发教程2--应用图标和启动图片设置
今天主要介绍如何设置App应用图标和启动图片设置App应用图标设置启动图片设置预编译头文件设置App应用图标1.取消默认从Main.storyborad启动从Info.plist文件删除下图选项:去掉
Deploym
JaCman
·
2015-10-17 23:00
ios
[置顶] iOS新闻客户端开发教程2--应用图标和启动图片设置
今天主要介绍如何设置App应用图标和启动图片设置App应用图标设置启动图片设置预编译头文件设置App应用图标1.取消默认从Main.storyborad启动从Info.plist文件删除下图选项:去掉
Deploym
JaCman
·
2015-10-17 23:00
ios
UserExit的使用
TS法一:Userexit=MyCustomFunctions.vbsTaskSequenceID=#GetTSID()#然后将MyCustomFunctions.vbs脚本添加到\\MDT2012\
Deploym
sxleilong
·
2014-01-01 23:44
MDT
UserExit
注意你的lib库的deployment target!
但是对于应用依赖于lib库时情况又有所不同:无论我们lib库所设置的
deploym
openglnewbee
·
2013-12-10 10:00
Struts 2 + Spring 2 + JPA + AJAX(转自官方文档)
JavaPersistenceAPI(usingHibernate)andStruts2Ajaxtags.NOTE:FollowingthistutorialverbatimwillrequireuseofaStruts2
deploym
macrabbit
·
2010-12-31 13:00
spring
Hibernate
Ajax
struts
jpa
weblogic中的staging mode
wp1029629设置staging mode的文档如下http://download.oracle.com/docs/cd/E12840_01/wls/docs103/ConsoleHelp/taskhelp/
deploym
Deepin
·
2010-04-11 23:00
oracle
应用服务器
jsp
weblogic
网络应用
Struts 2 + Spring 2 + JPA + AJAX
JavaPersistenceAPI(usingHibernate)andStruts2Ajaxtags.NOTE:FollowingthistutorialverbatimwillrequireuseofaStruts2
deploym
guoyiqi
·
2007-05-18 11:00
spring
Ajax
Hibernate
struts
jpa
在netweaver中创建应用程序客户端
It helps you organize the components of the application client, and its
deploym
wsql
·
2006-12-26 21:00
应用程序
上一页
1
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他