当前位置:网站首页>[cloud native topic -49]:kubesphere cloud Governance - operation - step by step deployment of microservice based business applications - basic processes and steps
[cloud native topic -49]:kubesphere cloud Governance - operation - step by step deployment of microservice based business applications - basic processes and steps
2022-07-02 20:04:00 【Silicon based workshop of slow fire rock sugar】
Author URI ( Silicon based workshop of slow fire rock sugar ): Slow fire rock sugar ( Wang Wenbing ) The blog of _ Silicon based workshop of slow fire rock sugar _CSDN Blog
Website of this article :https://blog.csdn.net/HiWangWenBing/article/details/122925243
Catalog
The first 1 Chapter The portal for deploying business applications based on microservices
The first 2 Chapter Microservice service type
The first 3 Chapter Three steps of deployment
step 1: Select a specific workload (depolymengt) How to deploy microservices .
step 2: Deploy business data and configuration data
step 3: By deploying Service, External exposure of micro Services , Remote access
The first 1 Chapter The portal for deploying business applications based on microservices

Except for the project viewer Out of character , Users in other roles have the right to deploy microservice applications .
!!! Creating a new project is a prerequisite for deploying microservices !!!
The first 2 Chapter Microservice service type

(1) stay Kubesphere in , Microservices are deployed in a specified project , and Kubesphere Project , It's actually K8S One of the Namespace nothing more .
(2)Kubesphere There are three supported services : Deployment of stateless microservices 、 Deployment of stateful microservices and daemons . This is related to K8S Of Service Similar is consistent .
(3) Microservice deployment needs to support data pooling and microservice configuration files , The foundation of the bottom is :K8S Of PVC and configmap.
(4) The basic building block of a microservice application is the container group pod.
The first 3 Chapter Three steps of deployment

step 1: Select a specific workload (depolymengt) How to deploy microservices .
After the workload is deployed , Will produce a set of containers pod.
# View the deployment
$ kubectl get depolyment
$ kubectl get pods -A
step 2: Deploy business data and configuration data
- adopt PVC Deploy the persistence of business data
- adopt configmap Deploy configuration data
step 3: By deploying Service, External exposure of micro Services , Remote access
(1) Deployment common nodePort service Expose microservices , Load balancing
(2) Deploy Ingress Conduct , Provide a unified gateway interface
Author URI ( Silicon based workshop of slow fire rock sugar ): Slow fire rock sugar ( Wang Wenbing ) The blog of _ Silicon based workshop of slow fire rock sugar _CSDN Blog
Website of this article :https://blog.csdn.net/HiWangWenBing/article/details/122925243
边栏推荐
- 自动生成VGG图像注释文件
- CheckListBox control usage summary
- Dictionaries
- R language uses econcharts package to create microeconomic or macroeconomic maps, and indifference function to visualize indifference curve
- 基于SSM实现网上购物商城系统
- KT148A语音芯片使用说明、硬件、以及协议、以及常见问题,和参考代码
- 【Hot100】22. 括号生成
- Postman接口测试实战,这5个问题你一定要知道
- upload-labs
- Why do I have a passion for process?
猜你喜欢

Py's interpret: a detailed introduction to interpret, installation, and case application

疫情封控65天,我的居家办公心得分享 | 社区征文

Yes, that's it!

pytorch 模型保存的完整例子+pytorch 模型保存只保存可训练参数吗?是(+解决方案)
![[source code analysis] model parallel distributed training Megatron (5) -- pipestream flush](/img/e9/f316d02c3cad226055dcdec6781436.jpg)
[source code analysis] model parallel distributed training Megatron (5) -- pipestream flush

台湾SSS鑫创SSS1700替代Cmedia CM6533 24bit 96KHZ USB音频编解码芯片

Resunet tensorrt8.2 speed and video memory record table on Jetson Xavier NX (continuously supplemented later)

Automatically generate VGg image annotation file

CS5268完美代替AG9321MCQ Typec多合一扩展坞方案

Why do I have a passion for process?
随机推荐
Complete example of pytorch model saving +does pytorch model saving only save trainable parameters? Yes (+ solution)
[daily question] 241 Design priorities for operational expressions
Postman下载安装
JASMINER X4 1U深度拆解,揭开高效省电背后的秘密
接口测试到底怎么做?看完这篇文章就能清晰明了
Basic concept of database, installation and configuration of database, basic use of MySQL, operation of database in the project
RPD出品:Superpower Squad 保姆级攻略
CRM Customer Relationship Management System
什么叫在线开户?现在网上开户安全么?
Correspondence between pytoch version, CUDA version and graphics card driver version
at编译环境搭建-win
After eight years of test experience and interview with 28K company, hematemesis sorted out high-frequency interview questions and answers
[internship] solve the problem of too long request parameters
CS5268完美代替AG9321MCQ Typec多合一扩展坞方案
Cuckoo filter
励志!大凉山小伙全奖直博!论文致谢看哭网友
Use graalvm native image to quickly expose jar code as a native shared library
在网上炒股开户安全吗?我是新手,还请指导
良心总结!Jupyter Notebook 从小白到高手,保姆教程来了!
AcWing 903. Expensive bride price solution (the shortest path - building map, Dijkstra)