当前位置:网站首页>Kubernetes introduction to mastery - ktconnect (full name: kubernetes toolkit connect) is a small tool based on kubernetes environment to improve the efficiency of local test joint debugging.
Kubernetes introduction to mastery - ktconnect (full name: kubernetes toolkit connect) is a small tool based on kubernetes environment to improve the efficiency of local test joint debugging.
2022-04-23 19:30:00 【Lao wa next door】
Quick start
KtConnect It provides two-way interconnection between local and test environment clusters . In this document , We'll use a simple example , To quickly demonstrate through KtConnect Complete local direct access to services in the cluster 、 And the process of forwarding the request of the specified service in the cluster to the local .
Deploy instance application
In order to show the results , First, deploy a in the cluster Tomcat Service and create a default home page :
$ kubectl create deployment tomcat --image=tomcat:9 --port=8080 deployment.apps/tomcat created $ kubectl expose deployment tomcat --port=8080 --target-port=8080 service/tomcat exposed $ kubectl exec deployment/tomcat -c tomcat -- /bin/bash -c 'mkdir webapps/ROOT; echo "kt-connect demo v1" > webapps/ROOT/index.html'
Inquire about Pod And service IP Address :
$ kubectl get pod -o wide --selector app=tomcat NAME READY STATUS RESTARTS AGE IP ... tomca
版权声明
本文为[Lao wa next door]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204231923218682.html
边栏推荐
- The flyer realizes page Jump through routing routes
- Audio editing generation software
- Application of DCT transform
- Common processing of point cloud dataset
- Steps to build a deep learning environment GPU
- Kubernetes入门到精通-KtConnect(全称Kubernetes Toolkit Connect)是一款基于Kubernetes环境用于提高本地测试联调效率的小工具。
- Pit encountered using camera x_ When onpause, the camera is not released, resulting in a black screen when it comes back
- Build intelligent garbage classification applet based on Zero
- Convert string to JSON
- 仓库管理数据库系统设计
猜你喜欢

First experience of using fluent canvas

Prefer composition to inheritance

5 minutes to achieve wechat cloud applet payment function (including source code)

Openharmony open source developer growth plan, looking for new open source forces that change the world!

Possible root causes include a too low setting for -Xss and illegal cyclic inheritance dependencies

Unity创建超写实三维场景的一般步骤

Grafana 分享带可变参数的链接

arcMap 发布切片服务

【webrtc】Add x264 encoder for CEF/Chromium

Virtual machine performance monitoring and fault handling tools
随机推荐
TI DSP的 FFT与IFFT库函数的使用测试
仓库管理数据库系统设计
Some ideas about time-consuming needs assessment
Regular expressions for judging positive integers
Coordinate conversion WGS-84 to gcj-02 and gcj-02 to WGS-84
Codeforces Round #783 (Div. 2) D题解
JS controls the file type and size when uploading files
Speex维纳滤波与超几何分布的改写
Scrum Patterns之理解各种团队模式
Possible root causes include a too low setting for -Xss and illegal cyclic inheritance dependencies
Easy mock local deployment (you need to experience three times in a crowded time. Li Zao will do the same as me. Love is like a festival mock)
Gossip: on greed
Why is PostgreSQL about to surpass SQL Server?
FFT物理意义: 1024点FFT就是1024个实数,实际进入fft的输入是1024个复数(虚部为0),输出也是1024个复数,有效的数据是前512个复数
Deep learning -- Summary of Feature Engineering
【webrtc】Add x264 encoder for CEF/Chromium
kibana 报错 server is not ready yet 可能的原因
MySQL数据库 - 单表查询(二)
JS calculation time difference
Zero base to build profit taking away CPS platform official account
