参考官方网站: https://github.com/Kong/kubernetes-ingress-controller https://github.com/Kong/charts https://blog.csdn.net/qianghaohao/article/details/99691727 使用helm安装 下载适...
参考:https://docs.openfaas.com/deployment/kubernetes/ curl -SLsf https://dl.get-arkade.dev/ | sudo sh arkade install openfaas kubectl patch svc -n openfaas gateway-external --p...
influxdb是一个开源的时序数据库,开源版本只支持单机+高可用,商业版本才支持集群(横向扩展/分片)功能 安装参考 https://docs.influxdata.com/influxdb/v2.0/get-started/?t=Docker cd ~...
knative从0.19开始,正式把monitoring移除了 The deprecated monitoring bundle has been removed (#9807, @dprotaso) 参考官方文档 https://github.com/knative/docs/blob/main/docs/insta...
创建私有imagePullSecrets https://knative.dev/docs/serving/deploying/private-registry/ kubectl create secret docker-registry container-registry \ --docker-server=registry.your_do...
https://knative.dev/docs/serving/autoscaling/autoscale-go/index.html kubectl apply -f https://raw.githubusercontent.com/knative/docs/master/docs/serving/autoscaling/autoscale-go...
参考-https://knative.dev/docs/serving/using-auto-tls/ 安装cert-manager 参考https://my.oschina.net/u/160697/blog/4782335 安装networking-certmanager kubectl apply --filename https...
介绍 knative是流行的serverless框架,目前参与的公司主要是 Google、Pivotal、IBM、Red Hat,目前迭代很快 knative 是建立在 kubernetes 和 istio 平台之上的,使用 kubernetes 提供的容器管...
参考官网:https://kubeless.io/docs/quick-start/ 安装kubeless(WITH RBAC ENABLED) export RELEASE=$(curl -s https://api.github.com/repos/kubeless/kubeless/releases/latest | grep...
Istio是现目前流行的服务网格(service mess)方案。对比spring cloud微服务 减少开发团队的压力,运维来做 解藕,代码中不在依赖各类组件 spring cloud 依赖包太大,啥事不干,几十MB Isti...
参考官网:https://github.com/acmesh-official/acme.sh - docker中使用。使用阿里云的dns Running acme.sh as a docker daemon, so that it can handle the renewal cronjob automatically...
Mac内置了zsh 安装ohmyzsh sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" 安装字体 brew tap homebrew/cask-fonts brew cask install font-hack-n...
import { createApp } from '../src' import { mockWarn } from '@vue/runtime-test' describe('compiler + runtime integration', () => { mockWarn() it('should support runtime template...
环境:科学环境,kubernetes 1.18+, tekton latest 说明 Tekton 是一个强大且灵活的 Kubernetes 原生开源框架,可用于创建持续集成和交付 (CI/CD) 系统。该框架可让您跨多个云服务商或本地系...
argo是云原生计算基金会的孵化项目 https://www.cncf.io/projects/。 Argo专为容器而设计,没有传统VM和基于服务器的环境的开销和限制,是一个基于kubernetes的CI/CD工具 目前CI(持续集成)方...
环境:kubernetes 1.18+,helm3 添加Harbor的Helm repository helm repo add harbor https://helm.goharbor.io helm repo update 创建namespace kubectl create namespace harbor-system 创建...
环境 traefik 2.2+,k8s 1.18+ 需求:自动获得证书,使用aliyun dns方式获证书,暴露给外网访问 参考官方网站:https://docs.traefik.io/user-guides/crd-acme/ 首先安装helm, k8s的一个类似...
环境ubuntu-server 20.04 参考 https://kubernetes.io/zh/docs/setup/production-environment/tools/kubeadm/install-kubeadm/ https://kubernetes.io/docs/setup/production-environment/to...
分析只分析主要功能。代码中加了...表示非主要功能。 main.go中实际入口etcdmain/main.go #etcdmain/main.go func Main() { checkSupportArch() ... startEtcdOrProxyV2() } 以上就是一些检查...
没有更多内容
加载失败,请刷新页面
文章删除后无法恢复,确定删除此文章吗?
动弹删除后,数据将无法恢复
评论删除后,数据将无法恢复