CN110673924A - Multi-architecture container cloud mirror image selection method, device, equipment and storage medium - Google Patents
Multi-architecture container cloud mirror image selection method, device, equipment and storage medium Download PDFInfo
- Publication number
- CN110673924A CN110673924A CN201910843045.8A CN201910843045A CN110673924A CN 110673924 A CN110673924 A CN 110673924A CN 201910843045 A CN201910843045 A CN 201910843045A CN 110673924 A CN110673924 A CN 110673924A
- Authority
- CN
- China
- Prior art keywords
- information
- mirror image
- virtual data
- target
- operating environment
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/455—Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
- G06F9/45533—Hypervisors; Virtual machine monitors
- G06F9/45558—Hypervisor-specific management and integration aspects
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L12/00—Data switching networks
- H04L12/28—Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
- H04L12/46—Interconnection of networks
- H04L12/4641—Virtual LANs, VLANs, e.g. virtual private networks [VPN]
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L41/00—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
- H04L41/14—Network analysis or design
- H04L41/145—Network analysis or design involving simulating, designing, planning or modelling of a network
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y02—TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
- Y02D—CLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
- Y02D10/00—Energy efficient computing, e.g. low power processors, power management or thermal management
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Computer Security & Cryptography (AREA)
- Processing Or Creating Images (AREA)
Abstract
The invention discloses a multi-architecture container cloud mirror image selection method, which comprises the following steps: acquiring target information of a target virtual data center; acquiring deployable mirror image information of a target virtual data center by using the target information and a preset operating environment table; the preset operation environment table is a mapping table of target information and deployable mirror image information of each virtual data center; outputting deployable mirror image information; the method comprises the steps of correspondingly binding each virtual data center with each operation environment, and constructing an operation environment table by utilizing binding information and prestored architecture information; acquiring deployable mirror image information of a target virtual data center by using the target information and a preset operating environment table and outputting the deployable mirror image information; the method can simplify the operation of selecting a proper virtual data center, and greatly reduces the time required by deploying the mirror image; in addition, the invention also provides a multi-architecture container cloud mirror image selection device, equipment and a computer readable storage medium, and the device and the equipment also have the beneficial effects.
Description
Technical Field
The invention relates to the technical field of cloud computing, in particular to a multi-architecture container cloud mirror image selection method, device and equipment and a computer readable storage medium.
Background
The development of the cloud computing technology is to date, the virtualization technology is always a key technology in the cloud platform, the container technology is a novel virtualization technology which saves more computing resources than a virtual machine technology and is more flexible, and a new thought is provided for constructing an efficient cloud platform.
The existing container cloud platform can be accessed to kubernets clusters with different architectures, and CPUs with different architectures can provide different services, so that the multi-architecture container cloud platform can provide richer services to the outside, and hardware resources required by deployment of the container cloud platform can be saved. Because the container cloud platform is connected with kubernets clusters of various CPU architectures, the operation is more complicated when a virtual data center is used: when the virtual data center is determined, querying a framework of an operating environment bound with the virtual data center, namely a CPU framework, acquiring a deployable mirror image of the operating environment according to the CPU framework, providing service for a user if the mirror image required by the user exists in the deployable mirror image, and replacing another virtual data center if the mirror image does not exist; if a user runs an undeployable mirror on the virtual data center, a failure may occur. Due to the fact that the types of the mirror images are various, and the deployable mirror images on the operating environments with different architectures are different, a large amount of time needs to be consumed for determining which virtual data center can meet the requirements of users, and further the problem that the time for selecting a proper virtual data center is long is caused.
Therefore, how to solve the problems of complicated operation and long time for selecting a proper virtual data center is a technical problem which needs to be solved urgently by technical personnel in the field.
Disclosure of Invention
In view of the above, the present invention provides a method, an apparatus, a device and a computer readable storage medium for selecting a multi-architecture container cloud mirror image, which solve the problems of complicated operation and long time required for selecting a suitable virtual data center.
In order to solve the technical problem, the invention provides a multi-architecture container cloud mirror image selection method, which comprises the following steps:
acquiring target information of a target virtual data center;
acquiring deployable mirror image information of the target virtual data center by using the target information and a preset operating environment table; the preset operating environment table is a mapping table of the target information and the deployable mirror image information of each virtual data center;
and outputting the deployable mirror image information.
Optionally, after outputting the deployable mirror image information, the method further includes:
and acquiring a selection instruction, determining a target mirror image by using the selection instruction and the deployable mirror image information, and deploying the target mirror image.
Optionally, the process of constructing the preset operating environment table includes:
creating a plurality of virtual data centers on a plurality of operating environments, correspondingly binding each virtual data center and each operating environment and acquiring corresponding binding information;
and constructing the preset operating environment table by using the binding information and the pre-stored architecture information.
Optionally, before creating the plurality of virtual data centers on the plurality of runtime environments, the method further includes:
acquiring the accessed operating environment information of the operating environment;
judging whether the operating environment information is correct or not by utilizing the pre-stored architecture information;
if yes, the step of creating a plurality of virtual data centers on the plurality of operating environments is executed.
The invention also provides a multi-structure container cloud mirror image selection device, which comprises:
the target information acquisition module is used for acquiring target information of a target virtual data center;
the deployable mirror image information acquisition module is used for acquiring deployable mirror image information of the target virtual data center by utilizing the target information and a preset operating environment table;
and the deployable mirror image information output module is used for outputting the deployable mirror image information.
Optionally, the method further includes:
and the target mirror image deployment module is used for acquiring a selection instruction, selecting a target mirror image from the deployable mirror image information by using the selection instruction, and deploying the target mirror image.
Optionally, the method includes:
the binding information acquisition module is used for creating a plurality of virtual data centers on a plurality of operating environments, correspondingly binding each virtual data center with each operating environment and acquiring corresponding binding information;
and the preset operating environment table building module is used for building the preset operating environment table by utilizing the binding information and the pre-stored architecture information.
Optionally, the method further includes:
the operation environment information acquisition module is used for acquiring the accessed operation environment information of the operation environment;
the judging module is used for judging whether the operating environment information is correct or not by utilizing the pre-stored architecture information;
correspondingly, the binding information obtaining module is a module for executing the step of creating a plurality of virtual data centers on a plurality of operating environments when the operating environment information is correct.
The invention also provides a multi-architecture container cloud mirror image selection device, which comprises a memory and a processor, wherein:
the memory is used for storing a computer program;
the processor is used for executing the computer program to realize the multi-architecture container cloud mirror image selection method.
The invention also provides a computer readable storage medium for storing a computer program, wherein the computer program, when executed by a processor, implements the multi-architectural container cloud image selection method described above.
Correspondingly binding each virtual data center with each operation environment, and constructing an operation environment table by using binding information and pre-stored architecture information; the operating environment table can record the architecture information of each virtual data center and the operating environment bound with the virtual data center. When the mirror image to be deployed is selected, target information of the target virtual data center is obtained, and deployable mirror image information of the target virtual data center is obtained and output by using the target information and a preset operating environment table. The user can judge whether the target virtual data center can provide the mirror image which is required to be deployed according to the deployable mirror image information, and select the target mirror image according to the selection instruction and deploy the target mirror image. The method can simplify the operation of selecting a proper virtual data center, and greatly reduce the time required for deploying the mirror image.
In addition, the invention also provides a multi-architecture container cloud mirror image selection device, equipment and a computer readable storage medium, and the device and the equipment also have the beneficial effects.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a flowchart of a method for selecting a cloud mirror image of a multi-frame container according to an embodiment of the present invention;
fig. 2 is a flowchart of another multi-architecture container cloud image selection method according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of a multi-frame container cloud mirror image selection apparatus according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of a multi-frame container cloud mirror image selection apparatus according to an embodiment of the present invention;
fig. 5 is a schematic view illustrating access to an operating environment of a multi-architecture container cloud platform according to an embodiment of the present invention;
fig. 6 is a schematic diagram illustrating binding between a virtual data center and an operating environment according to an embodiment of the present invention;
fig. 7 is a diagram of a preset operating environment table according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Referring to fig. 1, fig. 1 is a flowchart of a method for selecting a cloud mirror image of a multi-architectural container according to an embodiment of the present invention. The method comprises the following steps:
s101: and acquiring target information of the target virtual data center.
The target virtual data center is the virtual data center selected by the user, and the virtual data center is created to provide various services for the user. The target information is used for representing information of the operating environment bound by the target virtual data center, and the virtual data centers bound on the operating environments with different architectures can provide different services. The embodiment does not limit the specific content of the target information, and the target virtual data center may be determined by using the specific content, for example, the specific content may be an ID number of the target virtual data center; or may be the name of the target virtual data center.
S102: and acquiring deployable mirror image information of the target virtual data center by using the target information and a preset operating environment table.
And after the target information is acquired, acquiring deployable mirror image information of the target virtual data center by using the target information and a preset operating environment table. In this embodiment, the preset operating environment table is a mapping table of the target information and the deployable mirror image information of each virtual data center, and is used to represent a corresponding relationship between the target information and the deployable mirror image information of each virtual data center, that is, the deployable mirror image information of the target virtual data center can be obtained according to the target information. The deployable mirror information is information representing a deployable mirror on the target virtual data center, and specific content of the deployable mirror information is not limited in this embodiment, and may be, for example, a serial number of the deployable mirror; or may be the name of the deployable image; or may be directly the deployable image itself. The present embodiment does not limit the specific content and kind of the mirror image, and may be a docker mirror image, for example. The embodiment does not limit the acquisition method and the specific content of the preset environment table. The preset operation environment table can be generated according to the actual situation of the accessed operation environment, and the operation environment is a hardware cluster deployed at the bottom layer; the preset operation environment table can be edited in advance, the operation environment is accessed by using the preset environment table, and the preset operation environment table is input after the operation environment is accessed.
S103: and outputting the deployable mirror information.
And after acquiring the deployable mirror image information, outputting the deployable mirror image information so that a user can judge whether the target virtual data center can provide services for the user according to the deployable mirror image information. When the deployable mirror image information comprises mirror image information required by the user, the target data center can provide service for the user; when the deployable mirror information does not include mirror information required by the user, the target data center cannot provide service for the user.
Further, when the deployable mirror image information includes mirror image information required by the user, acquiring the selection instruction, determining the target mirror image by using the selection instruction and the deployable mirror image information, and deploying the target mirror image. Specifically, a selection instruction is obtained, a target mirror image, namely a mirror image required by a user, is selected from deployable mirror image information by using the selection instruction, and after the target mirror image is determined, the target mirror image is deployed in a target virtual data center to provide service for the user. The embodiment does not limit the specific form of the selection instruction, and may be, for example, a segment of code; or may be a particular high or low level; or may be a special mark.
By applying the multi-architecture-container cloud mirror image selection method provided by the embodiment of the invention, the target information of the target virtual data center is obtained, and the deployable mirror image information of the target virtual data center is obtained and output by using the target information and the preset operating environment table. The user can judge whether the target virtual data center can provide the mirror image which is required to be deployed according to the deployable mirror image information, and select the target mirror image according to the selection instruction and deploy the target mirror image. If the target virtual data center cannot deploy the mirror image required by the user, the user can directly select other virtual data centers without replacing other virtual data centers after the failure of the deployed mirror image, so that the operation of selecting a proper virtual data center can be simplified, and the time required by deploying the mirror image is greatly reduced.
Based on the foregoing embodiments, this embodiment will describe a process of constructing a preset operating environment table, and specifically refer to fig. 2, where fig. 2 is a flowchart of another method for selecting a cloud image of a multi-architecture container according to an embodiment of the present invention, where the method includes:
s201: and acquiring the running environment information of the accessed running environment.
The operating environment is a hardware cluster deployed at the bottom layer, and the specific type of the hardware cluster is not limited in this embodiment, for example, the operating environment may be a kubernets cluster, and the accessed operating environment is a kubernets cluster that will provide services for users. The operating environment information is information representing a CPU architecture in the operating environment, and specific content of the operating environment information is not limited in this embodiment, and may be, for example, architecture information of a CPU in the operating environment; or may be manufacturer information of the CPU chip; or may be kubeconfig, i.e. a chip certificate. The operating environment information may be entered by a technician. Referring to fig. 5, fig. 5 is a schematic view illustrating an access of a multi-architectural container cloud platform operating environment according to an embodiment of the present invention.
S202: and judging whether the operating environment information is correct or not by utilizing the pre-stored structure information.
The pre-stored structure information comprises various CPU architecture information and is used for constructing a preset operation environment table and detecting whether the operation environment information is correct or not, and errors are prevented from occurring when technicians access the operation environment. The embodiment does not limit the specific content in the pre-stored structure information, and may include kubberconfig, i.e. a chip certificate, for example; and the system can also comprise a chip manufacturer name, CPU architecture information, deployable mirror image information under the CPU architecture and the like. The embodiment does not limit the storage location of the pre-stored structure information, and for example, the pre-stored structure information may be stored in each operating environment and acquired by using a kubernets API. Comparing the pre-stored structure information with the operation environment information, judging whether the input operation environment information is correct or not, and entering the step S203 if the input operation environment information is correct; if not, the step S201 may be executed again, that is, the operating environment information is acquired again; or may output error information to request the technician to re-input the operating environment information, and the present embodiment does not limit the operation performed when the operating environment information is incorrect.
S203: and creating a plurality of virtual data centers on a plurality of operating environments, correspondingly binding each virtual data center and each operating environment and acquiring corresponding binding information.
And creating a plurality of virtual data centers on a plurality of accessed operating environments, correspondingly binding each virtual data center with each operating environment, and obtaining corresponding binding information in the past. The binding information is used to indicate a binding relationship between the virtual data centers and the operating environment, that is, the operating environment corresponding to each virtual data center, and the form and content of the binding information are not limited in this embodiment. Referring to fig. 6, fig. 6 is a schematic diagram illustrating binding between a virtual data center and an operating environment according to an embodiment of the present invention.
S204: and constructing a preset operating environment table by using the binding information and the pre-stored architecture information.
And constructing a preset operating environment table by using the binding information and the pre-stored architecture information. The embodiment does not limit the specific form of the preset operating environment table, for example, refer to fig. 7, and fig. 7 is a structure diagram of the preset operating environment table provided in the embodiment of the present invention.
By applying the multi-architecture container cloud mirror image selection method provided by the embodiment of the invention, the operating environment information of each operating environment is obtained, and whether the operating environment information is correct or not is judged by utilizing the pre-stored architecture information; and when the operating environment information is correct, establishing and binding the virtual data center, and constructing a preset operating environment table by using the binding information and the pre-stored architecture information.
In the following, the multi-architecture-container cloud mirror image selection device provided by the embodiment of the present invention is introduced, and the multi-architecture-container cloud mirror image selection device described below and the multi-architecture-container cloud mirror image selection method described above may be referred to in a corresponding manner.
Referring to fig. 3, fig. 3 is a schematic structural diagram of a multi-frame container cloud image selection apparatus according to an embodiment of the present invention, including:
a target information obtaining module 300, configured to obtain target information of a target virtual data center;
a deployable mirror image information acquiring module 310, configured to acquire deployable mirror image information of the target virtual data center by using the target information and a preset operating environment table;
a deployable mirror information output module 320, configured to output the deployable mirror information.
Optionally, the method further includes:
and the target mirror image deployment module is used for acquiring a selection instruction, selecting a target mirror image from the deployable mirror image information by using the selection instruction, and deploying the target mirror image.
Optionally, the method includes:
the binding information acquisition module is used for creating a plurality of virtual data centers on a plurality of operating environments, correspondingly binding each virtual data center with each operating environment and acquiring corresponding binding information;
and the preset operating environment table building module is used for building the preset operating environment table by utilizing the binding information and the pre-stored architecture information.
Optionally, the method further includes:
the operation environment information acquisition module is used for acquiring the accessed operation environment information of the operation environment;
the judging module is used for judging whether the operating environment information is correct or not by utilizing the pre-stored architecture information;
correspondingly, the binding information obtaining module is a module for executing the step of creating a plurality of virtual data centers on a plurality of operating environments when the operating environment information is correct.
In the following, the multi-architectural container cloud mirror image selection device provided by the embodiment of the present invention is introduced, and the multi-architectural container cloud mirror image selection device described below and the multi-architectural container cloud mirror image selection method described above may be referred to in a corresponding manner.
Referring to fig. 4, fig. 4 is a schematic structural diagram of a multi-architectural container cloud mirror image selection apparatus according to an embodiment of the present invention, where the multi-architectural container cloud mirror image selection apparatus includes a memory and a processor, where:
a memory 10 for storing a computer program;
and the processor 20 is used for executing a computer program to realize the multi-architecture container cloud mirror image selection method.
In the following, a computer-readable storage medium provided by an embodiment of the present invention is introduced, and the computer-readable storage medium described below and the multi-architectural container cloud image selection method described above may be referred to in correspondence with each other.
The invention further provides a computer readable storage medium, on which a computer program is stored, and the computer program, when executed by a processor, implements the steps of the multi-architecture container cloud mirror image selection method.
The computer-readable storage medium may include: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
The embodiments are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same or similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
Those of skill would further appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative components and steps have been described above generally in terms of their functionality in order to clearly illustrate this interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
Finally, it should also be noted that, herein, relationships such as first and second, etc., are intended only to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus.
The method, the device, the equipment and the computer-readable storage medium for selecting the cloud images of the multi-architecture container provided by the invention are described in detail, specific examples are applied in the description to explain the principle and the implementation mode of the invention, and the description of the above embodiments is only used for helping to understand the method and the core idea of the invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present invention.
Claims (10)
1. A multi-architecture container cloud mirror image selection method is characterized by comprising the following steps:
acquiring target information of a target virtual data center;
acquiring deployable mirror image information of the target virtual data center by using the target information and a preset operating environment table; the preset operating environment table is a mapping table of the target information and the deployable mirror image information of each virtual data center;
and outputting the deployable mirror image information.
2. The multi-architectural container cloud mirror selection method of claim 1, further comprising, after outputting the deployable mirror information:
and acquiring a selection instruction, determining a target mirror image by using the selection instruction and the deployable mirror image information, and deploying the target mirror image.
3. The multi-architecture container cloud mirror image selection method according to claim 1, wherein the process of constructing the preset operating environment table comprises:
creating a plurality of virtual data centers on a plurality of operating environments, correspondingly binding each virtual data center and each operating environment and acquiring corresponding binding information;
and constructing the preset operating environment table by using the binding information and the pre-stored architecture information.
4. The multi-architectural container cloud image selection method of claim 3, further comprising, prior to said creating a plurality of virtual data centers on a plurality of runtime environments:
acquiring the accessed operating environment information of the operating environment;
judging whether the operating environment information is correct or not by utilizing the pre-stored architecture information;
if yes, the step of creating a plurality of virtual data centers on the plurality of operating environments is executed.
5. A multi-frame container cloud mirror image selection device, comprising:
the target information acquisition module is used for acquiring target information of a target virtual data center;
the deployable mirror image information acquisition module is used for acquiring deployable mirror image information of the target virtual data center by utilizing the target information and a preset operating environment table;
and the deployable mirror image information output module is used for outputting the deployable mirror image information.
6. The multi-frame container cloud image selection device of claim 5, further comprising:
and the target mirror image deployment module is used for acquiring a selection instruction, selecting a target mirror image from the deployable mirror image information by using the selection instruction, and deploying the target mirror image.
7. The multi-frame container cloud image selection device of claim 5, comprising:
the binding information acquisition module is used for creating a plurality of virtual data centers on a plurality of operating environments, correspondingly binding each virtual data center with each operating environment and acquiring corresponding binding information;
and the preset operating environment table building module is used for building the preset operating environment table by utilizing the binding information and the pre-stored architecture information.
8. The multi-frame container cloud image selection device of claim 5, further comprising:
the operation environment information acquisition module is used for acquiring the accessed operation environment information of the operation environment;
the judging module is used for judging whether the operating environment information is correct or not by utilizing the pre-stored architecture information;
correspondingly, the binding information obtaining module is a module for executing the step of creating a plurality of virtual data centers on a plurality of operating environments when the operating environment information is correct.
9. A multi-architecture container cloud image selection device, comprising a memory and a processor, wherein:
the memory is used for storing a computer program;
the processor is used for executing the computer program to realize the multi-architecture container cloud image selection method of any one of claims 1 to 4.
10. A computer-readable storage medium storing a computer program, wherein the computer program when executed by a processor implements the multi-architectural container cloud mirror selection method of any one of claims 1 to 4.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201910843045.8A CN110673924B (en) | 2019-09-06 | 2019-09-06 | Multi-architecture container cloud mirror image selection method, device, equipment and storage medium |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201910843045.8A CN110673924B (en) | 2019-09-06 | 2019-09-06 | Multi-architecture container cloud mirror image selection method, device, equipment and storage medium |
Publications (2)
Publication Number | Publication Date |
---|---|
CN110673924A true CN110673924A (en) | 2020-01-10 |
CN110673924B CN110673924B (en) | 2023-07-14 |
Family
ID=69076140
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201910843045.8A Active CN110673924B (en) | 2019-09-06 | 2019-09-06 | Multi-architecture container cloud mirror image selection method, device, equipment and storage medium |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN110673924B (en) |
Cited By (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN111309401A (en) * | 2020-03-24 | 2020-06-19 | 广西梯度科技有限公司 | Method for operating multi-CPU architecture service in Kubernetes |
CN111984275A (en) * | 2020-07-25 | 2020-11-24 | 苏州浪潮智能科技有限公司 | System deployment method, system, terminal and storage medium based on CPU architecture type |
CN112269694A (en) * | 2020-10-23 | 2021-01-26 | 北京浪潮数据技术有限公司 | Management node determination method and device, electronic equipment and readable storage medium |
CN112433677A (en) * | 2020-11-24 | 2021-03-02 | 浪潮云信息技术股份公司 | Method for docking multiple storage back ends by cloud mirror image service |
CN113110913A (en) * | 2020-01-13 | 2021-07-13 | 中国移动通信集团浙江有限公司 | Mirror image management system, method and computing equipment |
CN113467791A (en) * | 2021-06-25 | 2021-10-01 | 广东浪潮智慧计算技术有限公司 | Deployment adjustment method, system, device and storage medium for application in cloud platform |
CN114490037A (en) * | 2021-12-28 | 2022-05-13 | 深圳云天励飞技术股份有限公司 | Mirror image deployment method and device, electronic equipment and storage medium |
CN116795453A (en) * | 2023-08-28 | 2023-09-22 | 成都中科合迅科技有限公司 | Multi-CPU architecture call control method and system for application program |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20150339148A1 (en) * | 2013-01-31 | 2015-11-26 | Hangzhou H3C Technologies Co., Ltd. | Creating virtual machines |
CN106201648A (en) * | 2016-06-27 | 2016-12-07 | 浪潮电子信息产业股份有限公司 | A kind of virtual machine creation method and device |
CN109471714A (en) * | 2017-09-07 | 2019-03-15 | 龙芯中科技术有限公司 | Platform deployment method, apparatus, equipment and storage medium |
-
2019
- 2019-09-06 CN CN201910843045.8A patent/CN110673924B/en active Active
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20150339148A1 (en) * | 2013-01-31 | 2015-11-26 | Hangzhou H3C Technologies Co., Ltd. | Creating virtual machines |
CN106201648A (en) * | 2016-06-27 | 2016-12-07 | 浪潮电子信息产业股份有限公司 | A kind of virtual machine creation method and device |
CN109471714A (en) * | 2017-09-07 | 2019-03-15 | 龙芯中科技术有限公司 | Platform deployment method, apparatus, equipment and storage medium |
Cited By (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113110913A (en) * | 2020-01-13 | 2021-07-13 | 中国移动通信集团浙江有限公司 | Mirror image management system, method and computing equipment |
CN113110913B (en) * | 2020-01-13 | 2024-01-05 | 中国移动通信集团浙江有限公司 | Mirror image management system, method and computing device |
CN111309401A (en) * | 2020-03-24 | 2020-06-19 | 广西梯度科技有限公司 | Method for operating multi-CPU architecture service in Kubernetes |
CN111984275A (en) * | 2020-07-25 | 2020-11-24 | 苏州浪潮智能科技有限公司 | System deployment method, system, terminal and storage medium based on CPU architecture type |
CN112269694A (en) * | 2020-10-23 | 2021-01-26 | 北京浪潮数据技术有限公司 | Management node determination method and device, electronic equipment and readable storage medium |
CN112269694B (en) * | 2020-10-23 | 2023-12-22 | 北京浪潮数据技术有限公司 | Management node determining method and device, electronic equipment and readable storage medium |
CN112433677A (en) * | 2020-11-24 | 2021-03-02 | 浪潮云信息技术股份公司 | Method for docking multiple storage back ends by cloud mirror image service |
CN113467791A (en) * | 2021-06-25 | 2021-10-01 | 广东浪潮智慧计算技术有限公司 | Deployment adjustment method, system, device and storage medium for application in cloud platform |
CN114490037A (en) * | 2021-12-28 | 2022-05-13 | 深圳云天励飞技术股份有限公司 | Mirror image deployment method and device, electronic equipment and storage medium |
CN116795453A (en) * | 2023-08-28 | 2023-09-22 | 成都中科合迅科技有限公司 | Multi-CPU architecture call control method and system for application program |
CN116795453B (en) * | 2023-08-28 | 2023-11-03 | 成都中科合迅科技有限公司 | Multi-CPU architecture call control method and system for application program |
Also Published As
Publication number | Publication date |
---|---|
CN110673924B (en) | 2023-07-14 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN110673924A (en) | Multi-architecture container cloud mirror image selection method, device, equipment and storage medium | |
US10447814B2 (en) | Joint servicing of software packages | |
US11797283B2 (en) | Application program development and deployment method and apparatus, and computer-readable medium | |
US20130067459A1 (en) | Order-Independent Deployment Collections with Dependency Package Identifiers | |
CN111475227B (en) | Business plug-in loading implementation method and device and terminal equipment | |
US8417578B1 (en) | Customizing component configurations for utility computing | |
CN111176697A (en) | Service instance deployment method, data processing method and cluster federation | |
CN109992501B (en) | Availability check of small program, available small program list generating method and device | |
CN109495584B (en) | Internet of things equipment access method, device, equipment and medium | |
US11422917B2 (en) | Deriving software application dependency trees for white-box testing | |
CN110138577B (en) | Cluster creation method, first server and readable storage medium | |
CN110955409B (en) | Method and device for creating resources on cloud platform | |
CN111158968B (en) | BIOS configuration information self-checking method, device and storage medium | |
CN108170465B (en) | Version information management method, electronic equipment and readable storage medium | |
CN107273126B (en) | Application development method and device | |
CN110750415B (en) | Interface service configuration method, device, medium and computer equipment | |
CN116339736B (en) | Configuration method, device, equipment and storage medium of TCL (TCL) interactive interface | |
CN113778391A (en) | Page processing method, device and equipment for native application program | |
CN110955449B (en) | Gray scale release method and device for client | |
CN109358972B (en) | Log management method and device of middleware client and computer system | |
CN110727416A (en) | Development framework generation method and related device | |
CN111857797A (en) | Mirror image construction method, system and related device | |
CN112068895B (en) | Code configuration method, device, video playing equipment and storage medium | |
CN112230938B (en) | Method and device for configuring rental products of industrial Internet | |
CN115776515A (en) | Software service providing method, device and equipment |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |