Service providers can provide computing services to businesses and individuals as a remote computing service or provide “software as a service” (e.g., cloud computing). When deploying resources, such as virtualized resources, in a complex computing environment, various issues may arise, resulting in deployment delays which in turn can prevent users from providing services to their downstream users. This can lead to lost revenue and customer dissatisfaction. Production loss and inefficiencies with respect to computing resources can be exacerbated when configuration issues arise and the service provider is unable to quickly isolate and correct the cause of a misconfiguration issue.
It is with respect to these considerations and others that the disclosure made herein is presented.
When new or updated deployments involve a large number of resources, such as multiple virtual network functions and various software versions, a series of operations with intermediate steps may need to be defined and executed. The system as a whole needs to be steered through a more complex path rather than independently updating a discrete set of components. The disclosed embodiments describe techniques for using a compiler and a mapping layer to generate sequences of intermediate configuration steps based on declarative statements. The compiler and mapping layer are configured to receive intent-based user inputs that simplify how the user expresses a desired outcome. For example, an operator can express the intent to move from state A to state B for a given function or deployment. The underlying configuration may require that in order to update the system from state A to state B, a series of intermediate steps C, D, E need to be executed, resulting in an overall sequence of A, C, D, E, B. The disclosed compiler and mapping layer generate the intermediate steps C, D, E and alleviates the operator from having to know about or specify the mandated intermediate steps C, D, E. The disclosed mechanism further identifies incompatible state transitions or when it is not possible to transition directly between states and use rules to get from the start state to end state. The disclosed compiler and mapping layer are data-driven and maintain a declarative paradigm. The mapping layer may also be referred to herein as a mapping component.
The described techniques can allow for a service provider or customer to more efficiently update and deploy computing resources while maintaining efficient use of computing capacity such as processor cycles, memory, network bandwidth, and power.
This Summary is provided to introduce a selection of concepts in a simplified form that are further described below in the Detailed Description. This Summary is not intended to limit the scope of the claimed subject matter.
The Detailed Description is described with reference to the accompanying figures. In the description detailed herein, references are made to the accompanying drawings that form a part hereof, and that show, by way of illustration, specific embodiments or examples. The drawings herein are not drawn to scale. Like numerals represent like elements throughout the several figures.
Achieving a stable deployment which is robust, efficient and secure is often challenging. In some cases, containerized or virtualized applications are used to facilitate deployments of applications in the cloud. A container is a standalone, executable package of software that includes various components needed to run an application. Deploying containerized applications simplifies the deployment process since once a container is added to a web server or other cloud computing node, that node has everything needed to execute the application. Technologies used to develop containerized applications are often referred to as cloud-native technologies since they are designed to create software suitable for deploying to the cloud. Containerized applications are often deployed by decomposing the application into a plurality of microservices and deploying the microservices separately. A microservice is a single function module with a well-defined interface that is independently deployable and operable.
Deploying or updating an application in the cloud as a cloud service is not straightforward because of the many factors that need to be taken into account. Many services provided by cloud service providers are implemented in the context of a microservices architecture. Such cloud-based architectures rely on the platform/infrastructure to coordinate and manage upgrades of software across a large pool of virtual machines/containers providing that service. For containers, many services are built around Kubernetes for providing such processes. However, there is no easy way to efficiently perform the update process. For example, upgrading a virtualized network function (VNF) may involve upgrading various VNFCs, each of which may comprise a pool of VNFC instances (VNFCIs) or virtual machines (VMs). Furthermore, multiple configuration issues and version compatibilities must be verified.
The disclosed embodiments describe techniques for using a compiler and a mapping layer to generate sequences of intermediate configuration steps based on declarative statements in order to execute an update to a cloud-based infrastructure. The compiler and mapping layer are configured to receive intent-based user inputs that simplify how the user expresses a desired outcome for an update. The present disclosure describes techniques for complex deployments that provide for declarative inputs. Rather than imperative inputs that focus on describing a sequence of steps or instructions to perform a task, declarative inputs focus on describing the desired result or outcome without explicitly specifying how to achieve the desired result or outcome. The present disclosure allows for large scale changes to be made declaratively rather than imperatively. In an example, if an instance of a service is running at version 1 and an instance is running at version 1 and another instance running at version 2, when the instance that is version 2 is in active use, version 1 will need to be removed in some scenarios and not in others. Thus, there are different steps that need to be applied, for possibly multiple sites, and thus complexity increases from having to maintain and account for such differences.
The use of a declarative input or a series of declarative inputs provides operators the ability to deploy changes to a system with fewer steps and without having to identify details regarding intermediate steps. Additionally, the need to generate large amounts of code to control an update or deployment is avoided. The changes or updates may be for virtual machines, containers, and various services and functions that are implemented in the cloud system. More generally, the changes or updates can be made to service components that generally refer to functions implemented by components such as virtual machines or containers.
The present disclosure describes compiler and a mapping layer that allows an operator to declaratively execute an update or deployment without specifying specific underlying operations by codifying the mapping of the declarative statements. The compiler and mapping layer receives declarative statements that indicate that a system is to be modified from state A to state B, and generates rules for how the system is to be modified from state A to state B. The intermediate states can include other parameters including any required waiting periods. The intermediate states are automatically updated if additional information is provided to the compiler and mapping layer. In many cases a complicated set of intermediate steps is sometimes needed in order to make a change in a parameter. The compiler and mapping layer allows operators to avoid having to track and implement changes to the intermediate steps for all possible cases and for every possible pair of versions. The compiler and mapping layer generates all the intermediate steps.
In an embodiment, the compiler and mapping layer are configured to receive as inputs a minimum set of fields or values that are needed in order for the intermediate states to be automatically generated.
While the examples herein are described with reference to containers and virtual machines, it should be understood that other embodiments may include other types of resources and components while implementing the described techniques. Additionally, the disclosed embodiments may be applied to performance of upgrades of clusters across multiple cloud deployments.
In some embodiments, the present disclosure may be implemented in a mobile edge computing (MEC) environment implemented in conjunction with a 4G, 5G, or other cellular network. MEC is a type of edge computing that uses cellular networks and 5G and enables a data center to extend cloud services to local deployments using a distributed architecture that provide federated options for local and remote data and control management. MEC architectures may be implemented at cellular base stations or other edge nodes and enable operators to host content closer to the edge of the network, delivering high-bandwidth, low-latency applications to end users. For example, the cloud provider's footprint may be co-located at a carrier site (e.g., carrier data center), allowing for the edge infrastructure and applications to run closer to the end user via the 5G network.
Referring to the appended drawings, in which like numerals represent like elements throughout the several FIGURES, aspects of various technologies for remote management of computing resources will be described. In the following detailed description, references are made to the accompanying drawings that form a part hereof, and which are shown by way of illustration specific configurations or examples. While many examples are described using servers and disks, it should be understood that other types of compute nodes and storage devices may be used in other embodiments.
An intermediate instruction 122 can include one or more statements in a standardized format that is readable by orchestrators, management tools, etc. For example, the intermediate instructions 122 can be written in a markup language. In some embodiments the intermediate instructions 122 can be a software component, for example having an interface for receiving messages and sending responses. An intermediate instruction 122 can have one or more expressions which have concrete values and/or a reference to another intermediate instruction 122. The intermediate instruction 122 also has a mapping as explained in more detail with reference to
An operator 101 using a computer 102 enters a declarative statement in computer 102 which outputs a declarative component 132A which defines a deployment or update of a function which it is desired to deploy in the computing cluster 102 of nodes. The operator 101 enters the declarative statement manually and optionally by including in the declarative statement references to one or more other declarative statements from store 102. The operator 101 is provided the option to include references within declarative statements to other declarative statements in order to create more complex declarative statements.
The compiler 112, with mapping layer 103, compiles the declarative component 132A into intermediate instructions 122 which are suitable for input to an orchestrator 112. In an example the intermediate instructions 122 are in the form of Helm charts although any cloud native intermediate instructions are usable. An orchestrator 114 is a management node of the computing cluster 102. The orchestrator 114 has an interface to receive intermediate instructions 122 and deploy an application in the computing cluster 102 according to the instructions. In an example the orchestrator 114 is implemented using Kubernetes; however any software for automating computer application deployment, scaling, and management is used to implement the orchestrator 114. In an example, the intermediate instructions 122 are provided in a programming language, such as Helm or another cloud native language. The compiler 112 and mapping layer 103 are configured to receive declarative components 132A and fields 132B and interpret the declarative components 132A and fields 132B to generate and output the intermediate instructions 122. In an embodiment, the intermediate instructions 122 can include multiple groups of intermediate instructions such as group A 136 and group B 138.
The compiler 112 and mapping layer 103 include functionality that uses a data-driven model to generate the intermediate instructions based on the declarative statements, fields, network and configuration data, and other information. In an embodiment, the network and configuration data, and other information can be specific to a particular target computing environment where an update is to be deployed. The target computing environment can be a data center, a portion of a data center, a region, or any logical or geographic zone comprising computing resources. In an embodiment, the data-driven model matches intermediate instructions to the declarative statements, fields, network and configuration data, and other information using a classifier and can include one or more tables or other data structures. In an embodiment, the classifier searches a set of table entries until a match is found for a particular combination of declarative statements, fields, network and configuration data, and other information, in which case a set of one or more intermediate instructions which are associated with the match are applied to the particular combination. If no match is found, the particular combination can be allocated to a default action, such as return an indication that the input is not valid. The compiler 112 and mapping layer 103 can also perform a consistency check to verify that the particular combination of declarative statements, fields, network and configuration data, and other information include valid entries or that there are otherwise no conflicting inputs.
Once the intermediate instructions 122 are received at the orchestrator 112 the orchestrator executes the intermediate instructions 122 in order to deploy or update the function 109 in the computing cluster 102. In some embodiments, the operator can enter a revision to the declarative statements, fields, network and configuration data, and other information after the execution of the intermediate instructions 122. The intermediate instructions can be updated to effect the revision. After the deployment or update is completed, the updated or deployed function 109 is available as a service to one or more client devices that use or access services provided by cloud network 100.
The declarative component 132A may have one or more dependencies as explained with reference to
In an embodiment, a change to the user-specific configuration can be detected. The compiler 112 or other component can detect the change. In response to detecting the change to the user-specific configuration, the update can be paused, and the intermediate instructions to effect the update in the virtualized computing network can be updated. The updated intermediate instructions can then be executed to continue the update.
Using declarative statements means that there is no need to specifically define how to deploy an update for each user environment. Additionally, the validity of an individual declarative statement can be confirmed when it is entered by the operator, and confidence can be carried into the next stage of deployment. The disclosed embodiments enable a range of functional upgrades or deployments that can be customized to particular needs at a much greater rate, and with vastly increased confidence of quality, as compared to producing the same application deployment outcome with existing technology. Using the disclosed compiler, an operator is able to define the desired cloud operations in a well typed manner, avoiding maintainability issues of writing detailed instructions such as Helm charts. Benefits are achieved because the declarative statements can be compiled into forms suitable for different types of orchestrators. In this way the declarative statements can be implemented in different environments and reused even where the orchestrator is different from an orchestrator previously used with the declarative statement.
In an embodiment, a declarative statement has optional concrete values referred to as fields for deployment, which can include expressions which have concrete values. In an embodiment, a declarative statement can be mapped to software comprising expressions and including an interface.
When declarative statements are input by an operator and stored in store 102 of
Thus
Any of the update components 210 or deployment component 230 can be compiled into intermediate instructions where needed. Each leaf node of a graph represents a component which an atomic unit defined by the compiler 255 where an atomic unit is a component which cannot be subdivided. The graphs of
In an example, a declarative statement can define the scope and target network for an update, such as define scope={s1, s2} and define (function h 4.2) except {(s1.v2, s2.v3)}. These statements can define networks s1 and s2 which are to receive an update to function h to version 4.2, where exceptions are if s1 is at v2, or s2 is at v3. The compiler 112 can generate a set of intermediate representation instructions to achieve the desired update for the identified networks and functions.
Each type or configuration of computing resource may be available in different configurations, such as the number of processors, and size of memory and/or storage capacity. The resources may in some embodiments be offered to clients in units referred to as instances, such as virtual machine instances or storage instances. A virtual computing instance may be referred to as a virtual machine and may, for example, comprise one or more servers with a specified computational capacity (which may be specified by indicating the type and number of CPUs, the main memory size and so on) and a specified software stack (e.g., a particular version of an operating system, which may in turn run on top of a hypervisor). Networking resources may include virtual networking, software load balancer, and the like. The virtual machines may be configured to execute applications, including Web servers, application servers, media servers, database servers, and the like. Data storage resources may include file storage devices, block storage devices, and the like.
Data center 300 may have various computing resources including servers, routers, and other devices that may provide remotely accessible computing and network resources using, for example, virtual machines. Other resources that may be provided include data storage resources. Data center 300 may also execute functions that manage and control allocation of network resources, such as a network manager 330a.
Network 330 may, for example, be a publicly accessible network of linked networks and may be operated by various entities, such as the Internet. In other embodiments, network 330 may be a private network, such as a dedicated network that is wholly or partially inaccessible to the public. Network 330 may provide access to computers and other devices at the customer environment.
The disclosed embodiments may be implemented in a mobile edge computing (MEC) environment implemented in conjunction with a 4G, 5G, or other cellular network. The MEC environment may include at least some of the components and functionality described in
It should be appreciated that although the embodiments disclosed above are discussed in the context of virtual machines, other types of implementations can be utilized with the concepts and technologies disclosed herein. It should be also appreciated that the network topology illustrated in
Data center 300 may include servers 336a, 334, and 336c (which may be referred to herein singularly as “a server 336” or in the plural as “the servers 336”) that may be standalone or installed in server racks, and provide computing resources available as virtual machines 338a and 338b (which may be referred to herein singularly as “a virtual machine 338” or in the plural as “the virtual machines 338”). The virtual machines 338 may be configured to execute applications such as Web servers, application servers, media servers, database servers, and the like. Other resources that may be provided include data storage resources (not shown on
In an embodiment, a compiler 310 as described herein may be implemented in server 334. The compiler 310 may include a mapping layer as further described herein (not shown in
Referring to
Communications network 330 may provide access to computers 303. Computers 303 may be computers utilized by users 300. Computer 303a, 303b or 303c may be a server, a desktop or laptop personal computer, a tablet computer, a smartphone, a set-top box, or any other computing device capable of accessing data center 300. User computer 303a or 303b may connect directly to the Internet (e.g., via a cable modem). User computer 303c may be internal to the data center 300 and may connect directly to the resources in the data center 300 via internal networks. Although only three user computers 303a,303b, and 303c are depicted, it should be appreciated that there may be multiple user computers.
Computers 303 may also be utilized to configure aspects of the computing resources provided by data center 300. For example, data center 300 may provide a Web interface through which aspects of its operation may be configured through the use of a Web browser application program executing on user computer 303. Alternatively, a stand-alone application program executing on user computer 303 may be used to access an application programming interface (API) exposed by data center 300 for performing the configuration operations.
Servers 336 may be configured to provide the computing resources described above. One or more of the servers 336 may be configured to execute a manager 330a or 330b (which may be referred herein singularly as “a manager 330” or in the plural as “the managers 330”) configured to execute the virtual machines. The managers 330 may be a virtual machine monitor (VMM), fabric controller, or another type of program configured to enable the execution of virtual machines 338 on servers 336, for example.
It should be appreciated that although the embodiments disclosed above are discussed in the context of virtual machines, other types of implementations can be utilized with the concepts and technologies disclosed herein.
In the example data center 300 shown in
It should be appreciated that the network topology illustrated in
It should also be appreciated that data center 300 described in
Turning now to
It should also be understood that the illustrated methods can end at any time and need not be performed in their entireties. Some or all operations of the methods, and/or substantially equivalent operations, can be performed by execution of computer-readable instructions included on a computer-storage media, as defined herein. The term “computer-readable instructions,” and variants thereof, as used in the description and claims, is used expansively herein to include routines, applications, application modules, program modules, programs, components, data structures, algorithms, and the like. Computer-readable instructions can be implemented on various system configurations, including single-processor or multiprocessor systems, minicomputers, mainframe computers, personal computers, hand-held computing devices, microprocessor-based, programmable consumer electronics, combinations thereof, and the like.
It should be appreciated that the logical operations described herein are implemented (1) as a sequence of computer implemented acts or program modules running on a computing system such as those described herein) and/or (2) as interconnected machine logic circuits or circuit modules within the computing system. The implementation is a matter of choice dependent on the performance and other requirements of the computing system. Accordingly, the logical operations may be implemented in software, in firmware, in special purpose digital logic, and any combination thereof. Thus, although the routine 400 is described as running on a system, it can be appreciated that the routine 400 and other operations described herein can be executed on an individual computing device or several devices.
Referring to
Operation 405 illustrates accessing network and configuration information for the user-specific configuration.
Operation 407 illustrates based on the configuration file and the network and configuration data, using a data-driven model to translate the declarative statement to a series of intermediate instructions to effect the update in the virtualized computing network.
Operation 409 illustrates causing execution of the intermediate instructions to effect the update in the virtualized computing network.
The various aspects of the disclosure are described herein with regard to certain examples and embodiments, which are intended to illustrate but not to limit the disclosure. It should be appreciated that the subject matter presented herein may be implemented as a computer process, a computer-controlled apparatus, a computing system, an article of manufacture, such as a computer-readable storage medium, or a component including hardware logic for implementing functions, such as a field-programmable gate array (FPGA) device, a massively parallel processor array (MPPA) device, a graphics processing unit (GPU), an application-specific integrated circuit (ASIC), a multiprocessor System-on-Chip (MPSoC), etc.
A component may also encompass other ways of leveraging a device to perform a function, such as, for example, a) a case in which at least some tasks are implemented in hard ASIC logic or the like: b) a case in which at least some tasks are implemented in soft (configurable) FPGA logic or the like: c) a case in which at least some tasks run as software on FPGA software processor overlays or the like: d) a case in which at least some tasks run as software on hard ASIC processors or the like, etc., or any combination thereof. A component may represent a homogeneous collection of hardware acceleration devices, such as, for example, FPGA devices. On the other hand, a component may represent a heterogeneous collection of different types of hardware acceleration devices including different types of FPGA devices having different respective processing capabilities and architectures, a mixture of FPGA devices and other types hardware acceleration devices, etc.
In various embodiments, computing device 500 may be a uniprocessor system including one processor 510 or a multiprocessor system including several processors 510 (e.g., two, four, eight, or another suitable number). Processors 510 may be any suitable processors capable of executing instructions. For example, in various embodiments, processors 510 may be general-purpose or embedded processors implementing any of a variety of instruction set architectures (ISAs), such as the x55, PowerPC, SPARC, or MIPS ISAs, or any other suitable ISA. In multiprocessor systems, each of processors 510 may commonly, but not necessarily, implement the same ISA.
System memory 520 may be configured to store instructions and data accessible by processor(s) 510. In various embodiments, system memory 520 may be implemented using any suitable memory technology, such as static random access memory (SRAM), synchronous dynamic RAM (SDRAM), nonvolatile/Flash-type memory, or any other type of memory. In the illustrated embodiment, program instructions and data implementing one or more desired functions, such as those methods, techniques and data described above, are shown stored within system memory 520 as code 525 and data 526.
In one embodiment, I/O interface 530 may be configured to coordinate I/O traffic between the processor 510, system memory 520, and any peripheral devices in the device, including network interface 540 or other peripheral interfaces. In some embodiments, I/O interface 530 may perform any necessary protocol, timing, or other data transformations to convert data signals from one component (e.g., system memory 520) into a format suitable for use by another component (e.g., processor 510). In some embodiments, I/O interface 530 may include support for devices attached through various types of peripheral buses, such as a variant of the Peripheral Component Interconnect (PCI) bus standard or the Universal Serial Bus (USB) standard, for example. In some embodiments, the function of I/O interface 530 may be split into two or more separate components. Also, in some embodiments some or all of the functionality of I/O interface 530, such as an interface to system memory 520, may be incorporated directly into processor 510.
Network interface 540 may be configured to allow data to be exchanged between computing device 500 and other device or devices 560 attached to a network or network(s) 550, such as other computer systems or devices as illustrated in
In some embodiments, system memory 520 may be one embodiment of a computer-accessible medium configured to store program instructions and data as described above for
Various storage devices and their associated computer-readable media provide non-volatile storage for the computing devices described herein. Computer-readable media as discussed herein may refer to a mass storage device, such as a solid-state drive, a hard disk or CD-ROM drive. However, it should be appreciated by those skilled in the art that computer-readable media can be any available computer storage media that can be accessed by a computing device.
By way of example, and not limitation, computer storage media may include volatile and non-volatile, removable and non-removable media implemented in any method or technology for storage of information such as computer-readable instructions, data structures, program modules or other data. For example, computer media includes, but is not limited to, RAM, ROM, EPROM, EEPROM, flash memory or other solid state memory technology, CD-ROM, digital versatile disks (“DVD”), HD-DVD, BLU-RAY, or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can be accessed by the computing devices discussed herein. For purposes of the claims, the phrase “computer storage medium,” “computer-readable storage medium” and variations thereof, does not include waves, signals, and/or other transitory and/or intangible communication media, per se.
Encoding the software modules presented herein also may transform the physical structure of the computer-readable media presented herein. The specific transformation of physical structure may depend on various factors, in different implementations of this description. Examples of such factors may include, but are not limited to, the technology used to implement the computer-readable media, whether the computer-readable media is characterized as primary or secondary storage, and the like. For example, if the computer-readable media is implemented as semiconductor-based memory, the software disclosed herein may be encoded on the computer-readable media by transforming the physical state of the semiconductor memory. For example, the software may transform the state of transistors, capacitors, or other discrete circuit elements constituting the semiconductor memory. The software also may transform the physical state of such components in order to store data thereupon.
As another example, the computer-readable media disclosed herein may be implemented using magnetic or optical technology. In such implementations, the software presented herein may transform the physical state of magnetic or optical media, when the software is encoded therein. These transformations may include altering the magnetic characteristics of particular locations within given magnetic media. These transformations also may include altering the physical features or characteristics of particular locations within given optical media, to change the optical characteristics of those locations. Other transformations of physical media are possible without departing from the scope and spirit of the present description, with the foregoing examples provided only to facilitate this discussion.
In light of the above, it should be appreciated that many types of physical transformations take place in the disclosed computing devices in order to store and execute the software components and/or functionality presented herein. It is also contemplated that the disclosed computing devices may not include all of the illustrated components shown in
Although the various configurations have been described in language specific to structural features and/or methodological acts, it is to be understood that the subject matter defined in the appended representations is not necessarily limited to the specific features or acts described. Rather, the specific features and acts are disclosed as example forms of implementing the claimed subject matter.
Conditional language used herein, such as, among others, “can,” “could,” “might,” “may,” “e.g.,” and the like, unless specifically stated otherwise, or otherwise understood within the context as used, is generally intended to convey that certain embodiments include, while other embodiments do not include, certain features, elements, and/or steps. Thus, such conditional language is not generally intended to imply that features, elements, and/or steps are in any way required for one or more embodiments or that one or more embodiments necessarily include logic for deciding, with or without author input or prompting, whether these features, elements, and/or steps are included or are to be performed in any particular embodiment. The terms “comprising,” “including,” “having,” and the like are synonymous and are used inclusively, in an open-ended fashion, and do not exclude additional elements, features, acts, operations, and so forth. Also, the term “or” is used in its inclusive sense (and not in its exclusive sense) so that when used, for example, to connect a list of elements, the term “or” means one, some, or all of the elements in the list.
While certain example embodiments have been described, these embodiments have been presented by way of example only, and are not intended to limit the scope of the inventions disclosed herein. Thus, nothing in the foregoing description is intended to imply that any particular feature, characteristic, step, module, or block is necessary or indispensable. Indeed, the novel methods and systems described herein may be embodied in a variety of other forms: furthermore, various omissions, substitutions and changes in the form of the methods and systems described herein may be made without departing from the spirit of the inventions disclosed herein. The accompanying claims and their equivalents are intended to cover such forms or modifications as would fall within the scope and spirit of certain of the inventions disclosed herein.
It should be appreciated any reference to “first,” “second,” etc. items and/or abstract concepts within the description is not intended to and should not be construed to necessarily correspond to any reference of “first,” “second,” etc. elements of the claims. In particular, within this Summary and/or the following Detailed Description, items and/or abstract concepts such as, for example, individual computing devices and/or operational states of the computing cluster may be distinguished by numerical designations without such designations corresponding to the claims or even other paragraphs of the Summary and/or Detailed Description. For example, any designation of a “first operational state” and “second operational state” of the computing cluster within a paragraph of this disclosure is used solely to distinguish two different operational states of the computing cluster within that specific paragraph—not any other paragraph and particularly not the claims.
In closing, although the various techniques have been described in language specific to structural features and/or methodological acts, it is to be understood that the subject matter defined in the appended representations is not necessarily limited to the specific features or acts described. Rather, the specific features and acts are disclosed as example forms of implementing the claimed subject matter. The disclosure presented herein also encompasses the subject matter set forth in the following clauses:
Clause 1: A method for updating a service component implemented in a virtualized computing network configured in a user-specific configuration, the service component executing in a plurality of virtual machines or containers managed by an orchestrator, the updating performed by an update component configured to execute a series of operations in the virtualized computing network that coordinate an upgrade of the service component, the method comprising:
Clause 2: The method of clause 1, further comprising:
Clause 3: The method of any of clauses 1-2, wherein the intermediate instructions are abstracted from underlying details of the user-specific configuration of the virtualized computing network.
Clause 4: The method of any of clauses 1-3, wherein the update component includes a mapping component configured to translate the declarative statement to the intermediate instructions.
Clause 5: The method of any of clauses 1-4, further comprising performing a consistency check of the virtual machines or containers prior to effecting the update.
Clause 6: The method of any of clauses 1-5, further comprising performing a consistency check of the virtual machines or containers subsequent to effecting the update.
Clause 7: The method of clauses 1-6, wherein the translating the declarative statement comprises resolving dependencies between the declarative statement and resources in the virtualized computing network.
Clause 8: The method of any of clauses 1-7, further comprising in response to receiving a revision to the declarative statement, updating the intermediate instructions to effect the revision.
Clause 9: The method of any of clauses 1-8, wherein the revision is received after some of the intermediate instructions have been executed.
Clause 10: A system comprising:
Clause 11: The system of clause 10, wherein the target computing environment is a virtualized computing network.
Clause 12: The system of any of clauses 10 and 11, wherein the intermediate instructions are abstracted from underlying details of the user-specific configuration of the virtualized computing network.
Clause 13: The system of any clauses 10-12, wherein the update component includes a mapping component configured to translate the declarative statement to the intermediate instructions.
Clause 14: The system of any clauses 10-13, further comprising computer-readable instructions stored thereupon that, when executed by the one or more processors, cause the system to perform operations comprising performing a consistency check of the virtual machines or containers prior to effecting the update.
Clause 15: The system of any clauses 10-14, wherein the translating the declarative statement comprises resolving dependencies between the declarative statement and resources in the virtualized computing network.
Clause 16: The system of any clauses 10-15, further comprising computer-readable instructions stored thereupon that, when executed by the one or more processors, cause the system to perform operations comprising in response to receiving a revision to the declarative statement, updating the intermediate instructions to effect the revision.
Clause 17: The system of any clauses 10-16, wherein the revision is received after some of the intermediate instructions have been executed.
Clause 18: A computer-readable storage medium having computer-executable instructions stored thereupon which, when executed by one or more processors of a system, cause the system to perform operations comprising:
Clause 19: The computer-readable storage medium of clause 18, wherein the intermediate instructions are abstracted from underlying details of the user-specific configuration of the virtualized computing network.
Clause 20: The computer-readable storage medium of any of clauses 18 and 19, wherein the update component includes a mapping component configured to translate the declarative statement to the intermediate instructions.