Correct improper use of "comprised" (#16132)
Corrects an improper use of "is comprised of". Fixes Issue #16123
This commit is contained in:
		
							parent
							
								
									e05483d771
								
							
						
					
					
						commit
						c1cf090946
					
				|  | @ -81,7 +81,7 @@ Kubernetes: | ||||||
| * Does not dictate logging, monitoring, or alerting solutions. It provides some integrations as proof of concept, and mechanisms to collect and export metrics. | * Does not dictate logging, monitoring, or alerting solutions. It provides some integrations as proof of concept, and mechanisms to collect and export metrics. | ||||||
| * Does not provide nor mandate a configuration language/system (for example, jsonnet). It provides a declarative API that may be targeted by arbitrary forms of declarative specifications. | * Does not provide nor mandate a configuration language/system (for example, jsonnet). It provides a declarative API that may be targeted by arbitrary forms of declarative specifications. | ||||||
| * Does not provide nor adopt any comprehensive machine configuration, maintenance, management, or self-healing systems. | * Does not provide nor adopt any comprehensive machine configuration, maintenance, management, or self-healing systems. | ||||||
| * Additionally, Kubernetes is not a mere orchestration system. In fact, it eliminates the need for orchestration. The technical definition of orchestration is execution of a defined workflow: first do A, then B, then C. In contrast, Kubernetes is comprised of a set of independent, composable control processes that continuously drive the current state towards the provided desired state. It shouldn’t matter how you get from A to C. Centralized control is also not required. This results in a system that is easier to use and more powerful, robust, resilient, and extensible. | * Additionally, Kubernetes is not a mere orchestration system. In fact, it eliminates the need for orchestration. The technical definition of orchestration is execution of a defined workflow: first do A, then B, then C. In contrast, Kubernetes comprises a set of independent, composable control processes that continuously drive the current state towards the provided desired state. It shouldn’t matter how you get from A to C. Centralized control is also not required. This results in a system that is easier to use and more powerful, robust, resilient, and extensible. | ||||||
| 
 | 
 | ||||||
| {{% /capture %}} | {{% /capture %}} | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue