Kubernetes-使用Helm安装istio
添加istio库:
helm repo add istio.io https://storage.googleapis.com/istio-release/releases/1.3.4/charts/
更新查看:
helm repo update Hang tight while we grab the latest from your chart repositories...
...Skip local chart repository
...Successfully got an update from the "stable" chart repository
...Successfully got an update from the "istio.io" chart repository
Update Complete. helm repo list NAME URL
stable https://kubernetes.oss-cn-hangzhou.aliyuncs.com/charts
local http://127.0.0.1:8879/charts
istio.io https://storage.googleapis.com/istio-release/releases/1.3.4/charts/
helm search istio 查看istio相关charts:
NAME CHART VERSION APP VERSION DESCRIPTION
istio.io/istio 1.3.4 1.3.4 Helm chart for all istio components
istio.io/istio-cni 1.3.4 1.3.4 Helm chart for istio-cni components
istio.io/istio-init 1.3.4 1.3.4 Helm chart to initialize Istio CRDs
安装istio-init图表以引导所有Istio的CRD:
helm install istio.io/istio-init --name istio-init --namespace istio-system
使用以下命令验证是否已将所有Istio CRD提交到Kubernetes api服务器:
kubectl get crds | grep 'istio.io' | wc -l
23
#打印出23就完成
安装istio:
helm install istio.io/istio --name istio --namespace istio-system
查看istio相关pod是否启动成功:
kubectl get pods -n istio-system
NAME READY STATUS RESTARTS AGE
istio-citadel-59574746c-ps2gs 1/1 Running 0 3m55s
istio-galley-7c6786768c-9m4pb 1/1 Running 0 3m55s
istio-ingressgateway-7b76ff7c54-jhfzk 1/1 Running 0 3m55s
istio-init-crd-10-1.3.4-krmtf 0/1 Completed 0 4m9s
istio-init-crd-11-1.3.4-c5gqt 0/1 Completed 0 4m9s
istio-init-crd-12-1.3.4-5jzjq 0/1 Completed 0 4m9s
istio-pilot-6c546fb5b4-pdjfv 2/2 Running 0 3m55s
istio-policy-5bd84dbc46-ks6wv 2/2 Running 0 3m55s
istio-security-post-install-1.3.4-5mbtz 0/1 Completed 0 3m55s
istio-sidecar-injector-949f4564-fm9pk 1/1 Running 0 3m55s
istio-telemetry-68766475bc-d9qhs 2/2 Running 0 3m55s
prometheus-6f74d6f76d-t8n8c 1/1 Running 0 3m55s
Kubernetes-使用Helm安装istio的更多相关文章
- kubernetes(k8s) helm安装kafka、zookeeper
通过helm在k8s上部署kafka.zookeeper 通过helm方法安装 k8s上安装kafka,可以使用helm,将kafka作为一个应用安装.当然这首先要你的k8s支持使用helm安装.he ...
- Kubernetes用Helm安装Ingress并踩一下使用的坑
1 前言 欢迎访问南瓜慢说 www.pkslow.com获取更多精彩文章! Ingress是Kubernetes一个非常重要的Controller,它类似一个路由转发的组件,可以让外界访问Kubern ...
- 在Mac上安装Istio并使用,有丰富的监控Kiali、Grafana、Jaeger
我最新最全的文章都在南瓜慢说 www.pkslow.com,文章更新也只在官网,欢迎大家来喝茶~~ 1 简介 之前在文章<服务网格Istio入门-详细记录Kubernetes安装Istio并使用 ...
- Helm 安装Kafka
helm镜像库配置 helm repo add stable http://mirror.azure.cn/kubernetes/charts helm repo add incubator http ...
- helm安装kubernetes的插件istio
1.安装istio 要使用Helm自定义Istio安装,请使用--set <key>=<value>Helm命令中的选项覆盖一个或多个值 怎么使用选项配置请查看官网https: ...
- k8s1.13.3安装istio(helm方式)
官方文档:https://istio.io/zh/docs/setup/kubernetes/install/helm/ 一.环境信息 centos7 k8s1.13.3 主机名 ip cpu ram ...
- kubernetes包管理工具Helm安装
helm官方建议使用tls,首先生成证书. openssl genrsa -out ca.key.pem openssl req -key ca.key.pem -new -x509 -days -s ...
- kubernetes实战(十):k8s使用Helm安装harbor
1.基本概念 对于复杂的应用中间件,需要设置镜像运行的需求.环境变量,并且需要定制存储.网络等设置,最后设计和编写Deployment.Configmap.Service及Ingress等相关yaml ...
- Helm 安装部署Kubernetes的dashboard
Kubernetes Dashboard 是 k8s集群的一个 WEB UI管理工具,代码托管在 github 上,地址:https://github.com/kubernetes/dashboard ...
随机推荐
- Axure中继器设置单选
我们给元件添加组的名称是为了让软件知道哪些元件被放进了一个组中,然后软件会自动让这个组中只有一个元件能够是选中状态,以达到唯一被选中的效果.而中继器的这两个属性默认是启用的状态, 会把组的效果给取消, ...
- [LeetCode] 681. Next Closest Time 下一个最近时间点
Given a time represented in the format "HH:MM", form the next closest time by reusing the ...
- GoLand 2019.1 激活破解
链接://https://blog.csdn.net/hi_liuxiansheng/article/details/89078405
- 【SSH进阶之路】Spring的IOC逐层深入——为什么要使用IOC[实例讲解](二)
上篇博客[SSH进阶之路]Spring简介,搭建Spring环境——轻量级容器框架(一),我们简单的介绍了Spring的基本概念,并且搭建了两个版本的Spring开发环境,但是我们剩下了Spring最 ...
- 关于close_wait状态的理解
以web服务器产生大量的close_wait状态为例 1.close_wait状态介绍: 客户端主动关闭连接,服务器接收到客户端的FIN,但是还没有发送自己的FIN,此时的状态为close_wait状 ...
- linux命令及相关配置
hostname # 查看 hostname vim /etc/hostname # 修改hostname,重启后生效 vim /etc/resolv.conf 写入 nameserver 192.1 ...
- jQuery实现简单导航栏的样式切换
style css样式部分: ul{ margin: 0 auto; height: 50px; background-color: #369;} ul>li{ text-decoration: ...
- Asp.Net Core异常处理
本文将介绍在ASP.Net Core中处理异常的几种方法 1使用开发人员异常页面(The developer exception page) 2配置HTTP错误代码页 Configuring stat ...
- 【Tools】VMware虚拟机三种网络模式详解和操作
目录 00. 目录 01. VMware虚拟机三种网络模式 02. Bridged(桥接模式) 03. NAT(地址转换模式) 04. Host-Only(仅主机模式) 00. 目录 @ 参考:htt ...
- Socket简单Demo
Socket协议网上介绍的有很多了,就不在画蛇添足了,本文主要编写一个小Demo,介绍下它具体实现 一:Socket服务器端 package com.founderit; import java.io ...