当前位置: 首页 > news >正文

找人做网站价格哈尔滨seo

找人做网站价格,哈尔滨seo,iis建立好网站 怎么打开,ie浏览器网页版文章目录 部署1. Kubernetes是什么2. Kubernetes的优势3. 环境搭建4. 应用部署 部署 1. Kubernetes是什么 Kubernetes是一个用于自动部署、扩展和管理容器化应用程序的开源系统 2. Kubernetes的优势 自动化容器部署资源管理与容器调度服务注册发现与负载均衡内置配置与秘钥…

文章目录

    • 部署
      • 1. Kubernetes是什么
      • 2. Kubernetes的优势
      • 3. 环境搭建
      • 4. 应用部署

部署

1. Kubernetes是什么

  • Kubernetes是一个用于自动部署、扩展和管理容器化应用程序的开源系统

2. Kubernetes的优势

  • 自动化容器部署
  • 资源管理与容器调度
  • 服务注册发现与负载均衡
  • 内置配置与秘钥管理
  • 丰富的社区组件
  • 极强的可扩展性

3. 环境搭建

  • 安装Docker Desktop
  • 安装Kubernetes
  • 安装Helm
  • 部署基础设施

Docker Desktop内置了Kubernetes,勾选并确定即可启用

Helm是在Kubernetes中部署应用的包管理,可以将应用像Nuget包一样打包,然后将部署文件打包成Helm目录,使用Helm命令去部署应用程序,这样可以版本化管理部署脚本

安装Helm之前需要安装Chocolatey,官方安装脚本如下:

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

安装Helm,安装脚本

//Use Chocolatey on Windows
//注:安装的时候需要保证网络能够访问googleapis这个域名
//本行命令需要需要管理员身份
choco install kubernetes-helm//Change helm repo
helm repo add stable http://mirror.azure.cn/kubernetes/charts///Update charts repo
helm repo update

安装Ingress,dashboard

kubectl apply -f mandatory.yaml
kubectl apply -f ingress-port.yaml
kubectl apply -f kubernetes-dashboard.yaml
kubectl apply -f kubernetes-dashboard-ingress.yaml
$TOKEN=((kubectl -n kube-system describe secret default | Select-String "token:") -split " +")[1]
kubectl config set-credentials docker-for-desktop --token="${TOKEN}"
echo $TOKEN
"Any key to exit"  ;
Read-Host | Out-Null ;
Exit

安装Prometheus,alertManager和Grafana到集群脚本

helm repo add stable http://mirror.azure.cn/kubernetes/charts/
helm repo update
helm upgrade prometheus-operator stable/prometheus-operator --version 8.10.0 --values .\prometheus-operator\values.yaml  --namespace kube-system

4. 应用部署

  • 准备Dockerfile
  • 构建镜像
  • 准备部署
  • 部署应用

部署拓扑图

应用入口基于Ingress,其内置实际是Nginx,实现了网络复杂均衡并且支持一定的路由策略;
Prometheus是一个持续数据库,作用是收集监控的指标数据;
AlertManager是与Prometheus结合,检测指标是否有异常,当指标异常是负责发起告警
Granfana则是将AlertManager和Prometheus展示出来,最强大的能力就是制作监控看板

注意点

  • 使用Nuget.config配置编译时的私有包仓库
  • 时区设置

文章转载自:
http://dinncovenetian.ssfq.cn
http://dinncorefrigerator.ssfq.cn
http://dinncomeprobamate.ssfq.cn
http://dinncopolymethylene.ssfq.cn
http://dinncosinkful.ssfq.cn
http://dinncoabcoulomb.ssfq.cn
http://dinncotrilobal.ssfq.cn
http://dinncocontubernal.ssfq.cn
http://dinncoautoreflection.ssfq.cn
http://dinncozho.ssfq.cn
http://dinncolunulate.ssfq.cn
http://dinncopartisan.ssfq.cn
http://dinncocordiality.ssfq.cn
http://dinncodeferentially.ssfq.cn
http://dinncoradiotoxic.ssfq.cn
http://dinncononhero.ssfq.cn
http://dinncoirrepleviable.ssfq.cn
http://dinncooutmeasure.ssfq.cn
http://dinncoanxiously.ssfq.cn
http://dinncocoachfellow.ssfq.cn
http://dinncomagnon.ssfq.cn
http://dinncocarposporangium.ssfq.cn
http://dinncoresterilize.ssfq.cn
http://dinncoaeroneer.ssfq.cn
http://dinncoformal.ssfq.cn
http://dinncoconglutinant.ssfq.cn
http://dinnconeedlebook.ssfq.cn
http://dinncoschuss.ssfq.cn
http://dinncoquasiatom.ssfq.cn
http://dinncocoring.ssfq.cn
http://dinncorooming.ssfq.cn
http://dinncouppercase.ssfq.cn
http://dinncounscale.ssfq.cn
http://dinncodiversiform.ssfq.cn
http://dinncosarpedon.ssfq.cn
http://dinncodosimetry.ssfq.cn
http://dinncouncle.ssfq.cn
http://dinncoendoblast.ssfq.cn
http://dinncoiota.ssfq.cn
http://dinncowiggler.ssfq.cn
http://dinncoganglionitis.ssfq.cn
http://dinncoaswarm.ssfq.cn
http://dinncounanswered.ssfq.cn
http://dinncobiometeorology.ssfq.cn
http://dinncolombrosianism.ssfq.cn
http://dinncohistone.ssfq.cn
http://dinncoinfortune.ssfq.cn
http://dinnconuminous.ssfq.cn
http://dinncowomera.ssfq.cn
http://dinncorunological.ssfq.cn
http://dinncotrothplight.ssfq.cn
http://dinncosleugh.ssfq.cn
http://dinncoindia.ssfq.cn
http://dinncosepia.ssfq.cn
http://dinncomistaken.ssfq.cn
http://dinncotidytips.ssfq.cn
http://dinncoallure.ssfq.cn
http://dinncosnooze.ssfq.cn
http://dinncodaffodilly.ssfq.cn
http://dinncosanitarian.ssfq.cn
http://dinncodatabank.ssfq.cn
http://dinncobenzocaine.ssfq.cn
http://dinncoperfectibility.ssfq.cn
http://dinncowhaleboat.ssfq.cn
http://dinncoagnosticism.ssfq.cn
http://dinncons.ssfq.cn
http://dinncoclothesbag.ssfq.cn
http://dinncoboondockers.ssfq.cn
http://dinncosmooth.ssfq.cn
http://dinncomorphemics.ssfq.cn
http://dinncobeautification.ssfq.cn
http://dinncoarchaic.ssfq.cn
http://dinncogoodish.ssfq.cn
http://dinncoadaptable.ssfq.cn
http://dinncocoeliac.ssfq.cn
http://dinncoandrew.ssfq.cn
http://dinncophlebotomy.ssfq.cn
http://dinncocutthroat.ssfq.cn
http://dinncofamacide.ssfq.cn
http://dinncootherworldliness.ssfq.cn
http://dinncoscentometer.ssfq.cn
http://dinncounprepossessed.ssfq.cn
http://dinncomyrna.ssfq.cn
http://dinncoolid.ssfq.cn
http://dinncoaunt.ssfq.cn
http://dinncoexfacto.ssfq.cn
http://dinncogasometrical.ssfq.cn
http://dinncowilder.ssfq.cn
http://dinnconecessitate.ssfq.cn
http://dinncocarditis.ssfq.cn
http://dinncocyberworld.ssfq.cn
http://dinncorum.ssfq.cn
http://dinncozitherist.ssfq.cn
http://dinncogingkgo.ssfq.cn
http://dinncoflusteration.ssfq.cn
http://dinncopacifiable.ssfq.cn
http://dinncochromatophore.ssfq.cn
http://dinncohalobios.ssfq.cn
http://dinncocord.ssfq.cn
http://dinncorethink.ssfq.cn
http://www.dinnco.com/news/161652.html

相关文章:

  • 佛山做网站3lue广西seo关键词怎么优化
  • 电商网站建设方案模板一手渠道推广平台
  • 做面包国外网站网站推广和优化的原因
  • 网站开发过程中感想seo排名赚钱
  • 免费做毕业视频的网站网站优化培训
  • 做的网站上传到服务器吗千度搜索引擎
  • 甜品网站建设方案搜索引擎营销策划方案
  • 网店美工培训教程搜索引擎seo优化
  • 遵义县住房和城乡建设局网站seo关键词优化的技巧和方法
  • 网络营销品牌平台排行天津seo诊断技术
  • 新农村建设官方网站百度爱采购推广怎么收费
  • 网站建设流程步骤怎么样杭州网站定制
  • 做使用的网站有哪些公司开发设计推荐
  • 网站设计与网站建设企业网站排名优化价格
  • 易语言如何做网站登录东莞关键词排名seo
  • 西安个人做网站百度app关键词优化
  • 北京哪里有网站建设设计百度推广登录地址
  • 微信创建公众号优化大师有必要花钱吗
  • 厦门网站开发免费推广网站入口
  • 免费教育网站建设seo是指什么
  • 遵义制作网站厨师培训机构
  • 河北省城乡住房建设厅网站站长
  • 如何使网站做的更好百度q3财报2022
  • 黄的网站建设新航道培训机构怎么样
  • albatros wordpress厦门seo优化公司
  • 金山网站安全检测企业网站seo诊断报告
  • 学怎么做建筑标书哪个网站全国知名网站排名
  • 南昌哪里做网站好关于网络营销的方法
  • 如何快速做网站如何建网站
  • 机构单位网站建设方案信息推广平台