备考ICA----Istio实验13---使用 Istio Ingress 暴露应用

备考ICA----Istio实验13—使用Istio Ingress TLS暴露应用 1. 环境部署 清理之前实验遗留,并重新部署httpbin服务进行测试 # 清理之前的环境kubectl delete vs httpbinkubectl delete gw mygateway# 部署httpbinkubectl apply -f istio/samples/httpbin/httpbin.ya...

备考ICA----Istio实验14---出向流量管控Egress Gateways实验

备考ICA----Istio实验14—出向流量管控Egress Gateways实验 1. 发布测试用 pod kubectl apply -f istio/samples/sleep/sleep.yamlkubectl get pods -l app=sleep 2. ServiceEntry 创建一个ServiceEntry允许流量访问edition.cnn.com egressgw/edition...

备考ICA----Istio实验8---请求超时 Request Timeouts 实验

备考ICA----Istio实验8—请求超时 Request Timeouts 实验 1. 重置bookinfo环境 kubectl delete all --all --nowkubectl delete dr --allkubectl delete vs --allkubectl delete gw --allkubectl apply -f istio/samples/bookinfo/pl...

备考ICA----Istio实验11---为多个主机配置TLS Istio Ingress Gateway实验

备考ICA----Istio实验11—为多个主机配置TLS Istio Ingress Gateway实验 1. 部署应用 kubectl apply -f istio/samples/helloworld/helloworld.yaml -l service=helloworldkubectl apply -f istio/samples/helloworld/helloworld.yaml -l v...

备考ICA----Istio实验9---熔断Circuit Breaking 实验

备考ICA----Istio实验9—熔断Circuit Breaking 实验 1. 环境准备 创建httpbin环境 kubectl apply -f istio/samples/httpbin/httpbin.yamlkubectl get svc httpbin 2. 创建测试用客户端 kubectl apply -f istio/samples/httpbin/sample-client/for...

备考ICA----Istio实验6---流量镜像 Traffic Mirroring 实验

备考ICA----Istio实验6—流量镜像 Traffic Mirroring 实验 流量镜像功能可以将生产的流量镜像拷贝到测试集群或者新的测试版本中,在不影响实际生产环境的情况下,测试具有实际生产流量的服务,帮助减低版本变更的风险。也可以用在不同集群间的同步 1. 部署httpbin应用 1.1 v1版本deployment v1和v2一样拥有标签 app: httpbin ,同时拥有不同的versi...

备考ICA----Istio实验3---Istio DestinationRule 实验

备考ICA----Istio实验3—Istio DestinationRule 实验 1. hello服务说明 这部分服务沿用Istio实验2的deployment和svc 同时在上一个实验的deployment中分别加入了2个标签: app: helloworld 两个deployment共有 version: v1 和 version: v2 两个deploymen 不同 详见:https://blo...

备考ICA----Istio实验5---流量转移 TCP Traffic Shifting 实验

备考ICA----Istio实验5—流量转移 TCP Traffic Shifting 实验 1. 应用部署 1.1 测试服务部署 该服务通过标签app: tcp-echo选择服务,服务tcp-echo存在2个版本,分别是v1和v2 istio/samples/tcp-echo/tcp-echo-services.yaml # Copyright 2018 Istio Authors## Licens...
© 2024 LMLPHP 关于我们 联系我们 友情链接 耗时0.012141(s)
2024-04-28 22:37:02 1714315022